dennybritz / reinforcement-learning

Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
http://www.wildml.com/2016/10/learning-reinforcement-learning/
MIT License
20.23k stars 6k forks source link

added: Double DQN Proportional Prioritized Experience Replay Solution #226

Open makaveli10 opened 4 years ago

dennybritz commented 4 years ago

Thanks! Did you run this and it got correct/decent results similar to the paper?

makaveli10 commented 4 years ago

Yes! I have trained it for like 3000 episodes and decent performance. I will post results after training more in the next PR! Or if you think it would be better to have the results then I can close this PR and create a new one with the results. Let me know. Thanks !!