Qwen-AgentWorld: Language World Models for General Agents
On June 23, Alibaba's Qwen (Tongyi Qianwen) team published Qwen-AgentWorld: Language World Models for General Agents on arXiv, proposing a paradigm of using language models as world models, along with two open-source models and a new benchmark.
Source: https://arxiv.org/abs/2606.24597 · https://github.com/QwenLM/Qwen-AgentWorld
What Was Released
Two models (both MoE):
- Qwen-AgentWorld-35B-A3B (35B total / 3B active parameters)
- Qwen-AgentWorld-397B-A17B (397B total / 17B active parameters)
- The first language-model-based world model capable of simulating agentic environments across 7 domains
- Trained on 10M+ environment interaction trajectories from real-world environments in 7 domains
- A three-stage training pipeline: 1. CPT (Continual Pre-Training) — injects general world-modeling capability from state transition dynamics and augmented specialized corpora 2. SFT — activates next-state-prediction reasoning 3. RL — sharpens simulation fidelity with a hybrid rubric-and-rule reward framework
- AgentWorldBench — built from real-world interaction data of 5 frontier models across 9 established benchmarks
- Agent training economics: Using the model as a simulator could shift training costs from expensive real-environment interaction to cheap, parallelizable inference — a fundamental change to the cost structure of agentic RL.
- Soft embodiment: Physical embodiment (Figure, Optimus) needs continuous world models; soft-embodied agents (assistants, customer service, e-commerce) need language world models. Qwen-AgentWorld provides a unified cognitive foundation for the latter path.
- Training scale: 7 domains × 10M trajectories puts this in the top tier of general agent training data scale — a signal that Qwen can operate at industrial scale.
- Dual sizing: The 35B-A3B variant runs on single enterprise nodes, while 397B-A17B targets maximum fidelity — a democratization-friendly range.
- The "surpasses real-environment training" claim needs independent replication — which tasks, by how much, and with what variance?
- Transparency about the domain distribution and quality of the 10M trajectories affects trust in the system.
- Inference costs for the 397B model may limit enterprise adoption; smaller variants may be needed.
- The rubric-plus-rule reward design depends heavily on Qwen's internal task understanding and annotation — reusability by other teams is unproven.
- Language world models complement rather than replace continuous world models; physical simulation and robot control remain out of scope.
Shared characteristics:
New benchmark:
Two Usage Paradigms
1. As a decoupled environment simulator — standalone, controllable, and scalable; can simulate thousands of real-world environments for agentic RL training, with gains that reportedly surpass real-environment training alone 2. As a unified agent foundation model — treating world-model training as warm-up improves results across 7 agentic benchmarks
Why Language World Models Matter
A world model is the agent's ability to "imagine what happens if I do X" — essential for planning, counterfactual reasoning, sample efficiency, and safe exploration. Prior mainstream approaches (Dreamer, Sora, GAIA-1) use continuous representations and pixel-level prediction, which suit robotics and video but fit poorly with language tasks, tool calls, and multi-step reasoning.
For general agents, the world is discrete: states are task progress, conversation history, tool outputs, and file states; actions are tool calls with parameters. Predicting next states in this text-and-structured-data world is more direct, controllable, and interpretable with language models. Qwen's bet: if the world is discrete, its model should be discrete too.
Strategic Implications
Risks and Open Questions
Bottom Line
Qwen-AgentWorld turns "language models as world models" from an academic concept into a downloadable, deployable, verifiable production asset. If simulator-based training genuinely outperforms real-environment training, the economics of general agent development could be rewritten.