日本フィジカルAI新聞

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

週刊ニュースレター購読
意思決定arXiv:2605.12289

PriorZero: 言語事前知識と世界モデルを橋渡しする意思決定フレームワーク

PriorZero: Bridging Language Priors and World Models for Decision Making

シェア:XThreadsFacebookLINEはてブBluesky

大規模言語モデルの事前知識を世界モデルベースの計画に統合し、探索と学習の安定性を両立する新しいフレームワークPriorZeroを提案した。

著者: Junyu Xiong, Yuan Pu, Jia Tang, Yazhe Niu

分類: cs.LG, cs.AI

原文アブストラクト

Leveraging the rich world knowledge of Large Language Models (LLMs) to enhance Reinforcement Learning (RL) agents offers a promising path toward general intelligence. However, a fundamental prior-dynamics mismatch hinders existing approaches: static LLM knowledge cannot directly adapt to the complex transition dynamics of long-horizon tasks. Using LLM priors as fixed policies limits exploration diversity, as the prior is blind to environment-specific dynamics; while end-to-end fine-tuning suffers from optimization instability and credit assignment issues. To bridge this gap, we propose PriorZero, a unified framework that integrates LLM-derived conceptual priors into world-model-based planning through a decoupled rollout-training design. During rollout, a novel root-prior injection mechanism incorporates LLM priors exclusively at the root node of Monte Carlo Tree Search (MCTS), focusing search on semantically promising actions while preserving the world model's deep lookahead capability. During training, PriorZero decouples world-model learning from LLM adaptation: the world model is continuously refined on interaction data to jointly improve its dynamics, policy, and value predictions, its value estimates are then leveraged to provide fine-grained credit assignment signals for stable LLM fine-tuning via alternating optimization. Experiments across diverse benchmarks, including text-based adventure games in Jericho and instruction-following gridworld tasks in BabyAI, demonstrate that PriorZero consistently improves both exploration efficiency and asymptotic performance, establishing a promising framework for LLM-empowered decision-making. Our code is available at https://github.com/opendilab/LightZero.

関連論文