Field BranchSizes
An array of branch sizes for discrete actions.
For an IActuator that uses discrete actions, the number of branches is the Length of the Array and each index contains the branch size. The cumulative sum of the total number of discrete actions can be retrieved by the SumOfDiscreteBranchSizes property.
For an IActuator with a Continuous it will be null.
Namespace: Unity.MLAgents.Actuators
Assembly: solution.dll
Syntax
public int[] BranchSizes
Returns
| Type | Description |
|---|---|
| int[] |