Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press) - This is the definitive textbook for reinforcement learning, comprehensively covering Monte Carlo control, on-policy methods, and epsilon-greedy exploration.
CS234: Reinforcement Learning (Winter 2024), Emma Brunskill, 2025 (Stanford University) - Provides lecture notes and materials from a university course on reinforcement learning, covering Monte Carlo control and policies for exploration.
Reinforcement Learning (UCL Course), David Silver, 2015 - This renowned lecture series provides an accessible explanation of reinforcement learning concepts, including on-policy Monte Carlo control and epsilon-greedy policies.