matlab 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 in matlab. for more information, see .
functions
topics
model environment dynamics using a matlab object that interacts with the agent, generating rewards and observations in response to agent actions.
import a custom matlab environment or create a predefined matlab environment.
create a reward signal that measures how successful the agent is at achieving its goal.
load predefined matlab control system environments.
- load predefined grid world environments
train agents in predefined matlab grid world environments for which the actions, observations, and rewards are already defined.
- create custom grid world environments
create custom matlab grid world environments by defining your own size, rewards and obstacles.
create a reinforcement learning environment by supplying custom dynamic functions.
define a custom reinforcement learning environment by creating and modifying a template environment object.