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 - 介绍了深度Q网络(DQN),展示了深度神经网络如何从原始感官输入(Atari像素)中自动学习特征,从而克服了强化学习中手动设计特征的限制。
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (The MIT Press) - 一本全面的深度学习教材,提供了深度神经网络在自动特征提取和建模复杂非线性关系方面有效的理论背景,这是克服强化学习中线性函数逼近限制的关键。