Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (MIT Press)DOI: 10.7551/mitpress/11832.001.0001 - Introduces fundamental concepts of model-based reinforcement learning, planning methods, and the interaction between planning and learning, including discussions of model errors and Dyna-style architectures.
Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model, Julian Schrittwieser, Ioannis Antonoglou, Thomas Hubert, Karen Simonyan, Laurent Sifre, Simon Schmitt, Gabriel Gimenez, Edward Lockhart, Nal Kalchbrenner, Andrew Irving, Edward Grefenstette, Demis Hassabis, and David Silver, 2020Nature, Vol. 588DOI: 10.1038/s41586-020-03051-4 - Illustrates a model-based RL approach that learns a dynamics model and employs it for planning via Monte Carlo Tree Search, demonstrating significant computational needs while achieving high performance in various complex environments.