TianhongDai / reinforcement-learning-algorithms

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
662 stars 109 forks source link

How to use the results? #6

Open THSWind opened 3 years ago

THSWind commented 3 years ago

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

TianhongDai commented 3 years ago

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.