awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/ROLL

0
View on GitHub↗
2,844 stars·220 forks·Python·apache-2.0·3 viewsalibaba.github.io/ROLL↗

ROLL

ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models. It serves as a scalable training pipeline and GPU cluster manager, providing the infrastructure to align model behavior using reinforcement learning algorithms and preference optimization techniques.

The project distinguishes itself through an agentic rollout orchestrator that generates and collects multi-turn interaction trajectories between AI agents and simulated environments. It supports specialized alignment methods including Direct Preference Optimization, reinforcement learning from verifiable rewards, and group-relative reward optimization.

The framework covers a broad range of capabilities for large-scale distributed training, including tensor, pipeline, and expert parallelism to support ultra-large-scale models. It manages hardware resources through GPU multiplexing and disaggregated deployment, while providing tools for automated reward evaluation using code sandboxes and mathematical verification.

Pre-configured environment deployments are provided for different GPU architectures and library versions to accelerate setup.

Features

  • Model Training Frameworks - Scaling library for reinforcement learning with language models.
  • Reinforcement Learning - Library for reinforcement learning tasks.
  • Reinforcement Learning Frameworks - Reinforcement learning library for reasoning and long-horizon tasks.

Star history

Star history chart for alibaba/rollStar history chart for alibaba/roll

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to ROLL

Similar open-source projects, ranked by how many features they share with ROLL.
  • volcengine/verlvolcengine avatar

    volcengine/verl

    22,015View on GitHub↗

    verl is a distributed training system designed for large language model alignment and reinforcement learning. It provides a framework for executing post-training pipelines, including supervised fine-tuning and reinforcement learning from human feedback, to refine model behavior and agentic capabilities. The system utilizes a hybrid training and inference engine that optimizes memory and communication when switching between model generation and gradient updates. It supports multi-modal reinforcement learning for models processing both image and text data, and implements algorithms such as PPO

    Python
    View on GitHub↗22,015
  • openrlhf/openrlhfOpenRLHF avatar

    OpenRLHF/OpenRLHF

    9,675View on GitHub↗

    OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across distributed GPU clusters. It provides tools for aligning large language models and multimodal vision-language models using algorithms such as PPO, GRPO, and DPO. The framework distinguishes itself through a distributed inference engine that overlaps sample rollout with training to increase throughput. It supports scaling to models exceeding 70 billion parameters via parameter sharding and handles long-context sequences through ring-attention sequence parallelism. The project

    Pythonlarge-language-modelsopenai-o1proximal-policy-optimization
    View on GitHub↗9,675
  • google/dopaminegoogle avatar

    google/dopamine

    10,879View on GitHub↗

    Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse simulated environments. It provides an agent development toolkit that utilizes a flat class hierarchy to facilitate the creation and extension of learning agents. The framework includes a standardization layer via environment wrappers that connect agents to various physics simulations and gaming environments. It also features a high-performance experience replay buffer for storing and sampling transition data to improve training stability, alongside a dedicated hyperparameter

    Jupyter Notebook
    View on GitHub↗10,879
  • aunum/goldaunum avatar

    aunum/gold

    351View on GitHub↗

    Reinforcement Learning in Go

    Go
    View on GitHub↗351
See all 30 alternatives to ROLL→

Frequently asked questions

What does alibaba/roll do?

ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models. It serves as a scalable training pipeline and GPU cluster manager, providing the infrastructure to align model behavior using reinforcement learning algorithms and preference optimization techniques.

What are the main features of alibaba/roll?

The main features of alibaba/roll are: Model Training Frameworks, Reinforcement Learning, Reinforcement Learning Frameworks.

What are some open-source alternatives to alibaba/roll?

Open-source alternatives to alibaba/roll include: openrlhf/openrlhf — OpenRLHF is a training framework and alignment library designed for reinforcement learning from human feedback across… volcengine/verl — verl is a distributed training system designed for large language model alignment and reinforcement learning. It… google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… inclusionai/areal — AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a… huggingface/trl — This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language… aunum/gold — Reinforcement Learning in Go.