docs.unity.cn
    Show / Hide Table of Contents

    Delegate BehaviorParameters.PolicyUpdated

    Delegate for receiving events about Policy Updates.

    Namespace: Unity.MLAgents.Policies
    Syntax
    public delegate void PolicyUpdated(bool isInHeuristicMode);
    Parameters
    Type Name Description
    Boolean isInHeuristicMode

    Whether or not the current policy is running in heuristic mode.

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