LGAIMLAug 3, 2020

Dynamics Generalization via Information Bottleneck in Deep Reinforcement Learning

arXiv:2008.00614v140 citations
Originality Highly original
AI Analysis

This addresses the critical issue of robustness in RL for real-world applications where system dynamics can vary widely, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of deep reinforcement learning agents overfitting to training environments and failing to generalize to unseen dynamics, proposing an information-theoretic regularization method that enables agents to generalize to test parameters more than 10 standard deviations away from the training distribution.

Despite the significant progress of deep reinforcement learning (RL) in solving sequential decision making problems, RL agents often overfit to training environments and struggle to adapt to new, unseen environments. This prevents robust applications of RL in real world situations, where system dynamics may deviate wildly from the training settings. In this work, our primary contribution is to propose an information theoretic regularization objective and an annealing-based optimization method to achieve better generalization ability in RL agents. We demonstrate the extreme generalization benefits of our approach in different domains ranging from maze navigation to robotic tasks; for the first time, we show that agents can generalize to test parameters more than 10 standard deviations away from the training parameter distribution. This work provides a principled way to improve generalization in RL by gradually removing information that is redundant for task-solving; it opens doors for the systematic study of generalization from training to extremely different testing settings, focusing on the established connections between information theory and machine learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes