Reinforcement Learning Episode Manager
Show older comments
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 Comment
Mike Croucher
on 5 Sep 2021
In MATLAB 2021a and above you can use the inspectTrainingResult function to do this as follows
trainingStats = train(agent,env,trainOpts);
inspectTrainingResult(trainingStats)
Accepted Answer
More Answers (0)
Categories
Find more on Reinforcement Learning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!