reinforcement-learning-algorithms icon indicating copy to clipboard operation
reinforcement-learning-algorithms copied to clipboard

How to use the results?

Open THSWind opened this issue 4 years ago • 1 comments

Could you please tell me how to use the results? image I want the data just like: mean_reward & time_step

THSWind avatar Jan 06 '21 09:01 THSWind

Hi, Could you try to use this one to plot the results firstly: https://github.com/openai/baselines/blob/master/baselines/results_plotter.py ? In this case, you need to install the baseline packages firstly. If you still can't plot the results, please let me know and I will update the plotting code for it.

TianhongDai avatar Jan 11 '21 21:01 TianhongDai