Dueling Network Architectures for Deep Reinforcement Learning, Ziyu Wang, Tom Schaul, Matteo Hessel, Hado van Hasselt, Marc Lanctot, Nando de Freitas, 2016Proceedings of the 33rd International Conference on Machine Learning (ICML)DOI: 10.48550/arXiv.1511.06581 - The seminal paper introducing the Dueling Network Architecture, detailing its structure, mathematical formulation, and experimental benefits over standard DQN.
Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - A comprehensive textbook providing the theoretical background for reinforcement learning, including state-value and advantage functions, which form the basis of Dueling Networks. 2nd edition.