create either a file logger object or a monitor logger object to log training data -凯发k8网页登录
create either a file logger object or a monitor logger object to log training data
since r2022b
description
creates the filelgr
= rldatalogger()filelogger
object
filelgr
for logging training data to disk.
creates the monlgr
= rldatalogger(tpm
)monitorlogger
object
monlgr
for logging training data to the
trainingprogressmonitor
object tpm
, and its
associated window.
examples
input arguments
output arguments
limitations
only scalar data is supported when logging data with a
monitorlogger
object. the structure returned by the callback functions must contain fields with scalar data.resuming of training from a previous training result is not supported when logging data with a
monitorlogger
object.logging data using the
agentstepfinishedfcn
callback is not supported when training agents in parallel with the train function.
version history
introduced in r2022b