Abstract
A Dockerless environment-free agentic patch verifier improves code patch evaluation accuracy and enables effective post-training without execution-based verification costs.
Program verifiers play a central role in training coding agents, including selecting trajectories for supervised fine-tuning (SFT) and providing rewards for reinforcement learning (RL). Standard execution-based verification requires running unit tests inside per-repository environments such as Docker images, incurring substantial environment setup costs. We propose Dockerless, an environment-free agentic patch verifier that evaluates generated code patches without executing them. Rather than simply matching candidate patches to references, Dockerless judges patch correctness using evidence gathered through agentic repository exploration. On a verifier evaluation benchmark, Dockerless outperforms the strongest open-source verifier by 14.3 AUC points. Using Dockerless as both the SFT trajectory filter and the RL reward enables a fully environment-free post-training pipeline. The resulting model reaches 62.0%, 50.0%, and 35.2% resolve rate on SWE-bench Verified, Multilingual, and Pro, respectively. It surpasses the Qwen3.5-9B baseline by 2.4, 8.7, and 2.9 points, matching environment-based post-training.
Community
Try environment-free RL!
Environment-free does not mean no repo access.
Great work scaling RL post-training without per-repo complex Docker setup.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Orchard: An Open-Source Agentic Modeling Framework (2026)
- Automating Formal Verification with Reinforcement Learning and Recursive Inference (2026)
- LiteCoder-Terminal: Scaling Long-Horizon Terminal Environments for Learning Language Agents (2026)
- FastContext: Training Efficient Repository Explorer for Coding Agents (2026)
- Socratic-SWE: Self-Evolving Coding Agents via Trace-Derived Agent Skills (2026)
- Terminus-4B: Can a Smaller Model Replace Frontier LLMs at Agentic Execution Tasks? (2026)
- CUA-Gym: Scaling Verifiable Training Environments and Tasks for Computer-Use Agents (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.28436 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper