Automatic Data Augmentation for Generalization in Deep Reinforcement Learning
Roberta Raileanu, Max Goldstein, Denis Yarats, Ilya Kostrikov, Rob, Fergus

TL;DR
This paper introduces an automatic data augmentation method combined with novel regularization techniques to enhance the generalization ability of deep reinforcement learning agents, demonstrating significant improvements on the Procgen benchmark.
Contribution
It proposes three automatic augmentation approaches with regularization for actor-critic algorithms, improving generalization and robustness in deep RL.
Findings
Achieves ~40% test performance improvement on Procgen benchmark.
Outperforms existing baselines for RL generalization.
Learns more robust policies and representations.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Domain Adaptation and Few-Shot Learning · Evolutionary Algorithms and Applications
