Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (A Bradford Book, The MIT Press) - The foundational textbook for reinforcement learning, offering a thorough and accessible definition of Markov Decision Processes and their five core components.
Lecture Notes: Reinforcement Learning and Control, Andrew Ng, 2019 (Stanford University) - Provides a concise and mathematically rigorous introduction to Markov Decision Processes within the context of machine learning.
Artificial Intelligence: A Modern Approach, Stuart Russell, Peter Norvig, 2021 (Pearson) - A comprehensive AI textbook that explains MDPs as the formal framework for sequential decision-making, providing a broad context for their application.