What problem does it solve? Setting up reinforcement learning post-training for large language models requires coordinating distributed training, high-throughput rollout generation, and data management, which is complex to wire together manually. ## Core Features & Use Cases - GRPO and PPO Training Workflows: Launch synchronous or asynchronous RL training with pre-configured model scripts for GLM, Qwen3, DeepSeek V3, and Llama 3. - Multi-Turn Agentic Training: Define custom generate functions for tool-calling and multi-step reasoning agents with proper loss masking. - Flexible Data Buffer: Implement off-policy training with custom sample filtering and prioritized replay buffers. - Use Case: Train a Qwen3-4B reasoning model with GRPO by sourcing the model script, preparing JSONL prompt data, and launching train.py with 8 GPUs for training and 8 for rollout. ## Quick Start Ask the assistant to set up a GRPO training run with slime for a Qwen3-4B model using your JSONL prompt dataset.