Reinforcement Learning Episode Manager
显示 更早的评论
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 个评论
Mike Croucher
2021-9-5
In MATLAB 2021a and above you can use the inspectTrainingResult function to do this as follows
trainingStats = train(agent,env,trainOpts);
inspectTrainingResult(trainingStats)
采纳的回答
更多回答(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!