LGAIJun 23, 2020

Automatic Data Augmentation for Generalization in Deep Reinforcement Learning

arXiv:2006.12862v2118 citationsHas Code
AI Analysis

This addresses generalization issues in deep reinforcement learning for agents in procedurally-generated environments, representing an incremental advance with specific gains.

The paper tackles the problem of deep reinforcement learning agents failing to generalize to unseen scenarios by automatically selecting appropriate data augmentations, combined with novel regularization terms, and shows a ~40% improvement in test performance on the Procgen benchmark compared to standard RL algorithms.

Deep reinforcement learning (RL) agents often fail to generalize to unseen scenarios, even when they are trained on many instances of semantically similar environments. Data augmentation has recently been shown to improve the sample efficiency and generalization of RL agents. However, different tasks tend to benefit from different kinds of data augmentation. In this paper, we compare three approaches for automatically finding an appropriate augmentation. These are combined with two novel regularization terms for the policy and value function, required to make the use of data augmentation theoretically sound for certain actor-critic algorithms. We evaluate our methods on the Procgen benchmark which consists of 16 procedurally-generated environments and show that it improves test performance by ~40% relative to standard RL algorithms. Our agent outperforms other baselines specifically designed to improve generalization in RL. In addition, we show that our agent learns policies and representations that are more robust to changes in the environment that do not affect the agent, such as the background. Our implementation is available at https://github.com/rraileanu/auto-drac.

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