Miles v0.1: Production-Level Post-Training

📅 2026-09-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Miles v0.1系统旨在通过高效、可靠和可扩展的方式解决大规模强化学习的生产应用问题,采用SGLang构建引擎、双后端训练器及多种权重同步传输方法。
📝 Abstract
We present Miles v0.1, a full-stack, production-ready system for frontier post-training. Building upon the clean design of slime, Miles designs each stage of the reinforcement-learning (RL) training loop around a single principle: components should be verified, clean, and customizable. With accuracy, efficiency, reliability, and scalability as first-class goals, Miles aims to make frontier-scale RL accessible to researchers and enterprises alike. This report walks through the system end to end: rollout engines built on SGLang, a trainer with a choice of two backends (NVIDIA Megatron-LM and PyTorch FSDP), and three weight-synchronization transports for different deployment topologies. Beyond full-parameter RL, Miles also supports LoRA RL, on-policy distillation, supervised fine-tuning, and true-on-policy rollout-training alignment, and extends the same architecture to diffusion models. We close with an end-to-end case study: fully asynchronous agentic RL on a GLM-5.2 744B-A40B model over terminal-use coding tasks, running on 64 NVIDIA GB300 GPUs with a median step time of 263 seconds over the first 30 measured steps. Miles is open-sourced at https://github.com/radixark/miles, with the project website at https://miles.radixark.com.
Problem

Research questions and friction points this paper is trying to address.

reinforcement learning
production-ready system
scalability
efficiency
accessibility
Innovation

Methods, ideas, or system contributions that make the work stand out.

reinforcement learning
production-ready system
customizable components
scalability
diffusion models
🔎 Similar Papers
No similar papers found.