This is the implmentation of Deep Q Learning, Deep Reinforcement Learning with Double Q Learning, Dueling Network for Deep Reinforcement Learning (Deep Q and Double Q Learning) by following Dr. Phil Tabor's Udemy course Modern Reinforcement Learning: Deep Q Learning in PyTorch and his Github repository.
Paper used
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: