arXiv論文メモ
新着一覧
cs.RO · 査読状況未確認

ロボット制御のコード生成を進化段階に移すRACaP

RACaP: Agentic Reasoning, Acting, and Coding as Policies for Evolvable Robot Learning

Zexi Li, Yehang Zhang, Haojian Huang, Bohan Zhou, Wenqian Li, Chenxu Wang, Yifan Chang, Yangkai Wei, Tianyi Zhang, Ying-Cong Chen, Kaiwen Zhou, Yinchuan Li, James Cheng

この論文をやさしく読む

ひとことで言うと

ロボットの操作プログラムを運用前に整え、実行中は固定された操作APIを選んで使う仕組みです。

何に役立つ?

長い手順が必要なロボット操作で、実行時のコード生成を減らす設計の参考になります。効果は要旨に記載されたLIBERO評価と蒸留実験で示されています。

この研究の面白いところ

CaPとの比較で成功率と時間の改善を報告し、判断モデルを小型モデルに蒸留すると1判断あたり13.2倍速くなりました。

どこまで分かった?

示された成功率は特定のベンチマーク条件での値です。現実の多様なロボット環境全般で同じ効果が出るかは要旨に記載されていません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

汎用ロボットエージェントには、経験から学び、新しいタスクに転移し、効率よく行動することが求められる。Code as Policies(CaP)方式は実行中にプログラムを生成・修復するため遅延が生じ、再利用可能な仕組みとタスク固有の判断も絡み合う。本研究は、コードを書く工程を進化段階に移し、運用時には推論と行動のReActループが、固定された型付きPolicy APIを呼び出す枠組みRACaPを導入する。能力を段階的に学ぶカリキュラムと自律的な自己進化を組み合わせた二段階の戦略で、API、ReActの実行枠組み、経験メモリを改善する。APIは再利用可能な物理的操作の仕組みを符号化しつつ、運用時の適応に使う引数を公開する。ReActは、タスク固有の作業メモリ、長期経験メモリ、視覚フィードバックを組み合わせ、ソースコードを変えずに行動を選択し、結果を確認し、失敗から回復する。 RACaPの成功率はLIBERO-90で54.4%、ゼロショットのLIBERO-PROで45.0%、LIBERO-Longで46.0%だった。長期タスクでのCaPベースラインは最大4.0%だった。LIBERO-PROではCaPベースラインの2.5倍の成功率と、ポリシー実行時間の中央値で1.9倍の高速化を達成した。ロボット上での効率的な運用に向けて、棄却サンプリングを使う微調整でGPT-5.6によるReAct判断をQwen3-VL-8B-Instructに蒸留した結果、1判断あたりの推論が13.2倍速くなり、繰り返される物理的な呼び出しが16回から4回に減った。これらの結果は、再利用するコードと運用時の判断を分けることが、継続的な進化、転移、効率的な長期制御を支えることを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-24(UTC)
最新改訂
2026-09-24 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

General-purpose robot agents must learn from experience, transfer to new tasks, and act efficiently. Code as Policies (CaP) methods generate and repair programs at runtime, incurring latency and entangling reusable mechanisms with task-specific decisions. We introduce RACaP, an agentic framework that moves coding to evolution and uses a Reasoning-and-Acting (ReAct) loop to call frozen, typed Policy APIs at deployment. A two-phase strategy combines capability curriculum learning with autonomous self-evolution to improve the APIs, the ReAct harness, and experience memory. The APIs encode reusable physical mechanisms while exposing arguments for runtime adaptation. ReAct combines task-specific working memory, long-term experience memory, and visual feedback to select actions, verify outcomes, and recover from failures without modifying source code. RACaP achieves 54.4% success on LIBERO-90, 45.0% on zero-shot LIBERO-PRO, and 46.0% on LIBERO-Long, compared with at most 4.0% for CaP baselines on long-horizon tasks. On LIBERO-PRO, it achieves 2.5 times the success rate of CaP baselines and a 1.9-fold speedup in median policy time. For efficient on-robot deployment, rejection-sampled fine-tuning distills GPT-5.6 ReAct decisions into Qwen3-VL-8B-Instruct, yielding a 13.2-fold per-decision inference speedup and reducing repeated physical calls from 16 to 4. These results show that separating reusable code from runtime decisions supports continued evolution, effective transfer, and efficient long-horizon control.

arXiv ID: 2609.29394 / 要約の誤りについて