paper-with-me

홈 › Papers

SCOUT: Per-Context Reset Curricula for Sparse-Reward Reinforcement Learning

2026-07-29 · Siddharth Aphale, Ayushman Singh arxiv

Sparse-reward reinforcement learning often fails because rollouts from the unassisted evaluation start rarely reach later task stages. Reset curricula address this by starting some training rollouts from easier intermediate states, called scaffolds. Such a curriculum faces two decisions: scaffold access, obtaining informative starts, and scaffold allocation, deciding how quickly that assistance is removed. Most prior curricula pace removal on one shared schedule, which can fail when task instances, or contexts, learn at different rates. We introduce SCOUT, an online, learner-agnostic reset controller that gives every context its own curriculum. Using only binary rollout success, SCOUT removes assistance after sustained success, restores it after failure, and cautiously tests a harder start when progress stalls, without changing the reward, optimizer, or learner. A counting construction shows that synchronized global pacing can be insufficient when contexts need conflicting amounts of assisted practice. Across six navigation and manipulation settings, scaffold access improves learning and enables success in three where unassisted training fails within the reported budget. In a constructed pacing conflict, each tested global schedule leaves one group unsolved, while SCOUT solves both. Average success can conceal this failure, so we also report the least successful group. Group-level pacing works when learning differences follow known groups but can fail when they occur within one group. SCOUT needs no group labels and remains consistently strong in both cases. A reset curriculum should remove assistance at the scale where learning progress differs.

📄 PDF Abstract BibTeX arXiv:2607.26417

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Self-Supervised Curriculum Generation for Autonomous Reinforcement Learning without Task-Specific Knowledge

2023-11-15 · Sang-Hyun Lee, Seung-Woo Seo

A significant bottleneck in applying current reinforcement learning algorithms to real-world scenarios is the need to reset the environment between every episode. This reset process demands substantial human intervention…

reinforcement-learningReinforcement Learning

Emergent Dexterity via Diverse Resets and Large-Scale Reinforcement Learning

2026-03-16 · Patrick Yin, Tyler Westenbroek, Zhengyu Zhang, Joshua Tran 외 arxiv

Reinforcement learning in massively parallel physics simulations has driven major progress in sim-to-real robot learning. However, current approaches remain brittle and task-specific, relying on extensive per-task engine…

Reinforcement Learning

Automatic Curricula via Expert Demonstrations

2021-06-16 · Siyu Dai, Andreas Hofmann, Brian Williams

We propose Automatic Curricula via Expert Demonstrations (ACED), a reinforcement learning (RL) approach that combines the ideas of imitation learning and curriculum learning in order to solve challenging robotic manipula…

Imitation LearningReinforcement Learning (RL)

Automated curricula through setter-solver interactions

2019-09-27 · Sebastien Racaniere, Andrew K. Lampinen, Adam Santoro, David P. Reichert 외

Reinforcement learning algorithms use correlations between policies and rewards to improve agent performance. But in dynamic or sparsely rewarding environments these correlations are often too small, or rewarding events …

Reinforcement Learning

Automated curriculum generation through setter-solver interactions

2020-05-01 · ICLR 2020 1 · Sebastien Racaniere, Andrew Lampinen, Adam Santoro, David Reichert 외

Reinforcement learning algorithms use correlations between policies and rewards to improve agent performance. But in dynamic or sparsely rewarding environments these correlations are often too small, or rewarding even…