stevenpjg / ddpg-aigym

Continuous control with deep reinforcement learning - Deep Deterministic Policy Gradient (DDPG) algorithm implemented in OpenAI Gym environments
MIT License
275 stars 74 forks source link

how to visualize the result with "episode_reward" #10

Closed 937552416 closed 7 years ago

937552416 commented 7 years ago

hi steven,my system do not have Mujoco,so I combine your code with nrod80's code(https://github.com/nrod80/ddpg-for-openai) to build a new code.But I could not visualize the result.Could you told where is the visualize API?

stevenpjg commented 7 years ago

The total rewards at each episode get stored in the episode_reward.txt . Once the rewards are stored, you can use the result_plot.py to visualize the learning curve