Delegate BehaviorParameters.PolicyUpdated
Delegate for receiving events about Policy Updates.
Namespace: Unity.MLAgents.Policies
Assembly: Unity.ML-Agents.dll
Syntax
public delegate void BehaviorParameters.PolicyUpdated(bool isInHeuristicMode)
Parameters
Type | Name | Description |
---|---|---|
bool | isInHeuristicMode | Whether or not the current policy is running in heuristic mode. |