What problem does it solve? Training large MoE models like DeepSeek V3 or Qwen3-MoE with reinforcement learning often fails due to FP8 instability, train-inference mismatch, and slow rollout throughput. This Skill provides structured guidance for configuring miles, a production fork of slime, to address these challenges. ## Core Features & Use Cases - Low-Precision Training: Guides unified FP8 pipelines and INT4 quantization-aware training so 1TB models fit on a single H200 machine. - Train-Inference Alignment: Covers Rollout Routing Replay (R3) and TIS/MIS importance sampling to keep Megatron training bit-wise aligned with SGLang inference. - Speculative RL: Configures EAGLE speculative decoding with online MTP draft training for 25-40% faster rollouts. - Use Case: A team post-training Qwen3-30B-A3B with GRPO can follow the MoE workflow to set expert parallelism, enable FP8 block scaling, and verify routing consistency before launching 3000 rollouts. ## Quick Start Ask the assistant to set up a miles GRPO training run for a Qwen3 MoE model with FP8 and speculative decoding enabled.