日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
強化学習arXiv:2608.29061v1

PathBridger: オフライン目標条件付き強化学習のためのサブゴール橋渡し

PathBridger: Subgoal Bridges for Offline Goal-Conditioned Reinforcement Learning

シェア:XThreadsFacebookLINEはてブBluesky

オフライン目標条件付き強化学習において、サブゴール選択と短期実行を明示的に橋渡しする階層的手法を提案し、多物体操作タスクで大きな性能向上を達成した。

詳しい要約

1. どんなもの?

PathBridgerは、オフラインのGoal-Conditioned Reinforcement Learning (GCRL)のための階層的手法で、サブゴール選択と短期実行を明示的に橋渡しする。固定軌道データから多様なゴールに到達するポリシーを学習する。長期的なタスクにおいて、サブゴールへの状態空間上の経路を構築し、それを逆動力学モデルで短い実行可能なアクションチャンクにデコードする。

2. 先行研究と比べてどこがすごい?

既存の階層的オフラインGCRL手法では、サブゴールが目的地を指定する一方、中間の状態空間経路はエンドポイント条件付きの低レベルポリシーに暗黙的に任されていた。PathBridgerは、サブゴール選択と短期実行の間のインターフェースを明示的に扱い、状態空間ブリッジを構築することで、このギャップを埋める点が新しい。

3. 技術・手法の肝は?

手法の核心は、選択されたサブゴールに向かって状態空間上のブリッジ(中間状態の系列)を構築し、それを逆動力学モデルを用いて短いアクションチャンクにデコードすること。これにより、サブゴールまでの経路が明示的になり、低レベルポリシーの実行がより正確になる。

4. どうやって有効だと検証した?

OGBenchタスク群で評価し、特に複数物体のCube操作タスクで大きな性能向上を含む、総合的な強力なパフォーマンスを示した。

5. 議論はある?

要旨からは、具体的な議論や限界は不明。ただし、階層的手法におけるサブゴールと実行のインターフェース設計の重要性が示唆される。

6. 次に読むべき論文は?

要旨で参照されているOGBenchベンチマークや、階層的オフラインGCRLの関連手法(例えば、subgoal-based methodsやoptions-based methods)が挙げられる。具体的には、要旨に明記されていないが、同分野の定番として、HIGLやHIROなどの階層的RL手法が関連する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Soohyun Choi, Seonvin Cho, Songnam Hong

分類: cs.LG, cs.RO

原文アブストラクト

Offline goal-conditioned reinforcement learning (GCRL) aims to learn policies for reaching diverse goals entirely from fixed trajectory data. Long-horizon offline GCRL remains challenging because sparse goal-reaching signals must be propagated over many steps, while execution errors cannot be corrected through additional environment interaction. Existing methods address these challenges by improving long-range value estimation or reducing the effective decision horizon through subgoals, options, and action chunks. In several hierarchical methods, however, a selected subgoal specifies where to go, while the intervening state-space path remains implicit in an endpoint-conditioned low-level policy. To address this interface, we propose PathBridger, a hierarchical offline GCRL method that explicitly connects subgoal selection to short-horizon execution. PathBridger constructs a state-space bridge toward the selected intermediate endpoint and decodes it into a short executable action chunk using an inverse dynamics model. Experiments across the evaluated OGBench tasks demonstrate strong aggregate performance, with particularly large gains on the multi-object Cube manipulation tasks. Code: https://github.com/SChoish/PathBridger

関連論文