COMAP: 世界モデルとエージェント方策の共進化によるLLMエージェント
COMAP: Co-Evolving World Models and Agent Policies for LLM Agents
言語エージェントのためのテキスト世界モデルと方策を、閉ループ相互作用を通じて共進化させるフレームワークCOMAPを提案。世界モデルが将来の状態を予測し、エージェントがその信頼性を評価して行動を改善し、得られた軌跡で世界モデルを自己蒸留により更新する。
著者: Youwei Liu, Jian Wang, Hanlin Wang, Wenjie Li
分類: cs.AI, cs.CL
原文アブストラクト
Equipping language agents with world models enables them to anticipate environment dynamics and evaluate candidate actions before execution. However, existing textual world models are typically fixed after training, preventing them from adapting to the on-policy state-action distributions induced by an evolving agent. Meanwhile, agent-improvement methods often rely on external rewards or verifiers, limiting their applicability in realistic interactive environments. In this paper, we propose COMAP, a novel framework that co-evolves textual world models and agent policies through closed-loop interaction. At each decision step, the world model predicts future state feedback for candidate actions, and the agent performs future-aware reflection by estimating the reliability of this feedback and refining its action accordingly. The resulting on-policy trajectories are then used to update the world model via self-distillation, allowing it to better match the agent's evolving interaction distribution. Across embodied task planning, Web navigation, and tool-use benchmarks, COMAP consistently outperforms competitive baselines, e.g., +16.75% relative improvement with Qwen3-4B. Further analyses show that the co-evolutionary loop improves the world model's prediction accuracy over time and leads to more effective long-horizon decision-making. Our code is available at: https://github.com/loyiv/CoMAP.