Overview of the slime ecosystem
mainThe slime framework serves as a reusable RL substrate for various specialized production and research systems:
- Dressage: Agentic RL training for blackbox agents and white loops across sandboxes (e.g., bwrap, E2B, Kubernetes).
- Miles: Enterprise-grade RL post-training with deep SGLang integration and operational tooling.
- vime: vLLM-native RL post-training; users can switch to vLLM by adjusting rollout-related parameters in existing slime launch scripts.
- Relax: Asynchronous omni-modal agentic RL using Ray Serve and a Distributed Checkpoint Service (DCS).
- OpenClaw-RL: RL server for personalized agents supporting GRPO and on-policy distillation.
- P1: Physics reasoning models trained via multi-stage RL.
- RLVE: Scaling LM RL using adaptive, verifiable environments.
- TritonForge: Training LLMs for optimized GPU kernel generation.
- APRIL: System-level optimization for accelerating the rollout generation phase.
- qqr (hilichurl): Extension for evolving open-ended agents using ArenaRL and Model Context Protocol (MCP).
- ART (AgentCore RL Toolkit): SDK for adapting production agents for RL training on AWS Bedrock AgentCore Runtime using the
@app.rollout_entrypointdecorator.