English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Qwen-AgentWorld: Alibaba's Language World Models for General Agents

Forum topic · QianXun · 2026-06-24

Summary

Alibaba's Qwen team released Qwen-AgentWorld, a new paradigm that uses language models with long chain-of-thought reasoning as world models for general agents, alongside two open-source MoE models (35B-A3B and 397B-A17B) and a new benchmark, AgentWorldBench. Trained on over 10 million environment interaction trajectories spanning 7 agentic domains, the models use a three-stage pipeline: continual pre-training on state transition dynamics, supervised fine-tuning for next-state prediction, and reinforcement learning with hybrid rubric-and-rule rewards. Qwen-AgentWorld can simulate thousands of real-world environments for agentic RL training, reportedly surpassing real-environment training alone, and as a warm-up phase improves performance across 7 agentic benchmarks. The release makes language-based world modeling a production-ready, deployable asset, potentially rewriting the cost structure of agent RL training and providing a cognitive foundation for soft-embodied AI applications.

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)
  • Shared characteristics:

  • 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

    New benchmark:

  • AgentWorldBench — built from real-world interaction data of 5 frontier models across 9 established benchmarks
  • 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

  • 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.
  • Risks and Open Questions

  • 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.

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.

Tags

#qwen#qwen-agentworld#world-models#ai-agents#reinforcement-learning#large-language-models#alibaba#soft-embodiment

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208064