IPD: オフライン強化学習における想像的計画蒸留による逐次方策の強化
IPD: Boosting Sequential Policy with Imaginary Planning Distillation in Offline Reinforcement Learning
オフライン強化学習の逐次方策モデルに対し、世界モデルと準最適価値関数を用いて劣った軌道を特定し、想像上の最適ロールアウトを生成してデータ拡張と蒸留を行う新しい枠組みIPDを提案した。
著者: Yihao Qin, Yuanfei Wang, Hang Zhou, Peiran Liu, Hao Dong, Yiding Ji
分類: cs.LG, cs.AI
原文アブストラクト
Decision transformer based sequential policies have emerged as a powerful paradigm in offline reinforcement learning (RL), yet their efficacy remains constrained by the quality of static datasets and inherent architectural limitations. Specifically, these models often struggle to effectively integrate suboptimal experiences and fail to explicitly plan for an optimal policy. To bridge this gap, we propose \textbf{Imaginary Planning Distillation (IPD)}, a novel framework that seamlessly incorporates offline planning into data generation, supervised training, and online inference. Our framework first learns a world model equipped with uncertainty measures and a quasi-optimal value function from the offline data. These components are utilized to identify suboptimal trajectories and augment them with reliable, imagined optimal rollouts generated via Model Predictive Control (MPC). A Transformer-based sequential policy is then trained on this enriched dataset, complemented by a value-guided objective that promotes the distillation of the optimal policy. By replacing the conventional, manually-tuned return-to-go with the learned quasi-optimal value function, IPD improves both decision-making stability and performance during inference. Empirical evaluations on the D4RL benchmark demonstrate that IPD significantly outperforms several state-of-the-art value-based and transformer-based offline RL methods across diverse tasks.
関連論文
- CoDrift: オフライン強化学習のための合成的ドリフトオフライン強化学習
- オフライン強化学習のためのポリシー抽出の分離オフライン強化学習
- RoMAN-Flow: ロボット操作におけるオフライン強化学習のための自己回帰正規化フローの制御オフライン強化学習
- 効率的なオフライン強化学習のためのショートカット軌道計画オフライン強化学習
- 価値スティッチングによる地平線適応型オフライン方策学習オフライン強化学習
- RS-Diffuser: リスク感受性拡散プランニングと分布価値ガイダンスオフライン強化学習