rlEvaluator
Description
Use an rlEvaluator
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