Qwen-AgentWorld
model paper datasetYour notes
Qwen's first "native language world model" for agents: given an agent action, it predicts the next environment state across seven agent domains (MCP tools, search, terminal, software engineering, Android, web, OS). Per the model card, environment modeling is the training objective from the continued-pretraining stage onward, followed by SFT and RL (GSPO). The released checkpoint is 35B total / 3B active MoE (hybrid Gated DeltaNet + gated attention, 256 experts with 8 routed + 1 shared) with 262K context, Apache-2.0, built on Qwen3.5-35B-A3B-Base; the report also evaluates an unreleased 397B-A17B sibling that tops the benchmark. 45K downloads in its first ten days.
Outputs 3
Qwen-AgentWorld-35B-A3B
modelAgentWorldBench
datasetCompanion benchmark: 2,170 samples across the seven domains, built from real frontier-model trajectories on Tool Decathlon, Terminal-Bench, and OSWorld-Verified paired with ground-truth environment observations; scores Format/Factuality/Consistency/Realism/Quality. Apache-2.0.