日本フィジカルAI新聞

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

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

世界モデルを用いたQ学習

Q-Learning With World Models

シェア:XThreadsFacebookLINEはてブBluesky

Q学習に世界モデルを組み合わせ、実データのみで学習しつつ想像上の軌道で探索を行うことで、サンプル効率と性能を向上させる手法を提案した。

詳しい要約

1. どんなもの?

本論文は、オフ方策強化学習(RL)のサンプル効率を向上させるため、世界モデルをQ学習に統合するフレームワークQWMを提案する。QWMは、オンラインロールアウトと評価中に、想像上の軌跡をテスト時に探索し、高価値な行動を選択する。ポリシーと価値関数は実遷移のみで訓練されるため、複合バイアスを回避しつつ、予測探索のサンプル効率の利点を得る。

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

従来のモデルベースRLは、想像上のロールアウトで直接ポリシーや価値関数を最適化し、複合バイアスや大規模・高次元問題へのスケーラビリティに課題があった。QWMは、世界モデルをQ学習の上に直接活用し、テスト時探索を行うことで、これらの問題を回避し、実世界ロボティクスを含む複雑なタスクでサンプル効率と性能を向上させる。

3. 技術・手法の肝は?

QWMは、標準的なQ学習に世界モデルを組み合わせる。具体的には、学習された世界モデルを用いて、現在の状態から想像上の軌跡を生成し、その軌跡上の累積報酬をQ値で評価することで、高価値な行動を選択する。ポリシーと価値関数は実遷移のみで訓練されるため、モデルバイアスの蓄積を防ぐ。

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

ロボット操作ベンチマークであるRobomimicとLIBEROを用いて評価し、サンプル効率と性能の両方で、強力な先行手法を大幅に上回ることを示した。

5. 議論はある?

要旨からは、QWMの限界や将来の課題についての議論は不明。ただし、モデルバイアスの回避とサンプル効率のトレードオフ、大規模問題への適用可能性などが議論の余地があると考えられる。

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

要旨で参照されている先行研究として、モデルベースRL手法(例:Dreamer)や、オフ方策RL手法(例:SAC, TD3)が挙げられる。また、世界モデルを用いたテスト時探索の関連研究として、MPC(Model Predictive Control)や、想像上のロールアウトを用いた価値ベース手法(例:MBPO)などが関連する。

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

著者: Perry Dong, Yueru Jia, Chelsea Finn, Dorsa Sadigh

分類: cs.LG, cs.AI

原文アブストラクト

Off-policy reinforcement learning (RL) has become increasingly sample-efficient, enabling applications such as RL fine-tuning of Vision-Language-Action models into reliable, high-performing policies. World models offer a further lever for sample efficiency, as they predict state changes rather than actions alone, but their success has largely been confined to supervised policy learning. Prior model-based RL methods often optimize the policy or value function directly on imagined rollouts, which is prone to compounding bias and struggles to scale to large, high-dimensional problems such as real-world robotics, a problem that worsens with task horizon and visual complexity. In this work, we instead ask whether we can leverage world models directly on top of standard Q-learning to improve performance, while remaining trained and grounded in the real, online setting. We propose QWM, a framework that leverages world models to perform test-time search over imagined trajectories on top of Q-learning to select high-value actions during both online rollouts and evaluation. Since the policy and value function are trained only on real transitions, QWM avoids compounding model bias while still gaining the sample-efficiency benefits of predictive search. On challenging manipulation benchmarks Robomimic and LIBERO, QWM significantly outperforms strong prior state-of-the-art methods on both sample efficiency and performance.