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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rlcode/reinforcement-learning

Open-source alternatives to Reinforcement Learning

30 open-source projects similar to rlcode/reinforcement-learning, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Reinforcement Learning alternative.

  • shangtongzhang/deeprlAvatar von ShangtongZhang

    ShangtongZhang/DeepRL

    3,428Auf GitHub ansehen↗

    Modularized Implementation of Deep RL Algorithms in PyTorch

    Python
    Auf GitHub ansehen↗3,428
  • yandexdataschool/agentnetAvatar von yandexdataschool

    yandexdataschool/AgentNet

    299Auf GitHub ansehen↗

    Deep Reinforcement Learning library for humans

    Python
    Auf GitHub ansehen↗299
  • kaixhin/atariAvatar von Kaixhin

    Kaixhin/Atari

    264Auf GitHub ansehen↗

    Persistent advantage learning dueling double DQN for the Arcade Learning Environment

    Lua
    Auf GitHub ansehen↗264
  • nivwusquorum/tensorflow-deepqAvatar von nivwusquorum

    nivwusquorum/tensorflow-deepq

    1,166Auf GitHub ansehen↗

    A deep Q learning demonstration using Google Tensorflow

    Jupyter Notebook
    Auf GitHub ansehen↗1,166
  • resibots/blackdropsAvatar von resibots

    resibots/blackdrops

    66Auf GitHub ansehen↗

    Code for the Black-DROPS algorithm: "Black-Box Data-efficient Policy Search for Robotics", IROS 2017/ICRA 2018

    C++
    Auf GitHub ansehen↗66
  • openai/baselinesAvatar von openai

    openai/baselines

    16,733Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,733

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • instadeepai/jumanjiAvatar von instadeepai

    instadeepai/jumanji

    841Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗841
  • chainer/chainerrlAvatar von chainer

    chainer/chainerrl

    1,200Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,200
  • facebookresearch/habitat-labAvatar von facebookresearch

    facebookresearch/habitat-lab

    2,848Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,848
  • google/dopamineAvatar von google

    google/dopamine

    10,879Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,879
  • ju-jl/reinforcementlearninganintroduction.jlAvatar von Ju-jl

    Ju-jl/ReinforcementLearningAnIntroduction.jl

    332Auf GitHub ansehen↗

    Julia code for the book Reinforcement Learning An Introduction

    Julia
    Auf GitHub ansehen↗332
  • langfengq/verl-agentAvatar von langfengQ

    langfengQ/verl-agent

    1,548Auf GitHub ansehen↗
    Pythonagent-frameworkdeepseek-r1gigpo
    Auf GitHub ansehen↗1,548
  • lywangpx/reinforcement-learning-2nd-edition-by-sutton-exercise-solutionsAvatar von LyWangPX

    LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions

    2,417Auf GitHub ansehen↗

    Solutions of Reinforcement Learning, An Introduction

    Jupyter Notebook
    Auf GitHub ansehen↗2,417
  • maitrix-org/llm-reasonersAvatar von maitrix-org

    maitrix-org/llm-reasoners

    2,345Auf GitHub ansehen↗

    LLM Reasoners is a library to enable LLMs to conduct complex reasoning, with advanced reasoning algorithms. It approaches multi-step reasoning as planning and searches for the optimal reasoning chain, which achieves the best balance of exploration vs exploitation with the idea of "World Model"…

    Python
    Auf GitHub ansehen↗2,345
  • microsoft/agent-lightningAvatar von microsoft

    microsoft/agent-lightning

    15,047Auf GitHub ansehen↗

    Agent Lightning is an optimization framework designed to refine the performance of individual AI agents within complex multi-agent systems. It provides a platform for improving decision-making and task execution by applying reinforcement learning, supervised fine-tuning, and automated prompt optimization. The framework distinguishes itself through its ability to isolate specific agents for targeted tuning, allowing developers to enhance individual behaviors while maintaining the stability of the broader system architecture. By utilizing a modular interface, it integrates with diverse agent fr

    Pythonagentagentic-aillm
    Auf GitHub ansehen↗15,047
  • modalminds/mm-eurekaAvatar von ModalMinds

    ModalMinds/MM-EUREKA

    771Auf GitHub ansehen↗

    MM-EUREKA: Exploring the Frontiers of Multimodal Reasoning with Rule-based Reinforcement Learning

    Python
    Auf GitHub ansehen↗771
  • novasky-ai/skyrlAvatar von NovaSky-AI

    NovaSky-AI/SkyRL

    1,611Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗1,611
  • nvidia-nemo/rlAvatar von NVIDIA-NeMo

    NVIDIA-NeMo/RL

    1,756Auf GitHub ansehen↗

    Documentation | Discussions | Contributing

    Python
    Auf GitHub ansehen↗1,756
  • om-ai-lab/vlm-r1Avatar von om-ai-lab

    om-ai-lab/VLM-R1

    5,991Auf GitHub ansehen↗

    VLM-R1 is a reasoning vision-language model and embodied AI framework designed to map visual inputs and language instructions into physical navigation waypoints and robotic actions. It functions as a multimodal policy optimizer and an open vocabulary detector capable of locating objects based on arbitrary natural language descriptions. The system distinguishes itself through the use of chain-of-thought reasoning and reinforcement learning to solve complex visual and spatial tasks. It utilizes a video semantic memory system, which employs a visual cache to maintain a history of live video for

    Python
    Auf GitHub ansehen↗5,991
  • open-reasoner-zero/open-reasoner-zeroAvatar von Open-Reasoner-Zero

    Open-Reasoner-Zero/Open-Reasoner-Zero

    2,095Auf GitHub ansehen↗

    An Open Source Approach to Scaling Up Reinforcement Learning on the Base Model

    Python
    Auf GitHub ansehen↗2,095
  • agentica-project/rllmAvatar von agentica-project

    agentica-project/rllm

    400Auf GitHub ansehen↗

    🚀 Reinforcement Learning for Language Agents🌟

    Jupyter Notebook
    Auf GitHub ansehen↗400
  • primeintellect-ai/prime-rlAvatar von PrimeIntellect-ai

    PrimeIntellect-ai/prime-rl

    1,552Auf GitHub ansehen↗

    Agentic RL Training at Scale

    Python
    Auf GitHub ansehen↗1,552
  • rlinf/rlinfAvatar von RLinf

    RLinf/RLinf

    2,502Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,502
  • rushter/mlalgorithmsAvatar von rushter

    rushter/MLAlgorithms

    10,983Auf GitHub ansehen↗

    MLAlgorithms is an educational machine learning algorithm library consisting of core predictive models implemented from scratch in Python. It serves as a reference for developers to study the internal logic and mathematical workings of these models through clean, minimal implementations. The codebase focuses on the study of algorithm implementation and machine learning education, providing a way to understand internal mechanics by building components without relying on heavy external libraries. The project utilizes object-oriented encapsulation and NumPy-based vectorization to manage model s

    Python
    Auf GitHub ansehen↗10,983
  • sail-sg/understand-r1-zeroAvatar von sail-sg

    sail-sg/understand-r1-zero

    1,214Auf GitHub ansehen↗
    Pythonllmr1-zeroreasoning
    Auf GitHub ansehen↗1,214
  • shangtongzhang/reinforcement-learning-an-introductionAvatar von ShangtongZhang

    ShangtongZhang/reinforcement-learning-an-introduction

    14,569Auf GitHub ansehen↗

    This project is a Python-based educational framework designed to simulate reinforcement learning algorithms and environments. It serves as a platform for reproducing classic textbook examples, allowing users to study agent behavior, policy improvement, and the fundamental mechanics of decision-making in controlled settings. The library provides implementations for core reinforcement learning concepts, including temporal difference learning, Monte Carlo episode sampling, and tabular value function approximation. It enables the analysis of specific algorithmic behaviors, such as identifying and

    Pythonartificial-intelligencereinforcement-learning
    Auf GitHub ansehen↗14,569
  • simple-efficient/rl-factoryAvatar von Simple-Efficient

    Simple-Efficient/RL-Factory

    1,768Auf GitHub ansehen↗

    📘Tutorial | 🛠️Installation | 🎨Framework

    Python
    Auf GitHub ansehen↗1,768
  • thudm/slimeAvatar von THUDM

    THUDM/slime

    4,259Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,259
  • tidedra/lmm-r1Avatar von TideDra

    TideDra/lmm-r1

    846Auf GitHub ansehen↗

    Extend OpenRLHF to support LMM RL training for reproduction of DeepSeek-R1 on multimodal tasks.

    Python
    Auf GitHub ansehen↗846
  • tiger-ai-lab/verl-toolAvatar von TIGER-AI-Lab

    TIGER-AI-Lab/verl-tool

    1,006Auf GitHub ansehen↗

    A version of verl to support diverse tool use TMLR 2026

    Python
    Auf GitHub ansehen↗1,006