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
Back to alibaba/roll

Projects sharing features with ROLL

30 open-source projects similar to alibaba/roll, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • inclusionai/arealinclusionAI avatar

    inclusionAI/AReaL

    3,559View on GitHub↗

    AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a framework for developing multi-turn reasoning agents and training large models using reinforcement learning from human feedback. The project implements a toolkit for improving the visual reasoning and geometry problem solving capabilities of vision-language models. It utilizes a memory-efficient tuning system to optimize mathematical and reasoning models across different inference backends. The infrastructure supports large-scale training through tensor, pipeline, and expert p

    Pythonagentllmllm-agent
    View on GitHub↗3,559
  • openai/baselinesopenai avatar

    openai/baselines

    16,733View on GitHub↗

    Baselines is a comprehensive suite of frameworks for reinforcement learning algorithm implementation, imitation learning, and training orchestration. It provides a library of standardized learning algorithms used to benchmark and replicate research results, alongside a deep learning policy framework for constructing neural network architectures such as multi-layer perceptrons, convolutional networks, and long short-term memory networks. The project includes a specialized imitation learning toolkit that enables agents to mimic expert behavior through behavior cloning and generative adversarial

    Python
    View on GitHub↗16,733
  • aunum/goldaunum avatar

    aunum/gold

    351View on GitHub↗

    Reinforcement Learning in Go

    Go
    View on GitHub↗351
  • thudm/slimeTHUDM avatar

    THUDM/slime

    4,259View on GitHub↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Python
    View on GitHub↗4,259
  • instadeepai/jumanjiinstadeepai avatar

    instadeepai/jumanji

    841View on GitHub↗

    🕹️ A diverse suite of scalable reinforcement learning environments in JAX

    Python
    View on GitHub↗841
  • rlinf/rlinfRLinf avatar

    RLinf/RLinf

    2,502View on GitHub↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Pythonagentic-aiembodied-aireinforcement-learning
    View on GitHub↗2,502
  • shangtongzhang/deeprlShangtongZhang avatar

    ShangtongZhang/DeepRL

    3,428View on GitHub↗

    Modularized Implementation of Deep RL Algorithms in PyTorch

    Python
    View on GitHub↗3,428
  • huggingface/trlhuggingface avatar

    huggingface/trl

    18,653View on GitHub↗

    This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language models. It serves as a toolkit for adapting models to specialized domains through supervised learning, while offering advanced methodologies to improve output quality and reasoning capabilities. The project distinguishes itself through specialized alignment and optimization techniques, including direct preference optimization and reinforcement learning, which allow models to be tuned against human preferences without complex reward modeling. It further supports training efficie

    Python
    View on GitHub↗18,653
  • novasky-ai/skyrlNovaSky-AI avatar

    NovaSky-AI/SkyRL

    1,611View on GitHub↗
    Python
    View on GitHub↗1,611
  • facebookresearch/habitat-labfacebookresearch avatar

    facebookresearch/habitat-lab

    2,848View on GitHub↗

    Habitat-Lab is an open-source platform for training and evaluating embodied AI agents in photorealistic 3D indoor environments. It functions as a high-performance 3D indoor environment simulator that supports physics-based interaction, enabling research into navigation and manipulation tasks. The platform provides a modular task-environment abstraction that separates task logic from environment simulation, using configuration-driven pipeline assembly to compose simulation and training pipelines. It includes a hierarchical sensor-actuator architecture for mixing and matching perception and act

    Pythonaicomputer-visiondeep-learning
    View on GitHub↗2,848
  • ars-ashuha/quantile-regression-dqn-pytorchars-ashuha avatar

    ars-ashuha/quantile-regression-dqn-pytorch

    97View on GitHub↗

    A short and easy implementation of Quantile Regression DQN | Distributional Reinforcement Learning

    Jupyter Notebook
    View on GitHub↗97
  • applieddatasciencepartners/deepreinforcementlearningAppliedDataSciencePartners avatar

    AppliedDataSciencePartners/DeepReinforcementLearning

    2,032View on GitHub↗

    A replica of the AlphaZero methodology for deep reinforcement learning in Python

    Jupyter Notebook
    View on GitHub↗2,032
  • alessiodm/drl-zhalessiodm avatar

    alessiodm/drl-zh

    2,291View on GitHub↗

    Welcome to drlzh.ai: a hands-on deep reinforcement learning course where you build the algorithms, not just read about them.

    Jupyter Notebook
    View on GitHub↗2,291
  • anthropics/constitutionalharmlessnesspaperanthropics avatar

    anthropics/ConstitutionalHarmlessnessPaper

    263View on GitHub↗

    This repository provides supplementary material for our paper Constitutional AI: Harmlessness from AI Feedback.

    View on GitHub↗263
  • amenra/ranxAmenRa avatar

    AmenRa/ranx

    681View on GitHub↗

    ⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍

    Python
    View on GitHub↗681
  • airlab-polimi/mushroomA

    AIRLab-POLIMI/mushroom

    0View on GitHub↗
    View on GitHub↗0
  • ai4co/rl4coai4co avatar

    ai4co/rl4co

    806View on GitHub↗
    Pythonattentionattention-modelbenchmark
    View on GitHub↗806
  • carpedm20/deep-rl-tensorflowcarpedm20 avatar

    carpedm20/deep-rl-tensorflow

    1,581View on GitHub↗

    TensorFlow implementation of Deep Reinforcement Learning papers

    Pythondeep-reinforcement-learningdqntensorflow
    View on GitHub↗1,581
  • breakend/reproducibilityincontinuouspolicygradientmethodsB

    Breakend/ReproducibilityInContinuousPolicyGradientMethods

    0View on GitHub↗
    View on GitHub↗0
  • catalyst-team/catalyst-rlcatalyst-team avatar

    catalyst-team/catalyst-rl

    48View on GitHub↗

    Accelerated RL

    Python
    View on GitHub↗48
  • chainer/chainerrlchainer avatar

    chainer/chainerrl

    1,200View on GitHub↗

    ChainerRL is a deep reinforcement learning library built on top of Chainer.

    Python
    View on GitHub↗1,200
  • chenmientan/rl2ChenmienTan avatar

    ChenmienTan/RL2

    1,293View on GitHub↗
    Python
    View on GitHub↗1,293
  • coax-dev/coaxcoax-dev avatar

    coax-dev/coax

    185View on GitHub↗

    |tests| |pypi| |docs| |License|

    Python
    View on GitHub↗185
  • contextualai/halosContextualAI avatar

    ContextualAI/HALOs

    906View on GitHub↗

    A library with extensible implementations of DPO, KTO, PPO, ORPO, and other human-aware loss functions (HALOs).

    Pythonalignmentdpohalos
    View on GitHub↗906
  • coreylynch/async-rlcoreylynch avatar

    coreylynch/async-rl

    1,006View on GitHub↗

    Tensorflow Keras OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"

    Python
    View on GitHub↗1,006
  • cpnota/autonomous-learning-libraryC

    cpnota/autonomous-learning-library

    0View on GitHub↗
    View on GitHub↗0
  • alihassanijr/discernalihassanijr avatar

    alihassanijr/DISCERN

    0View on GitHub↗

    This repository contains the implementation of DISCERN in Python. You can download the manuscript from my website or arXiv.

    Python
    View on GitHub↗0