COMAP: Co-Evolving World Models and Agent Policies for LLM Agents
TLDR
COMAP co-evolves textual world models and agent policies via closed-loop interaction, improving decision-making across embodied, web, and tool-use tasks.
Reasoning
The paper presents a novel framework that dynamically updates world models based on agent trajectories, addressing limitations of fixed models and external rewards. Strengths include clear methodology and strong empirical results across multiple benchmarks; weaknesses are not evident from abstract alone but the focus on textual models may limit applicability to visual domains.
Read-first score
Read-first score 68.1, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 46.
Field roles
Rank sensitivity
Stability: volatile; rank range: 424.
Keyword Scores
Deep Analysis
Innovations
- Co-evolution of textual world models and agent policies through closed-loop interaction, enabling adaptation to on-policy state-action distributions.
- Future-aware reflection mechanism where the agent estimates reliability of world model predictions and refines actions accordingly.
- Self-distillation update of the world model using on-policy trajectories to match the agent's evolving interaction distribution.
Methodology
COMAP proposes a framework where at each decision step, a textual 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. The resulting on-policy trajectories are used to update the world model via self-distillation, creating a closed-loop co-evolutionary process. The framework is evaluated across embodied task planning, Web navigation, and tool-use benchmarks against competitive baselines.
Key Results
COMAP consistently outperforms competitive baselines, achieving a +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.