LGAIOct 26, 2021

The Difficulty of Passive Learning in Deep Reinforcement Learning

arXiv:2110.14020v170 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of passive learning in deep reinforcement learning for researchers, offering incremental insights by extending and challenging prior hypotheses.

The paper tackles the challenge of offline reinforcement learning (learning from fixed datasets without interaction) by proposing the 'tandem learning' paradigm to empirically analyze difficulties, identifying function approximation and fixed data distributions as key factors, and providing insights that extend to online learning.

Learning to act from observational data without active environmental interaction is a well-known challenge in Reinforcement Learning (RL). Recent approaches involve constraints on the learned policy or conservative updates, preventing strong deviations from the state-action distribution of the dataset. Although these methods are evaluated using non-linear function approximation, theoretical justifications are mostly limited to the tabular or linear cases. Given the impressive results of deep reinforcement learning, we argue for a need to more clearly understand the challenges in this setting. In the vein of Held & Hein's classic 1963 experiment, we propose the "tandem learning" experimental paradigm which facilitates our empirical analysis of the difficulties in offline reinforcement learning. We identify function approximation in conjunction with fixed data distributions as the strongest factors, thereby extending but also challenging hypotheses stated in past work. Our results provide relevant insights for offline deep reinforcement learning, while also shedding new light on phenomena observed in the online case of learning control.

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