options for simulating a reinforcement learning agent within an environment -凯发k8网页登录
options for simulating a reinforcement learning agent within an environment
since r2019a
description
use an rlsimulationoptions
object to specify simulation options for simulating a reinforcement learning agent within an
environment. to perform the simulation, use sim
.
for more information on agents training and simulation, see train reinforcement learning agents.
creation
description
returns the
default options for simulating a reinforcement learning environment against an agent. use
simulation options to specify parameters about the simulation such as the maximum number
of steps to run per simulation and the number of simulations to run. after configuring the
options, use simopts
= rlsimulationoptionssimopts
as an input argument for sim
.
creates a simulation options set with the specified properties using one or more
name-value pair arguments.opt
= rlsimulationoptions(name=value
)
properties
object functions
sim | simulate trained reinforcement learning agents within specified environment |
examples
version history
introduced in r2019a