options for evaluating reinforcement learning agents during training -凯发k8网页登录
options for evaluating reinforcement learning agents during training
since r2023b
description
use an rlevaulator
object to specify options to evaluate agents
periodically during training. evaluation options include the type of evaluation statistic, the
frequency at which evaluation episodes occur, and whether exploration is allowed during an
evaluation episode. to train the agents using the specified evaluation options, pass this
object to train
.
for more information on training agents, see train reinforcement learning agents.
creation
description
returns the evaluator
object evalopts
= rlevaluatorevalopts
, which contains default options for evaluating an
agent during training.
creates the evaluator object evalopts
= rlevaluator(name=value
)evalopts
and sets its properties using
one or more name-value arguments.
properties
object functions
examples
version history
introduced in r2023b