Prioritized Experience Replay, Tom Schaul, John Quan, Ioannis Antonoglou, and David Silver, 2016International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1511.05952 - The seminal paper introducing Prioritized Experience Replay, detailing its theoretical basis, efficient implementation using SumTrees, and the importance sampling correction mechanism.
Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - A comprehensive textbook on reinforcement learning, providing a detailed explanation of Prioritized Experience Replay within the context of Deep Q-Networks.