Create reinforcement learning data specifications for elements of a Simulink bus
creates a set of reinforcement learning data specifications from the Simulink® bus object specified by specs
= bus2RLSpec(busName
)busName
. One specification
element is created for each leaf element in the corresponding Simulink bus. Use these
specifications to define actions and observations for a Simulink reinforcement learning environment.
specifies options for creating specifications using one or more
specs
= bus2RLSpec(busName
,Name,Value
)Name,Value
pair arguments.