paper-with-me

Papers

Meta-Reinforcement Learning Based on Self-Supervised Task Representation Learning

2023-04-29 · Mingyang Wang, Zhenshan Bing, Xiangtong Yao, Shuai Wang, Hang Su, Chenguang Yang, Kai Huang, Alois Knoll

Meta-reinforcement learning enables artificial agents to learn from related training tasks and adapt to new tasks efficiently with minimal interaction data. However, most existing research is still limited to narrow task distributions that are parametric and stationary, and does not consider out-of-distribution tasks during the evaluation, thus, restricting its application. In this paper, we propose MoSS, a context-based Meta-reinforcement learning algorithm based on Self-Supervised task representation learning to address this challenge. We extend meta-RL to broad non-parametric task distributions which have never been explored before, and also achieve state-of-the-art results in non-stationary and out-of-distribution tasks. Specifically, MoSS consists of a task inference module and a policy module. We utilize the Gaussian mixture model for task representation to imitate the parametric and non-parametric task variations. Additionally, our online adaptation strategy enables the agent to react at the first sight of a task change, thus being applicable in non-stationary tasks. MoSS also exhibits strong generalization robustness in out-of-distributions tasks which benefits from the reliable and robust task representation. The policy is built on top of an off-policy RL algorithm and the entire network is trained completely off-policy to ensure high sample efficiency. On MuJoCo and Meta-World benchmarks, MoSS outperforms prior works in terms of asymptotic performance, sample efficiency (3-50x faster), adaptation efficiency, and generalization robustness on broad and diverse task distributions.

📄 PDF Abstract BibTeX arXiv:2305.00286

Code (0)

등록된 구현이 없습니다.

Tasks

Meta Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Contextual Latent World Models for Offline Meta Reinforcement Learning

2026-03-03 · Mohammadreza Nakheai, Aidan Scannell, Kevin Luck, Joni Pajarinen arxiv

Offline meta-reinforcement learning seeks to learn policies that generalize across related tasks from fixed datasets. Context-based methods infer a task representation from transition histories, but learning effective ta…

Representation LearningReinforcement Learning

Improving Context-Based Meta-Reinforcement Learning with Self-Supervised Trajectory Contrastive Learning

2021-03-10 · Bernie Wang, Simon Xu, Kurt Keutzer, Yang Gao 외

Meta-reinforcement learning typically requires orders of magnitude more samples than single task reinforcement learning methods. This is because meta-training needs to deal with more diverse distributions and train extra…

Contrastive LearningMeta Reinforcement LearningMuJoCoreinforcement-learning+3

Unsupervised Meta-Testing with Conditional Neural Processes for Hybrid Meta-Reinforcement Learning

2025-06-04 · Suzan Ece Ada, Emre Ugur

We introduce Unsupervised Meta-Testing with Conditional Neural Processes (UMCNP), a novel hybrid few-shot meta-reinforcement learning (meta-RL) method that uniquely combines, yet distinctly separates, parameterized polic…

continuous-controlContinuous ControlMeta Reinforcement Learning

Towards an Information Theoretic Framework of Context-Based Offline Meta-Reinforcement Learning

2024-02-04 · Lanqing Li, Hai Zhang, Xinyu Zhang, Shatong Zhu 외

As a marriage between offline RL and meta-RL, the advent of offline meta-reinforcement learning (OMRL) has shown great promise in enabling RL agents to multi-task and quickly adapt while acquiring knowledge safely. Among…

Meta Reinforcement LearningOffline RLreinforcement-learningReinforcement Learning+1

Disentangled Predictive Representation for Meta-Reinforcement Learning

2021-06-13 · ICML Workshop URL 2021 7 · Sephora Madjiheurem, Laura Toni

A major challenge in reinforcement learning is the design of agents that are able to generalize across tasks that share common dynamics. A viable solution is meta-reinforcement learning, which identifies common struc…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)