Efficient Off-Policy Meta-Reinforcement Learning via Probabilistic Context Variables
Kate Rakelly, Aurick Zhou, Deirdre Quillen, Chelsea Finn, Sergey, Levine

TL;DR
This paper introduces an off-policy meta-reinforcement learning algorithm that uses probabilistic task inference to improve sample efficiency and adaptation in sparse reward environments, outperforming prior methods.
Contribution
It presents a novel off-policy meta-RL approach with probabilistic task inference, enabling efficient exploration and adaptation from limited experience.
Findings
Outperforms prior algorithms in sample efficiency by 20-100X
Achieves better asymptotic performance on meta-RL benchmarks
Enables structured exploration through probabilistic task variables
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
