Enum ProcessCollidersMethod
The way the GridSensor process detected colliders in a cell.
Namespace: Unity.MLAgents.Sensors
Syntax
public enum ProcessCollidersMethod
Fields
| Name | Description | Value |
|---|---|---|
| ProcessAllColliders | Get data from all colliders detected in a cell |
|
| ProcessClosestColliders | Get data from the collider closest to the agent |