paper-with-me

Papers

Curriculum in Gradient-Based Meta-Reinforcement Learning

2020-02-19 · Bhairav Mehta, Tristan Deleu, Sharath Chandra Raparthy, Chris J. Pal, Liam Paull

Gradient-based meta-learners such as Model-Agnostic Meta-Learning (MAML) have shown strong few-shot performance in supervised and reinforcement learning settings. However, specifically in the case of meta-reinforcement learning (meta-RL), we can show that gradient-based meta-learners are sensitive to task distributions. With the wrong curriculum, agents suffer the effects of meta-overfitting, shallow adaptation, and adaptation instability. In this work, we begin by highlighting intriguing failure cases of gradient-based meta-RL and show that task distributions can wildly affect algorithmic outputs, stability, and performance. To address this problem, we leverage insights from recent literature on domain randomization and propose meta Active Domain Randomization (meta-ADR), which learns a curriculum of tasks for gradient-based meta-RL in a similar as ADR does for sim2real transfer. We show that this approach induces more stable policies on a variety of simulated locomotion and navigation tasks. We assess in- and out-of-distribution generalization and find that the learned task distributions, even in an unstructured task space, greatly improve the adaptation performance of MAML. Finally, we motivate the need for better benchmarking in meta-RL that prioritizes \textit{generalization} over single-task adaption performance.

📄 PDF Abstract BibTeX arXiv:2002.07956

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingMeta-LearningMeta Reinforcement LearningOut-of-Distribution Generalizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

Gradient-Based Data Valuation Improves Curriculum Learning for Game-Theoretic Motion Planning

2026-04-01 · Shihao Li, Jiachen Li, Dongmei Chen arxiv

We demonstrate that gradient-based data valuation produces curriculum orderings that significantly outperform metadata-based heuristics for training game-theoretic motion planners. Specifically, we apply TracIn gradient-…

Motion Planning

Meta-Learning Integration in Hierarchical Reinforcement Learning for Advanced Task Complexity

2024-10-10 · Arash Khajooeinejad, Masoumeh Chapariniya

Hierarchical Reinforcement Learning (HRL) effectively tackles complex tasks by decomposing them into structured policies. However, HRL agents often face challenges with efficient exploration and rapid adaptation. To addr…

Efficient ExplorationHierarchical Reinforcement LearningMeta-Learning

Robust Meta-Reinforcement Learning with Curriculum-Based Task Sampling

2022-03-31 · Morio Matsumoto, Hiroya Matsuba, Toshihiro Kujirai

Meta-reinforcement learning (meta-RL) acquires meta-policies that show good performance for tasks in a wide task distribution. However, conventional meta-RL, which learns meta-policies by randomly sampling tasks, has bee…

Meta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Automatic Curriculum Learning with Gradient Reward Signals

2023-12-21 · Ryan Campbell, Junsang Yoon

This paper investigates the impact of using gradient norm reward signals in the context of Automatic Curriculum Learning (ACL) for deep reinforcement learning (DRL). We introduce a framework where the teacher model, util…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Internalizing Curriculum Judgment for LLM Reinforcement Fine-Tuning

2026-05-11 · Han Zheng, Yining Ma, Karthick Gunasekaran, Bharathan Balaji 외 arxiv

In LLM Reinforcement Fine-Tuning (RFT), curriculum learning drives both efficiency and performance. Yet, current methods externalize curriculum judgment via handcrafted heuristics or auxiliary models, risking misalignmen…

Mathematical ReasoningCode Generation