LGAIROMay 23, 2021

Continual World: A Robotic Benchmark For Continual Reinforcement Learning

arXiv:2105.10919v3133 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This provides a new benchmark for researchers in robotics and AI to evaluate continual learning agents, though it is incremental as it builds on prior work like Meta-World.

The authors tackled the problem of continual reinforcement learning by introducing Continual World, a benchmark of diverse robotic tasks, and found that existing methods struggle with forward transfer and exhibit unique algorithmic challenges in RL.

Continual learning (CL) -- the ability to continuously learn, building on previously acquired knowledge -- is a natural requirement for long-lived autonomous reinforcement learning (RL) agents. While building such agents, one needs to balance opposing desiderata, such as constraints on capacity and compute, the ability to not catastrophically forget, and to exhibit positive transfer on new tasks. Understanding the right trade-off is conceptually and computationally challenging, which we argue has led the community to overly focus on catastrophic forgetting. In response to these issues, we advocate for the need to prioritize forward transfer and propose Continual World, a benchmark consisting of realistic and meaningfully diverse robotic tasks built on top of Meta-World as a testbed. Following an in-depth empirical evaluation of existing CL methods, we pinpoint their limitations and highlight unique algorithmic challenges in the RL setting. Our benchmark aims to provide a meaningful and computationally inexpensive challenge for the community and thus help better understand the performance of existing and future solutions. Information about the benchmark, including the open-source code, is available at https://sites.google.com/view/continualworld.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes