Reinforcement Learning: An Introduction, Richard S. Sutton, Andrew G. Barto, 2018 (MIT Press) - The foundational textbook on Reinforcement Learning, providing comprehensive coverage of Monte Carlo methods for prediction and control.
CS234: Reinforcement Learning | Lecture Notes: Monte Carlo Methods, Emma Brunskill, 2019 (Stanford University) - Lecture notes from a prominent university course, covering Monte Carlo methods for prediction and control, including Q-value estimation and the exploration problem.
Spinning Up in Deep RL: Key Concepts in RL, Joshua Achiam and OpenAI, 2018 (OpenAI) - A clear tutorial from a leading AI research organization, providing an introduction to core reinforcement learning concepts, including Monte Carlo methods for value estimation.