LGAIOct 4, 2023

Discovering General Reinforcement Learning Algorithms with Adversarial Environment Design

Oxford
arXiv:2310.02782v121 citationsh-index: 67
Originality Incremental advance
AI Analysis

This work addresses the problem of improving generalization in meta-learned RL algorithms for researchers and practitioners, representing an incremental advance by building on Unsupervised Environment Design.

The paper tackles the generalization gap of meta-learned reinforcement learning algorithms when applied to unseen environments by proposing GROOVE, a method that uses adversarial environment design to generate curricula maximizing algorithmic regret, which achieves superior generalization compared to Learned Policy Gradient in experiments.

The past decade has seen vast progress in deep reinforcement learning (RL) on the back of algorithms manually designed by human researchers. Recently, it has been shown that it is possible to meta-learn update rules, with the hope of discovering algorithms that can perform well on a wide range of RL tasks. Despite impressive initial results from algorithms such as Learned Policy Gradient (LPG), there remains a generalization gap when these algorithms are applied to unseen environments. In this work, we examine how characteristics of the meta-training distribution impact the generalization performance of these algorithms. Motivated by this analysis and building on ideas from Unsupervised Environment Design (UED), we propose a novel approach for automatically generating curricula to maximize the regret of a meta-learned optimizer, in addition to a novel approximation of regret, which we name algorithmic regret (AR). The result is our method, General RL Optimizers Obtained Via Environment Design (GROOVE). In a series of experiments, we show that GROOVE achieves superior generalization to LPG, and evaluate AR against baseline metrics from UED, identifying it as a critical component of environment design in this setting. We believe this approach is a step towards the discovery of truly general RL algorithms, capable of solving a wide range of real-world environments.

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