LGAIMLSep 7, 2018

Learning Invariances for Policy Generalization

arXiv:1809.02591v214 citations
AI Analysis

This addresses the issue of poor knowledge transfer in RL agents for similar tasks, but it is incremental as it compares existing methods on a simple problem.

The paper tackled the problem of policy specialization in reinforcement learning by evaluating three methods for learning invariances to improve generalization to unseen tasks, finding data augmentation to be effective.

While recent progress has spawned very powerful machine learning systems, those agents remain extremely specialized and fail to transfer the knowledge they gain to similar yet unseen tasks. In this paper, we study a simple reinforcement learning problem and focus on learning policies that encode the proper invariances for generalization to different settings. We evaluate three potential methods for policy generalization: data augmentation, meta-learning and adversarial training. We find our data augmentation method to be effective, and study the potential of meta-learning and adversarial learning as alternative task-agnostic approaches.

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