AI Pulse
📄 论文解读

机器人学奖励,不再需要人打分

训练机器人干活,过去得靠人给每个动作打分,或者标注进度,又贵又没法跨场景用。这篇把「奖励」换成一个更简单的量:离目标还差多少时间。因为时间差可以直接从视频时间戳算出来,不需要任何人标注,他们用 7000 小时、300 万条指令视频训练出一个模型,效果反而超过了靠人工偏好训练的旧方法,把真实机器人任务成功率从 52.5% 提到 72.5%。它不是你明天就能用的,但这是机器人从「实验室演示」走向「海量视频自学」的关键一步。

📄 原文摘要(英文)

General-purpose reward models are increasingly the bottleneck for scaling robot learning, yet the recipe for learning value-related capabilities from large-scale heterogeneous corpora remains underexplored. Existing approaches tie supervision to task-internal anchors such as preferences or normalized progress, none of which transfer cleanly across embodiments and data sources. We introduce RynnValue, an open-source value foundation model for robotic manipulation that replaces these anchors with temporal distance, the directed cost-to-go from an observation to the language-specified goal. Because temporal-distance labels can be derived directly from timestamps, RynnValue scales to over 7,000 hours and roughly 3M instruction-conditioned clips without preference or progress annotations. To make temporal-value learning reliable at scale, we combine random temporal sampling, temporal-order shuffling, and value-isolation attention, suppressing shortcuts that would leave predictions insensitive to failures and regressions. Trained without preference labels, RynnValue attains an average Kendall's tau_a of 0.675 on RBM-EVAL-OOD, surpassing the fully preference-supervised state of the art (0.655) and more than doubling a progress-only counterpart (0.292), while generalizing zero-shot to unseen tasks, embodiments, and viewpoints. Converted into dense rewards via potential-based shaping, it raises real-world policy success from 52.5% to 72.5% online and from 63.8% to 82.5% offline. These results establish temporal distance as a scalable supervision target and practical reward interface for generalist robot policies.

arXiv 原文

订阅 AI Pulse

每天 08:00 · 12:30 · 18:30 · 23:50 更新