LGMLOct 17, 2019

Single Episode Policy Transfer in Reinforcement Learning

arXiv:1910.07719v340 citations
Originality Highly original
AI Analysis

This addresses a key problem for RL systems needing rapid deployment in unknown settings, offering a novel solution beyond incremental improvements.

The paper tackles the challenge of reinforcement learning agents adapting to new environments in a single test episode without dense rewards, proposing a modular algorithm that infers latent dynamics and achieves significant performance gains over existing adaptive methods.

Transfer and adaptation to new unknown environmental dynamics is a key challenge for reinforcement learning (RL). An even greater challenge is performing near-optimally in a single attempt at test time, possibly without access to dense rewards, which is not addressed by current methods that require multiple experience rollouts for adaptation. To achieve single episode transfer in a family of environments with related dynamics, we propose a general algorithm that optimizes a probe and an inference model to rapidly estimate underlying latent variables of test dynamics, which are then immediately used as input to a universal control policy. This modular approach enables integration of state-of-the-art algorithms for variational inference or RL. Moreover, our approach does not require access to rewards at test time, allowing it to perform in settings where existing adaptive approaches cannot. In diverse experimental domains with a single episode test constraint, our method significantly outperforms existing adaptive approaches and shows favorable performance against baselines for robust transfer.

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