Enum SpaceType
This is deprecated. Agents can now use both continuous and discrete actions together.
Namespace: Unity.MLAgents.Policies
Syntax
[Obsolete("Continuous and discrete actions on the same Agent are now supported; see ActionSpec.")]
public enum SpaceType
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 |