docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum BehaviorType

    Defines what type of behavior the Agent will be using

    Namespace: Unity.MLAgents.Policies
    Assembly: Unity.ML-Agents.dll
    Syntax
    [Serializable]
    public enum BehaviorType

    Fields

    Name Description
    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.

    HeuristicOnly

    The Agent will always use its heuristic

    InferenceOnly

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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)