Reinforcement Learning - Access agent/training parameters while training
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am writing to ask if there's anyway to access the agent or the training statistics during the training process?
For example, how can I extract the current reward of an episode in the training episode initialisation function?
Thank you.
0 个评论
回答(1 个)
Yash
2024-2-20
Normally, when you use the train function, it should open up the Reinforcement Learning Episode Manager. This tool allows you to see how the training is going. On the Episode Manager's chart, you can see the reward received for each training episode (EpisodeReward) and also the average reward value that's been calculated over a series of episodes (AverageReward).
Read more about the Episode Manager here: https://www.mathworks.com/help/reinforcement-learning/ug/train-reinforcement-learning-agents.html#:~:text=and%20GPUs.-,Episode%20Manager,-By%20default%2C%20calling
Hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Training and Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!