wiki-update(concepts): world-model-rl-training.md augmented with benchmark table, training pipeline detail, GUI text representation, model variants - raw: raw/blog/2026-06-25_binaryverseai-qwen-agentworld.md (new) - wiki: concepts/world-model-rl-training.md (augmented — new sections: Training Pipeline, 7 Domains, AgentWorldBench, Modell-Varianten, GUI text representation) - wiki: index.md (34. Update, World-Models row updated, new raw source) - wiki: log.md (new entry)
2.6 KiB
| type | source_url | retrieved | title | author | tags | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| blog | https://binaryverseai.com/qwen-agentworld-language-world-model/ | 2026-06-25 | Qwen AgentWorld Explained: Predict Before Agents Act | BinaryVerse AI |
|
Qwen AgentWorld Explained: Predict Before Agents Act
Source: https://binaryverseai.com/qwen-agentworld-language-world-model/
Key Takeaways
-
Qwen AgentWorld is a LANGUAGE WORLD MODEL, not a chatbot. It predicts the next environment state after an agent action. Normal LLM asks "What should I say or do?" → Qwen AgentWorld asks "If the agent does that, what will the world return?"
-
Open weights available:
Qwen-AgentWorld-35B-A3B(open weights). Research model:Qwen-AgentWorld-397B-A17B. -
7 domains: MCP, Search, Terminal, SWE (Software Engineering), Web, OS, Android.
-
Training pipeline: "CPT injects, SFT activates, RL sharpens"
- Continual Pre-Training (CPT): Injects environment knowledge into the model
- Supervised Fine-Tuning (SFT): Activates next-state prediction capability
- Reinforcement Learning (RL): Sharpens simulation fidelity
-
10M+ real environment interaction trajectories used in training.
-
AgentWorldBench scores (Overall):
Model Overall Score Qwen-AgentWorld-397B-A17B 58.71 GPT-5.4 58.25 Claude Opus 4.8 56.59 Claude Sonnet 4.6 56.04 Qwen-AgentWorld-35B-A3B 56.39 Qwen3.5-35B-A3B 47.73 -
GUI domains (Web, OS, Android) use structured text representations (accessibility trees, HTML, XML), NOT raw pixels.
-
Core loop: interaction history → agent action → model predicts next observation → use prediction for evaluation, planning, or RL training.
External Links
- Paper: https://arxiv.org/pdf/2606.24597
- GitHub: https://github.com/QwenLM/Qwen-AgentWorld
- HuggingFace: https://huggingface.co/collections/Qwen/qwen-agentworld
Wiki Relevance
- Augments
wiki/concepts/world-model-rl-training.mdwith:- AgentWorldBench benchmark score table
- CPT/SFT/RL training pipeline detail
- GUI domain representation detail (structured text, not pixels)
- 10M+ trajectory training data detail
- Distinction: Language World Model (predicts environment state) vs. action-generating LLM
Related Wiki Pages
[[concepts/world-model-rl-training.md]]— Main wiki page for Qwen-AgentWorld[[concepts/world-models-jepa-vs-generative.md]]— JEPA vs. generative world models debate