Enum SpaceType
Whether the action space is discrete or continuous.
Namespace: Unity.MLAgents.Policies
Syntax
public enum SpaceType : int
Fields
Name | Description | Value |
---|---|---|
Discrete | Discrete action space: a fixed number of options are available. |
0 |
Continuous | Continuous action space: each action can take on a float value. |
1 |