What problem does it solve? Setting up reinforcement learning post-training for large language models requires coordinating distributed training, high-throughput rollout generation, and custom reward logic, which is complex to configure correctly. ## Core Features & Use Cases - GRPO and Async Training Workflows: Step-by-step guidance for standard GRPO training, asynchronous rollout-training overlap, and multi-turn agentic training with tool calling. - Configuration Reference: Covers Megatron arguments, SGLang-prefixed arguments, and slime-specific parameters including the batch size constraint formula. - Troubleshooting Playbooks: Solutions for SGLang engine crashes, weight sync timeouts, CUDA OOM, reward collapse, and checkpoint loading failures. - Use Case: You want to train a Qwen3-4B model with GRPO on math reasoning data. This Skill walks you through data formatting, model script selection, launch commands, and monitoring. ## Quick Start Ask the assistant to help you launch a GRPO training run with slime for your model and dataset, specifying your GPU count and data path.