In a reinforcement learning scenario, the environment models the dynamics with which the agent interacts. The environment:
Receives actions from the agent
Outputs observations resulting from the dynamic behavior of the environment model
Generates a reward measuring how well the action contributes to achieving the task
You can create predefined and custom environments using Simulink models. For more information, see Create Simulink Environments for Reinforcement Learning.
RL Agent | Reinforcement learning agent |
Create Simulink Environments for Reinforcement Learning
Model environment dynamics using a Simulink model that interacts with the agent, generating rewards and observations in response to agent actions.
Create a reward signal that measures how successful the agent is at achieving its goal.
Load Predefined Simulink Environments
You can train agents in environments for predefined Simulink models for which the actions, observations, rewards, and dynamics are already defined.
Water Tank Reinforcement Learning Environment Model
Create a reinforcement learning Simulink environment that contains an RL Agent block in place of a controller for the water level in a tank.