What problem does it solve? Training trillion-parameter MoE models with reinforcement learning often fails due to FP8 instability, train-inference mismatch, and slow rollout throughput. This Skill provides guidance for using miles, a production fork of slime, to run stable large-scale RL post-training. ## Core Features & Use Cases - Low-Precision Training: Unified FP8 pipelines and INT4 quantization-aware training that fit 1TB models on a single H200 machine. - Train-Inference Alignment: Rollout Routing Replay (R3) records expert routing during SGLang inference and replays it in Megatron training for bit-wise MoE alignment. - Speculative RL: EAGLE speculative decoding with online MTP draft training delivers 25-40% faster rollouts. - Use Case: You are post-training DeepSeek V3 with GRPO and hitting NaN losses under FP8. This Skill walks you through enabling block scaling, R3, and TIS correction to stabilize training. ## Quick Start Ask the assistant to set up a miles GRPO training run for a Qwen3-MoE model with FP8 and speculative decoding enabled.