Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 04:00:00

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

AI 中文解读
SCOUT为强化学习难题提供了一套“私人订制”方案,让AI在不同任务中都能像人类一样灵活切换学习难度,不再“一刀切”。 传统强化学习遇到“奖励稀疏”时会很难学——好比让一个小孩在满是宝藏的迷宫里乱撞,但只在终点才给糖吃,大多数时候他会迷失方向。以前的解决办法是“重置课程”,在训练时从迷宫中段甚至靠近终点的地方开始教他,就像老师先给提示再慢慢撤掉。但问题来了:不同学生理解力不同,统一进度撤掉提示容易让某些学生掉队。SCOUT就像一个聪明的私教,只根据学生每次是否成功来判断:做得好就减少提示,做不好就恢复提示,如果进步慢了还主动增加一点挑战。它不需要知道学生是谁,也不需要额外奖励或修改学习方法。 这项技术让AI学习复杂技能时更可靠、更高效。未来机器人学走路、无人机送快递、自动驾驶应对特殊路况等场景,都能在缺乏明确反馈的情况下更快学会,减少反复失败的次数。普通人可能用上更聪明的智能助手、更靠谱的自动配送服务,因为AI能够真正从零开始自我进化,而不是依赖大量人工预设。
arXiv:2607.26417v1 Announce Type: new Abstract: 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.
分享
阅读原文