Enum BuiltInActuatorType
Identifiers for "built in" actuator types. These are only used for analytics, and should not be used for any runtime decisions.
NOTE: Do not renumber these, since the values are used for analytics. Renaming is allowed though.
Namespace: Unity.MLAgents.Actuators
Syntax
public enum BuiltInActuatorType
Fields
| Name | Description | Value |
|---|---|---|
| Unknown | Default Sensor type if it cannot be determined. |
0 |
| AgentVectorActuator | VectorActuator used by the Agent |
1 |
| VectorActuator | Corresponds to VectorActuator |
2 |
| Match3Actuator | Corresponds to the Match3Actuator in com.unity.ml-agents.extensions. |
3 |
| InputActionActuator | Corresponds to the InputActionActuator in com.unity.ml-agents.extensions. |
4 |