The World Model Remembers, the Actor Forgets: Dream Rehearsal for Continual Model-Based RL
Summary
Model-based reinforcement learning agents from the DreamerV3 family experience catastrophic forgetting during sequential task training, even with unbounded replay buffers. Component-level probes (n=3 seeds) show the world model retains critical information about old tasks, including reward discrimination (retention ratio ~1.0), value estimates, and termination structure, while the actor's behavior collapses. This suggests forgetting is a channel problem, not a memory issue. Researchers demonstrated that supervised self-imitation on the world model's "graded dreams" recovers lost skills on 3/3 seeds with zero environment interaction, unlike reinforcement learning in imagination (0/3 seeds). Interleaved during training, this graded dream rehearsal creates a task-label-free, parameter-constant continual learner, retaining 3/3 four-task chains (plain replay 0/3) and 3/3 eight-task chains, with consistent gains (+0.13, 95% CI [0.07, 0.24]) over real-episode cloning. The dream-grading step is crucial, with identified failure modes addressed by an offline selection gauge and a realized-first grading rule.
Key takeaway
For Machine Learning Engineers developing continual reinforcement learning agents, you should investigate incorporating graded dream rehearsal. This technique directly addresses actor forgetting, allowing your DreamerV3-family agents to retain skills across sequential tasks without catastrophic loss. By utilizing the world model's memory and applying a robust dream-grading process, you can achieve parameter-constant continual learning, significantly outperforming plain replay methods and improving agent robustness.
Key insights
Catastrophic forgetting in DreamerV3 agents stems from the actor, not the world model, and is mitigated by graded dream rehearsal.
Principles
- World models can retain task knowledge effectively.
- Actor components are the primary source of forgetting.
- Continual learning benefits from graded dream rehearsal.
Method
Supervised self-imitation on the world model's own graded dreams recovers lost skills. This involves an offline selection gauge and a realized-first grading rule to ensure dream quality.
In practice
- Implement graded dream rehearsal for continual RL.
- Use an offline gauge to select quality dreams.
- Apply a "realized-first" grading rule for dreams.
Topics
- Continual Reinforcement Learning
- Catastrophic Forgetting
- DreamerV3 Agents
- World Models
- Dream Rehearsal
- Self-Imitation Learning
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.