paper-with-me

Papers

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

2019-03-19 · ICLR Workshop LLD 2019 · Kate Rakelly, Aurick Zhou, Deirdre Quillen, Chelsea Finn, Sergey Levine

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.

📄 PDF Abstract BibTeX arXiv:1903.08254

Code (7)

katerakelly/oyster 공식 구현 pytorch
Clyde21c/PEARL_bullet
ido90/roml-pearl pytorch
junmokane/offline-PEARL
lujiayou123/Off-Policy-Meta-Reinforcement-Learning-via-Unsupervised-Domain-Translation
victorchan314/cs287_final_project pytorch
waterhorse1/Pearl_relabel

Tasks

Deep Reinforcement LearningEfficient ExplorationMeta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Recomposing the Reinforcement Learning Building Blocks with Hypernetworks

2021-06-12 · Shai Keynan, Elad Sarafian, Sarit Kraus

The Reinforcement Learning (RL) building blocks, i.e. Q-functions and policy networks, usually take elements from the cartesian product of two domains as input. In particular, the input of the Q-function is both the stat…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Transferable Reinforcement Learning via Probabilistic Latent Embeddings and Dynamic Policy Adaptation for Sim-to-Real Deployment

2026-05-26 · Gengyue Han, Yiheng Feng arxiv

Due to limited resources and public safety concerns, deep reinforcement learning (RL) agents for many cyber-physical systems (e.g., autonomous vehicles) are first trained in simulators. However, when deployed in real wor…

Reinforcement LearningAutonomous Vehicles

Behavior-Invariant Task Representation Learning with Transformer-based World Models for Offline Meta-Reinforcement Learning

2026-05-30 · Fuyuan Qian, Menglong Zhang, Song Wang, Quanying Liu arxiv

Offline meta-reinforcement learning leverages static datasets to enable agents to generalize to unseen environments by combining offline efficiency with meta-learning adaptability, yet it faces key challenges from contex…

Representation LearningReinforcement Learning

Contextual Symmetries in Probabilistic Graphical Models

2016-06-30 · Ankit Anand, Aditya Grover, Mausam, Parag Singla

An important approach for efficient inference in probabilistic graphical models exploits symmetries among objects in the domain. Symmetric variables (states) are collapsed into meta-variables (meta-states) and inference …

CATCH: Context-based Meta Reinforcement Learning for Transferrable Architecture Search

2020-07-18 · ECCV 2020 8 · Xin Chen, Yawen Duan, Zewei Chen, Hang Xu 외

Neural Architecture Search (NAS) achieved many breakthroughs in recent years. In spite of its remarkable progress, many algorithms are restricted to particular search spaces. They also lack efficient mechanisms to reuse …

Meta-LearningMeta Reinforcement LearningNeural Architecture Searchreinforcement-learning+2