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

    Enum BehaviorType

    Defines what type of behavior the Agent will be using

    Namespace: Unity.MLAgents.Policies
    Syntax
    [Serializable]
    public enum BehaviorType

    Fields

    Name Description Value
    Default

    The Agent will use the remote process for decision making. if unavailable, will use inference and if no model is provided, will use the heuristic.

    0
    HeuristicOnly

    The Agent will always use its heuristic

    1
    InferenceOnly

    The Agent will always use inference with the provided neural network model.

    2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 November 2020