Reinforcement Learning Episode Manager

74 visualizaciones (últimos 30 días)
M.G.
M.G. el 12 de Sept. de 2020
Comentada: Mike Croucher el 5 de Sept. de 2021
After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??
  1 comentario
Mike Croucher
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)

Iniciar sesión para comentar.

Respuesta aceptada

Madhav Thakker
Madhav Thakker el 15 de Sept. de 2020
Hi Ahmad,
It is not possible to reopen the Episode Manager after closing it. The graphical window is triggered only when you run a function like train. The windows is destroyed once you close it. If you want to access specific training variables like EpisodeReward, TrainingSteps, you can get them in the workspace as output arguments.
Hope this helps.
  2 comentarios
Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis el 15 de Sept. de 2020
To add to this answer, starting in R2020b, there is a method you can use to recreate the Episode Manager graph using the output arguments mentioned above
rlPlotTrainingResults(stats)
M.G.
M.G. el 16 de Sept. de 2020
Thanks for the info! any news on when R2020b will roll out ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Training and Simulation en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by