• Stars
    star
    339
  • Rank 124,632 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Deep-Q-Learning-Paper-To-Code

Code for my course at Udemy:

https://www.udemy.com/course/deep-q-learning-from-paper-to-code/?referralCode=CBA45A3B737237E7BFD2

We analyze and implement the following papers:

Human Level Control Through Deep Reinforcement Learning

https://web.stanford.edu/class/psych209/Readings/MnihEtAlHassibis15NatureControlDeepRL.pdf

Deep Reinforcement Learning with Double Q Learning:

https://arxiv.org/abs/1509.06461

Dueling Network Architectures for Deep Reinforcement Learning:

https://arxiv.org/abs/1511.06581

The course is still in review, and this readme is a work in progress.

Better docs to come!