Reinforcement Learning Episode Manager
Mostrar comentarios más antiguos
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
1 comentario
Mike Croucher
el 5 de Sept. de 2021
In MATLAB 2021a and above you can use the inspectTrainingResult function to do this as follows
trainingStats = train(agent,env,trainOpts);
inspectTrainingResult(trainingStats)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Reinforcement Learning en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!