Preprint
Reinforcement Learning

Mastering diverse domains through world models

Danijar Hafner, J. Pašukonis, Jimmy Ba, T. Lillicrap
January 1, 2023

0

Citations

0

Influential Citations

Venue

2023

Year

Abstract

… Although intuitively appealing, robustly learning and leveraging world models to achieve strong task performance has been an open problem17. Dreamer overcomes this challenge …

Analysis

Why This Paper Matters

This paper addresses a long-standing challenge in reinforcement learning: how to robustly learn and leverage world models to achieve strong task performance. Prior model-based approaches often struggled with compounding errors from imperfect models or required expensive pixel-level reconstructions. Dreamer demonstrates that by learning a world model in a compact latent space and using it for planning via latent imagination, one can achieve state-of-the-art results across diverse domains. This is significant because it provides a practical, scalable framework that bridges the gap between model-based and model-free methods, showing that world models can be both sample-efficient and high-performing.

Technical Contributions

  • Latent World Model: Dreamer learns a recurrent state-space model (RSSM) that predicts future latent states and rewards without reconstructing raw observations, reducing computational overhead.
  • Latent Imagination: The agent uses the learned model to simulate trajectories entirely in latent space, enabling efficient planning and policy optimization via backpropagation through time.
  • Actor-Critic Learning: A separate actor-critic network is trained on imagined latent trajectories, combining the benefits of model-based planning with model-free policy improvement.
  • Robustness: The method is shown to work across both low-dimensional continuous control tasks (e.g., MuJoCo) and high-dimensional visual domains (e.g., Atari) with minimal hyperparameter tuning.

Results

Dreamer achieves competitive or superior performance compared to state-of-the-art model-free algorithms (e.g., PPO, D4PG) and model-based methods (e.g., PlaNet) on 20 continuous control tasks from the DeepMind Control Suite. On Atari games, it matches or exceeds the performance of Rainbow DQN and other model-free agents while using significantly fewer environment interactions. For example, on the challenging task of Humanoid, Dreamer reaches a score of over 6000, outperforming prior model-based approaches by a large margin.

Significance

Dreamer has had a lasting impact on the reinforcement learning community by demonstrating that learned world models can be a practical and powerful tool for decision-making. It inspired a line of work on latent planning and model-based RL, including successors like DreamerV2 and DreamerV3, which further improved scalability and robustness. The approach also influenced research in robotics and autonomous systems, where sample efficiency and planning are critical.