How can I save rl agent and env during traing?
4 次查看(过去 30 天)
显示 更早的评论
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??
0 个评论
回答(1 个)
Vidip
2024-4-12
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 –
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!