Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence
Summary
Agent-World introduces a self-evolving training framework for general agent intelligence that autonomously discovers real-world environments and tasks via the Model Context Protocol, enabling continuous learning. Agent-World-8B and 14B models outperform strong proprietary models across 23 challenging agent benchmarks.
View Cached Full Text
Cached at: 04/21/26, 07:20 AM
Paper page - Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence
Source: https://huggingface.co/papers/2604.18292 Published on Apr 20
·
Submitted byhttps://huggingface.co/dongguanting
KABIon Apr 21
#2 Paper of the day Authors:
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Agent-World introduces a self-evolving training framework that advances general agent intelligence through autonomous environment discovery and continuous learning across diverse real-world scenarios.
Large language models are increasingly expected to serve as general-purpose agents that interact with external, stateful tool environments. TheModel Context Protocol(MCP) and broaderagent skillsoffer a unified interface for connecting agents with scalable real-world services, but training robust agents remains limited by the lack of realistic environments and principled mechanisms for life-long learning. In this paper, we present Agent-World, aself-evolving training arenafor advancing general agent intelligence through scalable environments. Agent-World has two main components: (1)Agentic Environment-Task Discovery, which autonomously explores topic-aligned databases and executable tool ecosystems from thousands of real-world environment themes and synthesizes verifiable tasks with controllable difficulty; and (2)Continuous Self-Evolving Agent Training, which combinesmulti-environment reinforcement learningwith a self-evolving agent arena that automatically identifies capability gaps throughdynamic task synthesisand drives targeted learning, enabling theco-evolution of agent policies and environments. Across 23 challenging agent benchmarks, Agent-World-8B and 14B consistently outperforms strong proprietary models and environment scaling baselines. Further analyses reveal scaling trends in relation to environment diversity and self-evolution rounds, offering insights for building general agent intelligence.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2604\.18292
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.18292 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2604.18292 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.18292 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Qwen-AgentWorld: Language World Models for General Agents
Qwen-AgentWorld introduces language world models for agentic environments, covering seven domains with long chain-of-thought reasoning. The work includes a new benchmark, AgentWorldBench, and shows that world modeling improves downstream agent performance.
DSWorld: A Data Science World Model for Efficient Autonomous Agents
DSWorld introduces a Data Science World Model that predicts environment state transitions to reduce costly trial-and-error in autonomous agents, achieving 14x acceleration in RL training and 3-6x in inference while maintaining competitive performance.
SimWorld Studio: Automatic Environment Generation with Evolving Coding Agent for Embodied Agent Learning
SimWorld Studio is an open-source platform that uses an evolving coding agent to automatically generate and refine 3D environments for embodied agent learning. It leverages self-evolution and co-evolution mechanisms to create adaptive training scenarios, significantly improving agent performance.
Multi-Agent World Models (3 minute read)
γ-World is a generative multi-agent world model that supports independently controllable, permutation-symmetric agents using Simplex Rotary Agent Encoding and Sparse Hub Attention, achieving real-time 24 FPS rollouts and zero-shot generalization from two to four players.
Can Agents Generalize to the Open World? Unveiling the Fragility of Static Training in Tool Use
This paper introduces OpenAgent, a problem setting for tool-use agents in open-world scenarios with distributional shifts, and proposes Perturbation-Augmented Fine-Tuning to improve robustness. Experiments reveal that both SFT and RL agents degrade under environmental shifts.