simulink environments -凯发k8网页登录
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 .
functions
blocks
rl agent | reinforcement learning agent |
topics
model environment dynamics using a simulink model that interacts with the agent, generating rewards and observations in response to agent actions.
import a custom simulink environment or create a predefined simulink environment.
create a reward signal that measures how successful the agent is at achieving its goal.
- load predefined simulink environments
load predefined simulink control system environments.
create a reinforcement learning simulink environment that contains an rl agent block in place of a controller for the water level in a tank.