Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - A comprehensive textbook covering foundational reinforcement learning concepts, including model-based methods, planning, and Dyna.
Mastering Atari with World Models, Danijar Hafner, Timothy Lillicrap, Mohammad Norouzi, and Jimmy Ba, 2021International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2010.02193 - Presents DreamerV2, an agent that learns a compact world model and uses it for efficient planning and control in latent space.