paper-with-me

홈 › Papers

CodeMidas: Scaling Agentic Coding RL Environments from Code Itself

2026-09-18 · Bowen Ye, Lei Li, Shicheng Li, Zihao Yue, Linghao Zhang, Hanglong Lv, Yuanxin Liu, Wenhan Ma, Hao Tian, Rang Li, Jinhao Dong, Yikai Zhao, Xiangwei Deng, Hailin Zhang, Liang Zhao, Qi Liu, Lingpeng Kong, Tong Yang, Fuli Luo hf

Training capable coding agents via reinforcement learning (RL) requires diverse tasks with reliable verifiers. Open-source codebases offer a rich source of such tasks, while existing methods typically rely on development artifacts such as issues and commits, limiting the range of tasks that can be extracted. To better scale RL environments, we present CodeMidas, an agentic pipeline that turns implemented functionality in existing codebases into executable RL environments using source code as its only task-specific input. CodeMidas allocates agentic compute to every stage of environment construction: agents explore implemented functionality to formulate behavioral specifications, construct tests grounded in execution of the original code, and validate and filter candidate tasks through execution checks and repeated solution rollouts. The resulting dataset has 5,545 training tasks from 3,185 open-source codebases spanning 23 programming languages and 15 technical domains. Training MiMo-V2.5 on these tasks with GRPO improves performance on all five diverse benchmarks, covering issue repair (DeepSWE + 11.7%), whole-program construction (ProgramBench +17%), and terminal work (Terminal-Bench v2.1 +8.5%). Ablations show that increasing the number of high-quality training tasks improves performance. Trajectory analysis shows the RL-trained agent demonstrates better behaviors like increasing codebase exploration and more diverse self-verification. These results establish source code as a scalable foundation for constructing RL environments that improve coding agents across diverse software tasks.

📄 PDF Abstract BibTeX arXiv:2609.22068

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 121
legendtkl/agent-paper-daily ★ 2

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

CWM: An Open-Weights LLM for Research on Code Generation with World Models

2025-09-30 · FAIR CodeGen team, Jade Copet, Quentin Carbonneaux, Gal Cohen 외 arxiv

We release Code World Model (CWM), a 32-billion-parameter open-weights LLM, to advance research on code generation with world models. To improve code understanding beyond what can be learned from training on static code …

Code Generation

Scaling Agentic Verifier for Competitive Coding

2026-02-04 · Zeyao Ma, Jing Zhang, Xiaokang Zhang, Jiaxi Yang 외 arxiv

Large language models (LLMs) have demonstrated strong coding capabilities but still struggle to solve competitive programming problems correctly in a single attempt. Execution-based re-ranking offers a promising test-tim…

Reinforcement Learning

Apodex 1.1: Scaling Agentic Intelligence for Complex Work

2026-08-24 · Apodex Team, B. An, B. Li, B. Wang 외 arxiv

General-purpose language models can reason and synthesize knowledge, but complex work also requires sustained interaction with files, information sources, and executable code, together with state maintenance, failure rec…

Klear-AgentForge: Forging Agentic Intelligence through Posttraining Scaling

2025-11-08 · Qi Wang, Hongzhi Zhang, Jia Fu, Kai Fu 외 arxiv

Despite the proliferation of powerful agentic models, the lack of critical post-training details hinders the development of strong counterparts in the open-source community. In this study, we present a comprehensive and …

Reinforcement Learning

DockSmith: Scaling Reliable Coding Environments via an Agentic Docker Builder

2026-01-31 · Jiaran Zhang, Luck Ma, Fanqi Wan, Di Qi 외 arxiv

Reliable Docker-based environment construction is a dominant bottleneck for scaling execution-grounded training and evaluation of software engineering agents. We introduce DockSmith, a specialized agentic Docker builder …