Dream Rehearsal Prevents Catastrophic Forgetting in Model-Based RL

Gurp Nijjer· July 23, 2026 View original

Summary

This research shows that in DreamerV3-style agents, catastrophic forgetting in continual reinforcement learning primarily affects the actor, not the world model. It introduces "graded dream rehearsal" as a task-label-free method to recover lost skills and achieve parameter-constant continual learning.

This study investigates catastrophic forgetting in model-based reinforcement learning agents, specifically those from the DreamerV3 family, when trained on sequential tasks. Contrary to assumptions, the research reveals that even with an unbounded replay buffer, the world model largely retains information about old tasks, including reward discrimination and value estimates. The primary component that suffers from forgetting is the actor, whose behavior collapses. The paper demonstrates this by showing that freezing the world model and performing reinforcement learning in imagination fails to recover lost skills. However, supervised self-imitation using the world model's own "graded dreams" successfully recovers these skills without any additional environment interaction. By interleaving this graded dream rehearsal during training, the authors achieve a task-label-free, parameter-constant continual learner that significantly outperforms plain replay, retaining skills across multiple task chains. The effectiveness of the dream-grading step is highlighted, with specific rules provided to prevent scoring failures.

Why it matters

Professionals developing AI agents for dynamic, multi-task environments can leverage this insight to design more robust continual learning systems that overcome catastrophic forgetting.

How to implement this in your domain

  1. 1Analyze your model-based RL systems to identify whether actor or world model forgetting is the primary issue in continual learning scenarios.
  2. 2Implement "graded dream rehearsal" techniques to enable actors to relearn lost skills using the world model's internal representations.
  3. 3Explore integrating task-label-free continual learning methods into your RL agent training pipelines.
  4. 4Develop robust dream-grading mechanisms to ensure high-quality self-imitation signals for the actor.

Who benefits

RoboticsAutonomous SystemsGaming AIIndustrial Automation

Key takeaways

  • Catastrophic forgetting in DreamerV3-style RL agents primarily impacts the actor, not the world model.
  • World models retain significant information about past tasks even when the actor forgets.
  • "Graded dream rehearsal" allows actors to recover lost skills without environment interaction.
  • This method enables robust, task-label-free continual learning for model-based RL.

Original post by Gurp Nijjer

"arXiv:2607.19749v1 Announce Type: new Abstract: Model-based reinforcement-learning agents of the DreamerV3 family forget catastrophically when trained on task sequences, even when an unbounded replay buffer preserves every earlier experience. We ask a question the continual-RL li…"

View on X

Originally posted by Gurp Nijjer on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses