← 首页|学术|$R^3$: Training Robots to Reason in Natural Language via Reinforcement Learning
cs.RO, cs.AI, cs.CL, cs.LG · 2608.26053 · 2026-08-26

$R^3$: Training Robots to Reason in Natural Language via Reinforcement Learning

Lehong Wu, Yuxiao Qu, Zheyuan Hu, Ivan Zhang et al.
具身智能VLA强化学习语言推理
💬 让VLM先在专家推理轨迹上中期训练建立推理风格,再用基于规则的单步RL在离线动作数据上强化,把自由形式语言推理直接训练成指导底层操作策略的测试时计算机制,为"语言推理能否真正提升机器人长程操作"给出较为正面的答案。

🎯 背景

语言推理让基础模型能在需要分解、约束跟踪和预测未来后果的难题上投入更多测试时计算。这一机制能否改善机器人操作尚不明确——长程任务需要跟踪部分进度、推理物体关系、从错误中恢复,并引导带噪声的底层策略。

🔬 方法

R^3研究VLM能否被训练成直接用自然语言推理来指导底层操作策略。它是一个简单的后训练配方:先在专家生成的推理轨迹上中期训练VLM以建立目标推理风格,再用基于规则的单步RL在离线动作数据上改进这个推理器。与以往主要把结构化轨迹当辅助监督的机器人推理方法不同,R^3训练自由形式的语言推理,直接为动作产生测试时的引导。

📊 结果

在Language Table和仿真双臂杂货打包两个受控测试床上,R^3提升了探索能力和对未见任务的泛化,在两个benchmark上都显著超过纯指令模仿学习基线;分析表明自由形式语言推理可作为引导底层策略的测试时计算机制。

原文摘要

▶ Abstract
Reasoning in language allows foundation models to spend more test-time compute on hard problems, such as those requiring decomposition, constraint tracking, and prediction of future consequences. Whether this mechanism can improve robotic manipulation remains unclear, where long-horizon tasks require tracking partial progress, reasoning about object relations, recovering from mistakes, and steering noisy low-level policies. In this paper, we study whether VLMs can be trained to reason directly in natural language to guide low-level manipulation policies. We introduce $R^3$, a simple post-training recipe that turns off-the-shelf VLMs into robotic reasoners: it first mid-trains a VLM on expert-generated reasoning traces to initialize the desired reasoning style, then improves the reasoner with single-step rubric-based RL from offline action data. Unlike prior robotic reasoning methods that mostly use structured traces as auxiliary supervision, $R^3$ trains free-form language reasoning to produce test-time guidance for action. We instantiate $R^3$ on Language Table and simulated bimanual grocery packing, two controlled testbeds for studying robotic reasoning and long-horizon manipulation. $R^3$ improves exploration and generalization across unseen tasks and significantly outperforms instruction-only imitation learning baselines on both benchmarks. Our analyses suggest that free-form language reasoning can function as a test-time compute mechanism for steering low-level policies. Our project page is available at this https URL .
来源: arXiv:2608.26053 · 精读由高松灯生成,基于摘要与 arXiv 页面信息