Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - A classic and comprehensive textbook that covers the theoretical foundations of reinforcement learning, including a detailed introduction to function approximation methods.
Human-level control through deep reinforcement learning, Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A. Rusu, Joel Veness, Marc G. Bellemare, Alex Graves, Martin Riedmiller, Andreas K. Fidjeland, Georg Ostrovski, Stig Petersen, Charles Beattie, Amir Sadik, Ioannis Antonoglou, Helen King, Dharshan Kumaran, Daan Wierstra, Shane Legg, and Demis Hassabis, 2015Nature, Vol. 518 (Springer Nature)DOI: 10.1038/nature14236 - The groundbreaking paper that introduced Deep Q-Networks (DQN), demonstrating human-level performance on Atari games using deep reinforcement learning with function approximation.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - An authoritative textbook providing a comprehensive introduction to deep learning, including the architectures and training of neural networks, which are crucial for understanding function approximation in DQN.