Method MakeContinuous
MakeContinuous(int)
Creates a Continuous ActionSpec with the number of actions available.
Declaration
public static ActionSpec MakeContinuous(int numActions)
Parameters
| Type | Name | Description |
|---|---|---|
| int | numActions | The number of continuous actions available. |
Returns
| Type | Description |
|---|---|
| ActionSpec | An Continuous ActionSpec initialized with the number of actions available. |