alibaba/ROLL
An Efficient and User-Friendly Scaling Library for Reinforcement Learning with Large Language Models observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 99
- Release rhythm 77
- Longevity 33
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 58
- age_days: 462
- days_rel: 76
- days_push: 8
- n_releases_24m: 4
Adoption not part of the score
3374 stars · 309 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ROLL is an open-source reinforcement learning library from Alibaba for training large language models at scale, supporting algorithms like PPO and GRPO. It uses a Ray-based distributed architecture integrating Megatron-Core, SGLang, and vLLM for efficient training and inference across large GPU clusters.
Use cases
- train an LLM with RLHF for human preference alignment
- run RLVR training to improve model reasoning
- fine-tune an LLM with PPO or GRPO on a GPU cluster
- train multi-turn agentic RL policies
- scale reinforcement learning post-training to thousands of GPUs
- on-policy distillation of large language models
When to choose
- you need large-scale RL post-training for LLMs with flexible multi-node GPU allocation
- you want built-in support for PPO, GRPO, multi-task RL, and agentic interaction scenarios
- you want to combine Megatron-Core training with vLLM/SGLang inference engines
When to avoid
- you only need simple supervised fine-tuning without reinforcement learning
- you lack access to substantial GPU resources
- you need a lightweight single-GPU RLHF tool with minimal setup
Facets
library · maturity active
llm-training reinforcement-learning llm-inference agent-framework gpu-computing large-language-models reinforcement-learning machine-learning gpu-computing python cloud rlhf rlvr ppo grpo ray vllm sglang megatron-core distributed-training agentic-rl ai-agents gpu linux docker
2 sources
- readme: https://github.com/alibaba/ROLL · fetched 2026-08-28 · be3c183a7a01
- homepage: https://alibaba.github.io/ROLL/ · fetched 2026-08-29 · db0bd3822ad2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alibaba/ROLL | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem