仅用一次示范实现真实机器人强化学习全自动控制
One Demonstration Is Enough for Real-World Robotic Reinforcement Learning

- 通过滑动窗口、安全恢复和自动终止机制,单次示范即可完成全程引导
- 在六项任务中成功率100%,性能超越需20次示范的基线方法
- 适合需要快速部署且无持续人工干预的工业级机器人场景
在物理硬件上学习有效的机器人控制策略面临数据收集成本高和奖励设定难的挑战。以往工作虽将示范引入强化学习,但要么需要大量示范,要么依赖训练期间持续的人类干预。为此,我们提出AutoSERL框架,仅需一次示范即可完全自动化真实机器人强化学习中的干预过程。该框架包含三个互补机制:滑动窗口干预机制持续引导探索,避免局部最优和危险偏离;安全恢复机制通过预设轨迹点检测并纠正失败状态;干预终止条件在策略能独立完成任务后自动关闭引导,保留探索优势。我们在两个机器人平台上评估了六种接触密集型操作任务(包括插入、悬挂和铰链任务),结果表明,AutoSERL在所有任务中均优于使用20次示范初始化的SERL、行为克隆及专门的一次模仿学习基线MILES,达到插入任务100%成功率,并对位置变化具有更强鲁棒性,全部基于单次示范。代码与视频见项目网站:https://autoserl.github.io/
原文摘要 · Abstract (English)
Learning effective robot control policies on physical hardware is challenging due to costly data collection and the difficulty of reward specification. Prior work has incorporated demonstrations into reinforcement learning (RL), yet existing approaches either require large numbers of demonstrations or depend on continuous human intervention during training. To address these limitations, we present AutoSERL, a framework that leverages a single demonstration to fully automate the intervention process in real-world robot RL. The framework includes three complementary mechanisms to accomplish certain tasks: a sliding window intervention mechanism that continuously guides exploration to prevent local optima and unsafe deviations, a safety recovery mechanism that detects and corrects failure states via predefined trajectory recovery points, and an intervention termination criterion that automatically disables guidance once the policy can independently complete the task, preserving its exploration advantage. We evaluate AutoSERL on six contact-intensive manipulation tasks across two robot platforms, spanning insertion, hanging, and hinge-based tasks. AutoSERL consistently outperforms SERL initialized with 20 demonstrations, behavior cloning, and MILES -- a dedicated one-shot imitation learning baseline -- across all tasks while matching HIL-SERL, achieves 100% success rate on insertion tasks, and demonstrates improved robustness to positional variations, all from a single demonstration. Code and videos are available on our project website: https://autoserl.github.io/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。