Shannon Press · 2026 · 22 chapters
Foundation · Conceptual · Practical
Most reinforcement learning texts prove theorems about environments that robots do not live in. This book keeps the mathematics complete, then insists on saying which assumptions break the moment a real machine touches the ground — and what practitioners do about it.
The method
Three layers, interleaved in every chapter — never one without the others.
Foundation
Complete mathematical formalism. Definitions, theorems, and derivations carried through to the last line — including the convergence conditions robots routinely violate, stated plainly rather than buried.
Conceptual
Every hard idea gets a visual you can manipulate. Drag γ and watch the horizon stretch; crank Δt until the integrator explodes; slide λ from 0 to 1 and rediscover Monte Carlo.
Practical
Every algorithm implemented in Rust with the best current crates — burn for learning, rapier for physics, egui for dashboards — as code that trains natively and demos in the browser.
The cast
Four robots carry every idea in the book, so abstractions always land somewhere physical.
Rusty
differential-drive mobile robot
hello-robot → gridworld → visual gridworld → lidar navigation → multi-agent
Enters in Chapter 1
Pendle
pendulum / cart-pole
classical control ↔ RL bridge
Enters in Chapter 2
Reacher
2-link planar arm
manipulation thread
Enters in Chapter 3
Ferris
quadruped
locomotion & sim-to-real thread
Enters in Chapter 15
The arc
Built on
Four works form the spine: Sutton & Barto's Reinforcement Learning: An Introduction for the mathematics, Kober, Bagnell & Peters' 2013 survey for the robotics bridge, Tang et al.'s 2024 survey of real-world successes for the modern taxonomy, and Akinola's lectures for pedagogy. Where those stop, this book continues — PPO and SAC as workhorses, world models, offline RL, teacher–student sim-to-real, and foundation-model frontiers — always grounded in the same spine.
