Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - Foundational text for reinforcement learning, covering Markov Decision Processes, state transitions, and the Markov property in detail.
Artificial Intelligence: A Modern Approach, Stuart Russell and Peter Norvig, 2020 (Pearson) - A comprehensive AI textbook, featuring a dedicated chapter on Markov Decision Processes that explains state transition probabilities and the Markov property.
Stanford CS234: Reinforcement Learning, Emma Brunskill and Stanford University Staff, 2025 (Stanford University) - Stanford University's lecture materials for its reinforcement learning course, offering a clear academic perspective on Markov Decision Processes, particularly in the lectures on MDPs.