Field DecisionPeriod
The frequency with which the agent requests a decision. A DecisionPeriod of 5 means that the Agent will request a decision every 5 Academy steps. ///
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
[Range(1, 20)]
[Tooltip("The frequency with which the agent requests a decision. A DecisionPeriod of 5 means that the Agent will request a decision every 5 Academy steps.")]
public int DecisionPeriod
Returns
| Type | Description |
|---|---|
| int |