Create continuous action or observation data specifications for reinforcement learning environments
An rlNumericSpec
object specifies continuous action or
observation data specifications for reinforcement learning environments.
creates a data specification for continuous actions or observations and sets the Dimension
property.spec
= rlNumericSpec(dimension
)
sets Properties using name-value pair
arguments.spec
= rlNumericSpec(dimension
,Name,Value
)
rlSimulinkEnv | Create a reinforcement learning environment using a dynamic model implemented in Simulink |
rlFunctionEnv | Specify custom reinforcement learning environment dynamics using functions |
rlRepresentation | (Not recommended) Model representation for reinforcement learning agents |
getActionInfo
| getObservationInfo
| rlFiniteSetSpec
| rlFunctionEnv
| rlRepresentation
| rlSimulinkEnv