Saving Reinforcement learning agent does not work properly
显示 更早的评论
Hi I'm working on a RL project with DDPG agent.
I have troble with saving the agent.
I had used the rlTrainingOptions.save for saving the agent in the middle of the traing but it kept saving the wrong weights (I guess)

These are my training options.
It saves the agent whenever episode reward exceeds "SaveAgentValue', but everytime I load the saved agent, it never exceeds the reward that I set for saving, rather it shows very poor performance..
Weirdly, the saved Final agent works properly. I don't know what is going on with this
Can anybody teaches me the right answer for this problem?? :-(
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Reinforcement Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!