docs.unity.cn
    Show / Hide Table of Contents

    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

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Monday, November 8, 2021
    Terms of use