Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - The authoritative and widely adopted textbook for reinforcement learning, providing a comprehensive introduction to MDPs and their foundational role.
Dynamic Programming, Richard Bellman, 1957 (Princeton University Press)DOI: 10.1515/9781400874670 - The seminal work introducing dynamic programming, laying the mathematical groundwork for solving sequential decision-making problems, including MDPs.