LGAINEJan 24, 2021

Learning Synthetic Environments for Reinforcement Learning with Evolution Strategies

arXiv:2101.09721v310 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of sample inefficiency in reinforcement learning for researchers and practitioners, though it is incremental as it builds on existing bi-level optimization and evolution strategies.

The paper tackles the problem of training reinforcement learning agents more efficiently by learning synthetic environments as proxies for target tasks, achieving up to 60% reduction in training steps for discrete-action-space tasks like CartPole-v0 and Acrobot-v1.

This work explores learning agent-agnostic synthetic environments (SEs) for Reinforcement Learning. SEs act as a proxy for target environments and allow agents to be trained more efficiently than when directly trained on the target environment. We formulate this as a bi-level optimization problem and represent an SE as a neural network. By using Natural Evolution Strategies and a population of SE parameter vectors, we train agents in the inner loop on evolving SEs while in the outer loop we use the performance on the target task as a score for meta-updating the SE population. We show empirically that our method is capable of learning SEs for two discrete-action-space tasks (CartPole-v0 and Acrobot-v1) that allow us to train agents more robustly and with up to 60% fewer steps. Not only do we show in experiments with 4000 evaluations that the SEs are robust against hyperparameter changes such as the learning rate, batch sizes and network sizes, we also show that SEs trained with DDQN agents transfer in limited ways to a discrete-action-space version of TD3 and very well to Dueling DDQN.

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