LGAIOct 23, 2022

Learning General World Models in a Handful of Reward-Free Deployments

Oxford
arXiv:2210.12719v113 citationsh-index: 46
Originality Highly original
AI Analysis

This work addresses the problem of scalable and generalizable agent learning for AI researchers, proposing a new paradigm that could reduce costly retraining, though it appears incremental in combining existing ideas like task-agnostic exploration and population-based methods.

The paper tackles the challenge of building generally capable agents in deep reinforcement learning by introducing a reward-free deployment efficiency setting and presenting CASCADE, a novel approach for self-supervised exploration that learns a world model using an information-theoretic objective. The result is that CASCADE collects diverse task-agnostic datasets and learns agents that generalize zero-shot to novel, unseen downstream tasks on benchmarks like Atari, MiniGrid, Crafter, and DM Control Suite.

Building generally capable agents is a grand challenge for deep reinforcement learning (RL). To approach this challenge practically, we outline two key desiderata: 1) to facilitate generalization, exploration should be task agnostic; 2) to facilitate scalability, exploration policies should collect large quantities of data without costly centralized retraining. Combining these two properties, we introduce the reward-free deployment efficiency setting, a new paradigm for RL research. We then present CASCADE, a novel approach for self-supervised exploration in this new setting. CASCADE seeks to learn a world model by collecting data with a population of agents, using an information theoretic objective inspired by Bayesian Active Learning. CASCADE achieves this by specifically maximizing the diversity of trajectories sampled by the population through a novel cascading objective. We provide theoretical intuition for CASCADE which we show in a tabular setting improves upon naïve approaches that do not account for population diversity. We then demonstrate that CASCADE collects diverse task-agnostic datasets and learns agents that generalize zero-shot to novel, unseen downstream tasks on Atari, MiniGrid, Crafter and the DM Control Suite. Code and videos are available at https://ycxuyingchen.github.io/cascade/

Foundations

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

Your Notes