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
Assembly: Unity.ML-Agents.dll
Syntax
public enum BuiltInActuatorType
Fields
| Name | Description |
|---|---|
| AgentVectorActuator | VectorActuator used by the Agent |
| InputActionActuator | Corresponds to the InputActionActuator in com.unity.ml-agents.extensions. |
| Match3Actuator | Corresponds to the Match3Actuator in com.unity.ml-agents.extensions. |
| Unknown | Default Sensor type if it cannot be determined. |
| VectorActuator | Corresponds to VectorActuator |