rllm-org/rllm
Democratizing Reinforcement Learning for LLMs observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 69
- Longevity 41
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 56
- age_days: 584
- days_rel: 125
- days_push: 9
- n_releases_24m: 4
Adoption not part of the score
5803 stars · 611 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
rLLM is an open-source Python framework for training language agents with reinforcement learning, supporting any agent harness (Claude Code, LangGraph, OpenAI Agents SDK, custom agents) and multiple training backends (verl, tinker, fireworks) switchable with one flag. It includes a CLI for evaluating models on 60+ integrated benchmarks and wraps agent code with @rllm.rollout to trace LLM calls for RL training.
Use cases
- train an LLM agent with reinforcement learning like GRPO or RLOO
- evaluate a model on SWE-bench or Terminal-Bench from the CLI
- fine-tune a coding agent on software engineering tasks with RL
- run RL training on math benchmarks like AIME and MATH-500
- wrap an existing LangGraph or OpenAI Agents SDK agent for RL training
- run distributed multi-GPU RL training with verl or single-machine training with tinker
- benchmark LLM agents across 60+ tasks with auto-pulled datasets
When to choose
- you want to RL-train agents without rewriting them for a specific harness
- you need to switch between distributed multi-GPU and single-machine training backends easily
- you want integrated evaluation across many agentic, math, and coding benchmarks
- you need sandboxed rollouts at training scale with Docker, Modal, or Daytona
When to avoid
- you only need simple supervised fine-tuning without agentic rollouts
- you have no GPU or API budget for large-scale rollout generation
- you need a lightweight inference-only serving framework rather than a training framework
Facets
framework · maturity active
agent-framework llm-training reinforcement-learning benchmarking cli sdk reinforcement-learning large-language-models machine-learning developer-tools python rl-training agentic-rl verl tinker rollout swe-agent grpo llm-evaluation sandboxed-execution ai-agents docker gpu linux macos
4 sources
- readme: https://github.com/rllm-org/rllm · fetched 2026-08-28 · 051f3130fdc4
- homepage: https://docs.rllm-project.com · fetched 2026-08-29 · 9fde7160523e
- site_page: https://docs.rllm-project.com/installation · fetched 2026-08-29 · 9a05a787e727
- site_page: https://docs.rllm-project.com/quickstart-cli · fetched 2026-08-29 · 4350d2a41b68
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rllm-org/rllm | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem