reinforcement-learning-algorithms
reinforcement-learning-algorithms copied to clipboard
How to use the results?
Could you please tell me how to use the results?
I want the data just like: mean_reward & time_step
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.