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

価値ネットワークを使わず長期報酬でロボット制御を学ぶ

GR2PO: Group Relative Return Policy Optimization for Continuous Robot Control

Pengqin Wang, Qiming Zhang, Shaojie Shen, Jun Ma

この論文をやさしく読む

ひとことで言うと

価値を推定する別ネットワークを使わず、複数軌道の将来報酬を比較して連続的なロボット制御を学ぶ方法です。

何に役立つ?

学習の追加計算や価値推定の近似誤差を避けたい強化学習の構成として役立ちます。即時報酬だけでは捉えにくい長期効果も扱います。

この研究の面白いところ

並列軌道の割引リターンを時刻ごとのグループで正規化し、相対的優位性とクリップを用いて方策を更新します。即時報酬を使うcritic不要方式より良く、actor–critic方式とも競争的でした。

どこまで分かった?

制御性能の比較はシミュレーションで、Jetson TX2では推論の実行可能性を確認しています。実ロボットの作業成功を実証したとは要旨に書かれていません。

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

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

Actor–Critic構成は、連続的なロボット制御で広く使われている。しかし、価値ネットワークの学習が必要なため、訓練時の計算負荷が増える。さらに、価値推定の近似誤差が方策学習に影響する可能性もある。Criticを使わないグループ相対方策最適化は、Criticを不要にして訓練を簡略化するが、密な報酬が与えられる環境で即時報酬を方策最適化へ直接使うと、行動の長期的な結果を学習できない。 これらの問題に対処するため、連続的なロボット制御向けのCriticを使わない強化学習の枠組み、Group Relative Return Policy Optimization(GR2PO)を提案する。GR2POは、並列に収集した軌跡から割引収益を推定し、ロールアウトの各時点でグループ正規化を行い、相対的なアドバンテージとクリップしたターゲットを用いて方策を更新する。 提案枠組みの有効性を評価するため、ロボット制御のシミュレーション環境で実装し、モデルを実際のエッジ機器に配置する。結果として、GR2POは即時報酬を使うCriticなしの基準手法を大きく上回り、最先端のActor–Critic手法と競争力のある性能を示す。訓練効率も競争力がある。NVIDIA Jetson TX2での推論試験は、学習した方策をエッジプラットフォームに配置できることを示す。 追加のアブレーション実験では、並列グループの大きさ、収益の推定方法、ターゲットのクリップ比率が学習性能に及ぼす影響を分析する。後続研究を支援するため、論文が採択された後に、枠組みの実装、実験設定、訓練・評価スクリプトを含む完全なコードを公開する予定である。

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

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

更新履歴

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

原文の要旨

Actor-critic architecture has been widely used in continuous robot control. However, they rely on learning a value network, introducing additional computational overhead during training. Moreover, policy learning may also be affected by the approximation error of value estimation. Critic-free group relative policy optimization methods provide a simpler training approach by removing the need for a critic. However, they fail to learn long-term action outcomes when directly applying immediate rewards to policy optimization in dense-reward environments. To address these problems, we propose Group Relative Return Policy Optimization (GR2PO), a critic-free reinforcement learning framework for continuous robot control. GR2PO estimates the discounted returns from the parallelly collected trajectories, performs group normalization at each rollout time index, and uses relative advantages and clipped targets to update the policy. To evaluate the effectiveness of the proposed framework, we instantiate it on robot control simulation environments and deploy the model to a real-world edge device. The results show that GR2PO significantly outperforms critic-free baselines that use immediate rewards and performs competitively against state-of-the-art actor-critic methods. Furthermore, GR2PO demonstrates competitive training efficiency. Inference tests on NVIDIA Jetson TX2 demonstrate the feasibility of deploying the learned policies on edge platforms. Further ablation experiments analyze the effects of parallel group size, return estimation methods, and target clipping ratio on learning performance. To support follow-up research, we will make the complete code publicly available after the paper is accepted, including the framework implementation, experimental configuration, and training and evaluation scripts.

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