rlDataLogger
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