plot training information from a previous training session -凯发k8网页登录
plot training information from a previous training session
since r2021a
description
by default, the train
function shows
the training progress and results in the episode manager during training. if you configure
training to not show the episode manager or you close the episode manager after training, you
can view the training results using the inspecttrainingresult
function,
which opens the episode manager. you can also use inspecttrainingresult
to view the training results for agents saved during training.
inspecttrainingresult(
opens
the episode manager and plots the training results from a previous training
session.trainresults
)
inspecttrainingresult(
opens
the episode manager and plots the training results from a previously saved agent
structure.agentresults
)
examples
input arguments
version history
introduced in r2021a