Human-level control through deep reinforcement learning, Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, and Martin Riedmiller, 2015Nature, Vol. 518DOI: 10.1038/nature14236 - The original paper introducing the Deep Q-Network (DQN) algorithm, showing how deep neural networks learn to play Atari games from raw pixel inputs using experience replay and target networks.
Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - A standard textbook providing a full introduction to reinforcement learning, including a clear explanation of Q-learning, which is the foundation for DQN. (2nd edition)
Spinning Up in Deep RL, Joshua Achiam, 2018 (OpenAI) - A practical online resource from OpenAI, offering clear explanations of deep reinforcement learning algorithms like DQN and their implementations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This book covers the foundations of deep learning, providing necessary background for understanding the neural network components used in algorithms such as DQN.