Reinforcement Learning Episode Manager
Ältere Kommentare anzeigen
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 Kommentar
Mike Croucher
am 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)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Reinforcement Learning finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!