Interface IActuator | ML Agents | 1.6.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface IActuator

    Abstraction that facilitates the execution of actions.

    Inherited Members
    IActionReceiver.OnActionReceived(ActionBuffers)
    IActionReceiver.WriteDiscreteActionMask(IDiscreteActionMask)
    Namespace: Unity.MLAgents.Actuators
    Syntax
    public interface IActuator : IActionReceiver

    Properties

    ActionSpec

    The specification of the Action space for this IActuator.

    Declaration
    ActionSpec ActionSpec { get; }
    Property Value
    Type Description
    ActionSpec
    See Also
    ActionSpec

    Name

    Gets the name of this IActuator which will be used to sort it.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    ResetData()

    Resets the internal state of the actuator. This is called at the end of an Agent's episode. Most implementations can leave this empty.

    Declaration
    void ResetData()

    Extension Methods

    IActuatorExtensions.TotalNumberOfActions(IActuator)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 November 2020