paper-with-me

Papers

Offline Meta-Reinforcement Learning with Advantage Weighting

2020-08-13 · Eric Mitchell, Rafael Rafailov, Xue Bin Peng, Sergey Levine, Chelsea Finn

This paper introduces the offline meta-reinforcement learning (offline meta-RL) problem setting and proposes an algorithm that performs well in this setting. Offline meta-RL is analogous to the widely successful supervised learning strategy of pre-training a model on a large batch of fixed, pre-collected data (possibly from various tasks) and fine-tuning the model to a new task with relatively little data. That is, in offline meta-RL, we meta-train on fixed, pre-collected data from several tasks in order to adapt to a new task with a very small amount (less than 5 trajectories) of data from the new task. By nature of being offline, algorithms for offline meta-RL can utilize the largest possible pool of training data available and eliminate potentially unsafe or costly data collection during meta-training. This setting inherits the challenges of offline RL, but it differs significantly because offline RL does not generally consider a) transfer to new tasks or b) limited data from the test task, both of which we face in offline meta-RL. Targeting the offline meta-RL setting, we propose Meta-Actor Critic with Advantage Weighting (MACAW), an optimization-based meta-learning algorithm that uses simple, supervised regression objectives for both the inner and outer loop of meta-training. On offline variants of common meta-RL benchmarks, we empirically find that this approach enables fully offline meta-reinforcement learning and achieves notable gains over prior methods.

📄 PDF Abstract BibTeX arXiv:2008.06043

Code (2)

eric-mitchell/macaw 공식 구현 pytorch
eric-mitchell/macaw-min pytorch

Tasks

Machine TranslationMeta-LearningMeta Reinforcement LearningObject RecognitionOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

State Advantage Weighting for Offline RL

2022-10-09 · Jiafei Lyu, Aicheng Gong, Le Wan, Zongqing Lu 외

We present state advantage weighting for offline reinforcement learning (RL). In contrast to action advantage $A(s,a)$ that we commonly adopt in QSA learning, we leverage state advantage $A(s,s^\prime)$ and QSS learning …

D4RLOffline RLreinforcement-learningReinforcement Learning (RL)

Robust Task Representations for Offline Meta-Reinforcement Learning via Contrastive Learning

2022-06-21 · Haoqi Yuan, Zongqing Lu

We study offline meta-reinforcement learning, a practical reinforcement learning paradigm that learns from offline data to adapt to new tasks. The distribution of offline data is determined jointly by the behavior policy…

Contrastive LearningMeta Reinforcement Learningreinforcement-learningReinforcement Learning+2

Goal-conditioned Offline Reinforcement Learning through State Space Partitioning

2023-03-16 · Mianchu Wang, Yue Jin, Giovanni Montana

Offline reinforcement learning (RL) aims to infer sequential decision policies using only offline datasets. This is a particularly difficult setup, especially when learning to achieve multiple different goals or outcomes…

Inductive Biasreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Resilient UAV Trajectory Planning via Few-Shot Meta-Offline Reinforcement Learning

2025-02-03 · Eslam Eldeeb, Hirley Alves

Reinforcement learning (RL) has been a promising essence in future 5G-beyond and 6G systems. Its main advantage lies in its robust model-free decision-making in complex and large-dimension wireless environments. However,…

Meta-LearningOffline RLQ-LearningReinforcement Learning (RL)+2

Weighted model estimation for offline model-based reinforcement learning

2021-12-01 · NeurIPS 2021 12 · Toru Hishinuma, Kei Senda

This paper discusses model estimation in offline model-based reinforcement learning (MBRL), which is important for subsequent policy improvement using an estimated model. From the viewpoint of covariate shift, a natural …

Density Ratio EstimationmodelModel-based Reinforcement LearningOff-policy evaluation+3