Continual Reinforcement Learning by Planning with Online World Models
TLDR
Proposes online world models for continual RL, using Follow-The-Leader planning to avoid catastrophic forgetting, outperforming deep world models.
Reasoning
The paper introduces a novel approach with a theoretical regret bound and empirical results on a custom benchmark. However, the shallow model may limit scalability, and the benchmark is not standard, raising questions about generalizability.
Read-first score
Read-first score 52.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 39.
Field roles
Rank sensitivity
Stability: volatile; rank range: 396.
Keyword Scores
Deep Analysis
Innovations
- Proposing a Follow-The-Leader shallow model learned online for world dynamics in continual reinforcement learning
- Using model predictive control with an online world model that is immune to catastrophic forgetting by construction
- Introducing the FTL Online Agent (OA) that updates incrementally and plans solely based on the latest online model
- Designing Continual Bench, a dedicated environment for evaluating continual reinforcement learning
Methodology
The paper learns a Follow-The-Leader shallow model online to capture world dynamics. It then uses model predictive control to plan actions for tasks specified by any reward functions. The agent, called FTL Online Agent (OA), updates incrementally and is evaluated on a custom environment called Continual Bench against deep world models with various continual learning techniques.
Key Results
The FTL Online Agent learns continuously to solve new tasks while not forgetting old skills, outperforming agents built on deep world models with various continual learning techniques.