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 data pipelines, which is complex to configure correctly. ## Core Features & Use Cases - GRPO and PPO Training Workflows: Step-by-step guidance for launching RL training runs with Megatron-LM parallelism and SGLang-based rollout generation. - Multi-Turn Agentic Training: Custom generate functions for tool-calling and multi-step reasoning agents with proper loss masking. - Troubleshooting Reference: Solutions for SGLang crashes, weight sync timeouts, OOM errors, and reward collapse. - Use Case: A researcher fine-tuning Qwen3-4B on math reasoning data can follow the GRPO workflow to prepare JSONL prompts, source a pre-configured model script, and launch distributed training with correct batch size constraints. ## Quick Start Ask the AI to help you set up a GRPO training run with slime for your model and dataset, including data formatting and launch commands.