How can I save rl agent and env during traing?

Hi :-)
Does anyone know how to save agent and environment in simgle .mat file??
this document shows how to load the saved agent and environent and plotting the result from loaded data but I couldn't find how to save it,,
I know how to save agent while and after training.
Can I save both agent and env while traing? How??

Answers (1)

I understand that you want to know about saving both the agent and environment while training. During training, you can save candidate agents that meet conditions you specify in the ‘SaveAgentCriteria’ and ‘SaveAgentValue’ options of your ‘rlTrainingOptions’ object. For instance, you can save any agent whose episode reward exceeds a certain value, even if the overall condition for terminating training is not yet satisfied.
For more information, you can refer to the documentation link below –

Categories

Find more on Reinforcement Learning Toolbox in Help Center and File Exchange

Products

Release

R2021a

Asked:

on 3 Aug 2021

Answered:

on 12 Apr 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!