How do I save Episode Manager training data for *plotting* later
    10 views (last 30 days)
  
       Show older comments
    
    Rajesh Siraskar
      
 on 1 Jan 2021
  
    
    
    
    
    Edited: Emmanouil Tzorakoleftherakis
    
 on 11 Mar 2021
            Hi,
Lets say I am using two algorithms to train for a task (DDPG and PPO). How do I save the data to plot a comparion later?
This is data like episode rewards, Q-value etc. plotted at every episode.
(Please note I am not referring to network weights for transfer learning.)
1 Comment
  Asvin Kumar
    
 on 4 Jan 2021
				Would this be relevant to your question? https://www.mathworks.com/matlabcentral/answers/592492-reinforcement-learning-episode-manager#comment_1010239
Accepted Answer
More Answers (1)
  Emmanouil Tzorakoleftherakis
    
 on 4 Jan 2021
        
      Edited: Emmanouil Tzorakoleftherakis
    
 on 11 Mar 2021
  
      Hi Rajesh,
As mentioned in the comment above, if you are using R2020b, you can use 
>> help rlPlotTrainingResults
to recreate the Episode manager plot.
If you are using R2021a, you may notice that this function is now renamed to "inspectTrainingResult".
Hope that helps
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!