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 : int
Fields
| Name | Description | Value |
|---|---|---|
| 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 |