Reinforcement Learning Episode Manager
Mostra commenti meno recenti
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 Commento
Mike Croucher
il 5 Set 2021
In MATLAB 2021a and above you can use the inspectTrainingResult function to do this as follows
trainingStats = train(agent,env,trainOpts);
inspectTrainingResult(trainingStats)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Reinforcement Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!