Papers › COMAP: Co-Evolving World Models and Agent Policies for LLM Agents

COMAP: Co-Evolving World Models and Agent Policies for LLM Agents

1 Jun 2026arXiv:2606.02372added by Syntology

Youwei Liu, Jian Wang, Hanlin Wang, Wenjie Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.02372")

Code

Syntology Ran 17 of 22 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 12 ran · our draft was wrong; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

loyiv/CoMAP found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 17 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
12ran · our draft was wrong
4ran
5unverified

Licence: 22 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from loyiv/CoMAP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

LMAgent loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran no licence file found · pointer only · 578db3588c789a1d · report
RolloutStepRecord loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran no licence file found · pointer only · 11b6a42a94861316 · report
_adapter_base_model_path loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e270c357983d7d27 · report
_canonicalize_action loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran no licence file found · pointer only · 22f44ab4545a90bc · report
_extract_entities loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · feb659819509a83f · report
_fallback_action loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 352bb92cb8057cc8 · report
_find_entity_with_base loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran no licence file found · pointer only · 31769cd0812496c6 · report
_first_numbered_entity loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · bcd5f8c092868902 · report
_infer_goal_receptacle loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 581d0de5277ca35f · report
_is_peft_adapter_dir loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · dc7561fcc4cde854 · report
_latest_observation_text loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4b4219853977c98d · report
_normalize_action_text loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 75d4fa14da67aad0 · report
_normalize_prediction_text loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 07b75d854d10b72d · report
_truncate_at_stop_words loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 35558fd03955103f · report
build_world_model_prompt loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f40f41143b7986b7 · report
extract_goal loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · fe169973c6051149 · report
messages_to_text loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 22ee0f622de222d5 · report
CoevolvingLocalAgent loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology unverified no licence file found · pointer only · 6a5d301f760aadea · report
HuggingFaceLocalAgent loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology unverified no licence file found · pointer only · 4e3ece072227a199 · report
_extract_first_thought_and_action loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology unverified no licence file found · pointer only · a366f451d2624901 · report
_load_base_generation_model loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology unverified no licence file found · pointer only · c7e05b578650f0d8 · report
load_generation_model loyiv/CoMAP/comap/integrations/eto/eval_agent/agents/coevolving_local_agent.py found in paper text by Syntology unverified no licence file found · pointer only · f3ecbd8307d16a84 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.02372, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections