Event AgentPreStep
Signals to all of the Agents that their step is about to begin. This is a good time for an Agent to decide if it would like to call RequestDecision() or RequestAction() for this step. Any other pre-step setup could be done during this event as well.
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
public event Action<int> AgentPreStep
Returns
| Type | Description |
|---|---|
| Action<int> |