Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - Foundational textbook on reinforcement learning, covering the principles of function approximation, including linear methods, and their role in handling large state spaces.
Playing Atari with Deep Reinforcement Learning, Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, and Martin Riedmiller, 2013NIPS Deep Learning Workshop - Introduces Deep Q-Networks (DQN), demonstrating how deep neural networks can learn features automatically from raw sensory input (Atari pixels), overcoming the limitations of hand-engineered features for reinforcement learning.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (The MIT Press) - Comprehensive textbook on deep learning, providing the theoretical background for why deep neural networks are effective at automatic feature extraction and modeling complex non-linear relationships, which are key to overcoming linear function approximation limitations in RL.