LGAIMLMar 19, 2019

Efficient Off-Policy Meta-Reinforcement Learning via Probabilistic Context Variables

arXiv:1903.08254v1807 citations
Originality Highly original
AI Analysis

This addresses the problem of slow learning in meta-RL for AI agents, offering a more practical approach, though it appears incremental as it builds on existing meta-RL methods.

The paper tackles the sample inefficiency and task uncertainty challenges in meta-reinforcement learning by developing an off-policy algorithm that uses probabilistic context variables for task inference and control, achieving 20-100X better sample efficiency and improved asymptotic performance on benchmarks.

Deep reinforcement learning algorithms require large amounts of experience to learn an individual task. While in principle meta-reinforcement learning (meta-RL) algorithms enable agents to learn new skills from small amounts of experience, several major challenges preclude their practicality. Current methods rely heavily on on-policy experience, limiting their sample efficiency. The also lack mechanisms to reason about task uncertainty when adapting to new tasks, limiting their effectiveness in sparse reward problems. In this paper, we address these challenges by developing an off-policy meta-RL algorithm that disentangles task inference and control. In our approach, we perform online probabilistic filtering of latent task variables to infer how to solve a new task from small amounts of experience. This probabilistic interpretation enables posterior sampling for structured and efficient exploration. We demonstrate how to integrate these task variables with off-policy RL algorithms to achieve both meta-training and adaptation efficiency. Our method outperforms prior algorithms in sample efficiency by 20-100X as well as in asymptotic performance on several meta-RL benchmarks.

Code Implementations7 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes