MATLAB: Reinforcement Learning Episode Manager

Reinforcement Learning Toolbox

After training has finished, If I close the "Reinforcement Learning Episode Manager" window, how do I reopen it ??

Best Answer

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.