← Reinforcement Learning vault

// BOOK COMPANION · DEEP RL MID-SEM

Reinforcement Learning — Book Explained.

Plain-English companion pages for Richard S. Sutton & Andrew G. Barto — Reinforcement Learning: An Introduction, 2nd edition (MIT Press). These notes follow the mid-semester CS1–CS7 arc: what the RL problem is, how a single action's value is learned in bandits, how sequential decisions are modelled as MDPs, how a known MDP is solved by dynamic programming, and how an unknown one is learned from experience by Monte Carlo methods.

The goal is not to replace Sutton & Barto. The goal is to make the chapter logic easier to revise: intuition first, equations second, worked examples and gotchas always visible.


SUTTON & BARTO — REINFORCEMENT LEARNING: AN INTRODUCTION, 2ND ED.