SWE-World: Building Software Engineering Agents in Docker-Free Environments
This work proposes SWE-World, a novel framework that eliminates the need for physical Docker containers in software engineering agent training. Traditional approaches rely on containerized execution to obtain feedback, incurring substantial resource overhead and limiting scalability. In contrast, SWE-World leverages large language models to construct a simulated environment that predicts intermediate execution states and test outcomes based on real-world interaction data. This enables supervised fine-tuning (SFT), reinforcement learning (RL), and test-time multi-trajectory selection (TTS) entirely within a virtual setting. Evaluated on SWE-bench Verified, the framework boosts the pass rate of Qwen2.5-Coder-32B from 6.2% to 68.2%, demonstrating its effectiveness and scalability.