Create a reinforcement learning environment using a dynamic model implemented in Simulink
creates a reinforcement learning environment object env
= rlSimulinkEnv(mdl
,agentBlock
,obsInfo
,actInfo
)env
using the
Simulink® model name mdl
, the path to the agent block
agentBlock
, observation information obsInfo
, and
action information actInfo
.
creates a reinforcement learning environment object env
= rlSimulinkEnv(___,'UseFastRestart',fastRestartToggle
)env
with additional
option to enable fast restart.
RL Agent | getActionInfo
| getObservationInfo
| rlFiniteSetSpec
| rlNumericSpec