The World Model Remembers, the Actor Forgets: Dream Rehearsal for Continual Model-Based RL

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.