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 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: Instructions for implementing custom generate functions with tool calling and loss masking for agent training. - Troubleshooting Reference: Solutions for common failures including SGLang crashes, weight sync timeouts, OOM errors, and reward collapse. - Use Case: Train a Qwen3-4B model with GRPO on math reasoning data by sourcing a pre-configured model script, preparing JSONL prompt data, and launching train.py with the documented argument set. ## Quick Start Ask the assistant to help you launch a GRPO training run with slime for your model and dataset, and it will walk you through data preparation, model configuration, and the training command.