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