Reinforcement Learning Episode Manager
Afficher commentaires plus anciens
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 commentaire
Mike Croucher
le 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)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Reinforcement Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!