Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - A standard textbook that covers Dynamic Programming methods, their underlying assumptions, and practical challenges with large state spaces and unknown environment models.
UCL Course on Reinforcement Learning - Lecture 3: Dynamic Programming, David Silver, 2015 (University College London (UCL)) - This lecture provides a clear explanation of Dynamic Programming algorithms and explicitly discusses their reliance on a known model and computational scale issues.
Reinforcement Learning | CS 234, Emma Brunskill, et al., 2023 (Stanford University) - This university course material offers an overview of Dynamic Programming methods, highlighting their model-based nature and scalability limitations.