Field DecisionStep
Indicates when to requests a decision. By changing this value, the timing of decision can be shifted even among agents with the same decision period. The value can be from 0 to DecisionPeriod - 1.
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
[Range(0, 19)]
[Tooltip("Indicates when to requests a decision. By changing this value, the timing of decision can be shifted even among agents with the same decision period. The value can be from 0 to DecisionPeriod - 1.")]
public int DecisionStep
Returns
| Type | Description |
|---|---|
| int |