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 gen-verse/dllm-rl

Projects sharing features with DLLM RL

30 open-source projects similar to gen-verse/dllm-rl, 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.

  • 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
  • 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
  • alibaba/rollalibaba avatar

    alibaba/ROLL

    2,844View on GitHub↗

    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

    Pythonagenticrlhfrlvr
    View on GitHub↗2,844

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
  • apple/ml-diffucoderapple avatar

    apple/ml-diffucoder

    825View on GitHub↗

    This software project accompanies the research paper, DiffuCoder: Understanding and Improving Masked Diffusion Models for Code Generation.

    Python
    View on GitHub↗825
  • aunum/goldaunum avatar

    aunum/gold

    351View on GitHub↗

    Reinforcement Learning in Go

    Go
    View on GitHub↗351
  • autonomousvision/mdpoautonomousvision avatar

    autonomousvision/mdpo

    44View on GitHub↗

    [Paper](https://arxiv.org/pdf/2508.13148) [Project](https://cli212.github.io/MDPO/)

    Python
    View on GitHub↗44
  • bowen-sun-0728/blockwise-sftBowen-Sun-0728 avatar

    Bowen-Sun-0728/Blockwise-SFT

    6View on GitHub↗

    Blockwise SFT for Diffusion Language Models: Reconciling Bidirectional Attention and Autoregressive Decoding

    Python
    View on GitHub↗6
  • hao-ai-lab/d3llmhao-ai-lab avatar

    hao-ai-lab/d3LLM

    145View on GitHub↗

    This is the official implementation of the paper d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation (ICML'26), where we introduce a novel recipe for building an ultra-fast diffusion language model named d3LLM (pseuDo-Distilled Diffusion LLM) 🚀.

    Python
    View on GitHub↗145
  • 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
  • chenyuwang-monica/drakesChenyuWang-Monica avatar

    ChenyuWang-Monica/DRAKES

    72View on GitHub↗

    The repository contains the code for the DRAKES method presented in the paper: Fine-Tuning Discrete Diffusion Models via Reward Optimization with Applications to DNA and Protein design (ICLR 2025). DRAKES is a fine-tuning method for reward optimization or alignment in discrete diffusion models,…

    Python
    View on GitHub↗72
  • deep-agent/r1-vD

    Deep-Agent/R1-V

    0View on GitHub↗
    View on GitHub↗0
  • dllm-reasoning/d1dllm-reasoning avatar

    dllm-reasoning/d1

    446View on GitHub↗

    d1: Scaling Reasoning in Diffusion Large Language Models via Reinforcement Learning A two-stage approach combining masked SFT with diffu -GRPO—a novel policy gradient method based on GRPO that features efficient log probability estimation designed for masked dLLMs—to scale reasoning capabilities…

    Python
    View on GitHub↗446
  • jinjieni/quokkaJinjieNi avatar

    JinjieNi/Quokka

    46View on GitHub↗

    Training Optimal Large Diffusion Language Models Jinjie Ni†, Qian Liu, Chao Du, Longxu Dou, Hang Yan, Zili Wang, Tianyu Pang, Michael Qizhe Shieh

    Python
    View on GitHub↗46
  • facebookresearch/spgfacebookresearch avatar

    facebookresearch/SPG

    60View on GitHub↗

    SPG: Sandwiched Policy Gradient for Masked Diffusion Language Models

    Python
    View on GitHub↗60
  • bhmingyang/tadBHmingyang avatar

    BHmingyang/TAD

    2View on GitHub↗

    ```bash conda create -n tad python=3.10 -y conda activate tad

    Python
    View on GitHub↗2
  • amap-ml/ar-mapAMAP-ML avatar

    AMAP-ML/AR-MAP

    24View on GitHub↗

    Are Autoregressive Large Language Models Implicit Teachers for Diffusion Large Language Models? A comprehensive framework for transferring alignment knowledge from AR-LLMs to Diffusion Models

    Python
    View on GitHub↗24
  • hiyouga/easyr1hiyouga avatar

    hiyouga/EasyR1

    5,034View on GitHub↗

    EasyR1 is a distributed model training system and reinforcement learning framework for large language and vision-language models. It functions as a multimodal trainer and an implementation of a Proximal Policy Optimization pipeline designed to refine the reasoning and perception capabilities of models that process both text and images. The system specializes in distributing reinforcement learning workloads across multiple compute nodes to manage high memory requirements. It optimizes hardware utilization through padding-free training and fine-tuning to fit large models onto available graphics

    Python
    View on GitHub↗5,034
  • hkunlp/diffullamahkunlp avatar

    hkunlp/diffullama

    395View on GitHub↗

    Current Diffusion Language Models (DLMs) have been studied at a smaller scale compared to their autoregressive (AR) counterparts and lack fair comparison on language modeling benchmarks. Additionally, training diffusion models from scratch at scale remains challenging. We propose adapting…

    Python
    View on GitHub↗395
  • hkunlp/diffusion-of-thoughtshkunlp avatar

    hkunlp/diffusion-of-thoughts

    212View on GitHub↗

    NeurIPS 2024 Code for the paper "Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models"

    Python
    View on GitHub↗212
  • hkunlp/dreamHKUNLP avatar

    HKUNLP/Dream

    1,249View on GitHub↗

    ](https://huggingface.co/Dream-org/Dream-v0-Base-7B)

    Python
    View on GitHub↗1,249
  • hkust-nlp/simplerl-reasonhkust-nlp avatar

    hkust-nlp/simpleRL-reason

    3,867View on GitHub↗

    simpleRL-reason is a training framework designed to improve mathematical and logical deduction in large language models. It utilizes reinforcement learning and policy optimization to enhance the accuracy and transparency of step-by-step deduction chains. The project implements a pipeline that establishes baseline capabilities through supervised fine-tuning before applying reinforcement learning to maximize deductive accuracy. It features a reward modeling toolkit that calculates scalar feedback by comparing generated reasoning steps against verified mathematical ground truths. The framework

    Python
    View on GitHub↗3,867
  • 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
  • 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
  • instadeepai/jumanjiinstadeepai avatar

    instadeepai/jumanji

    841View on GitHub↗

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

    Python
    View on GitHub↗841
  • jiayi-pan/tinyzeroJiayi-Pan avatar

    Jiayi-Pan/TinyZero

    13,168View on GitHub↗

    TinyZero is a reinforcement learning framework and implementation designed to train language models to develop reasoning and self-verification abilities. It provides a training pipeline to optimize model performance on mathematical and logical tasks. The project serves as a minimal reproduction of the DeepSeek R1 architectural and training approach. It focuses on creating reasoning models that can solve structured problems through autonomous chain-of-thought discovery. The framework incorporates group relative policy optimization and reward-based self-correction to improve accuracy on logica

    Python
    View on GitHub↗13,168
  • jinjieni/megadlmsJinjieNi avatar

    JinjieNi/MegaDLMs

    339View on GitHub↗

    MegaDLMs

    Python
    View on GitHub↗339
  • aistairc/text-diff-2step-lossaistairc avatar

    aistairc/text-diff-2step-loss

    5View on GitHub↗

    The implementation of "Addressing the Training-Inference Discrepancy in Discrete Diffusion for Text Generation"

    Python
    View on GitHub↗5
  • ju-jl/reinforcementlearninganintroduction.jlJu-jl avatar

    Ju-jl/ReinforcementLearningAnIntroduction.jl

    332View on GitHub↗

    Julia code for the book Reinforcement Learning An Introduction

    Julia
    View on GitHub↗332
  • kaixhin/atariKaixhin avatar

    Kaixhin/Atari

    264View on GitHub↗

    Persistent advantage learning dueling double DQN for the Arcade Learning Environment

    Lua
    View on GitHub↗264
  • agentica-project/rllmagentica-project avatar

    agentica-project/rllm

    400View on GitHub↗

    🚀 Reinforcement Learning for Language Agents🌟

    Jupyter Notebook
    View on GitHub↗400