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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesAlgorithm Implementations

Libraries and collections providing ready-to-use reinforcement learning algorithms.

Explore 10 awesome GitHub repositories matching part of an awesome list · Algorithm Implementations. Refine with filters or upvote what's useful.

Awesome Algorithm Implementations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • openai/baselinesAvatar de openai

    openai/baselines

    16,733Voir sur 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

    Well-tested implementations of standard reinforcement learning algorithms.

    Python
    Voir sur GitHub↗16,733
  • rushter/mlalgorithmsAvatar de rushter

    rushter/MLAlgorithms

    10,983Voir sur GitHub↗

    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

    Implementations of common machine learning algorithms from scratch.

    Python
    Voir sur GitHub↗10,983
  • rlcode/reinforcement-learningAvatar de rlcode

    rlcode/reinforcement-learning

    3,642Voir sur GitHub↗

    Minimal and Clean Reinforcement Learning Examples

    Minimal and clean examples of various reinforcement learning algorithms.

    Python
    Voir sur GitHub↗3,642
  • shangtongzhang/deeprlAvatar de ShangtongZhang

    ShangtongZhang/DeepRL

    3,428Voir sur GitHub↗

    Modularized Implementation of Deep RL Algorithms in PyTorch

    Deep reinforcement learning algorithms implemented in PyTorch.

    Python
    Voir sur GitHub↗3,428
  • chainer/chainerrlAvatar de chainer

    chainer/chainerrl

    1,200Voir sur GitHub↗

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

    Deep reinforcement learning algorithms implemented in Chainer.

    Python
    Voir sur GitHub↗1,200
  • nivwusquorum/tensorflow-deepqAvatar de nivwusquorum

    nivwusquorum/tensorflow-deepq

    1,166Voir sur GitHub↗

    A deep Q learning demonstration using Google Tensorflow

    Demonstration of deep Q-learning using the TensorFlow framework.

    Jupyter Notebook
    Voir sur GitHub↗1,166
  • instadeepai/jumanjiAvatar de instadeepai

    instadeepai/jumanji

    841Voir sur GitHub↗

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

    Hardware-accelerated environments for industry-driven research.

    Python
    Voir sur GitHub↗841
  • yandexdataschool/agentnetAvatar de yandexdataschool

    yandexdataschool/AgentNet

    299Voir sur GitHub↗

    Deep Reinforcement Learning library for humans

    Library for deep reinforcement learning using Theano and Lasagne.

    Python
    Voir sur GitHub↗299
  • kaixhin/atariAvatar de Kaixhin

    Kaixhin/Atari

    264Voir sur GitHub↗

    Persistent advantage learning dueling double DQN for the Arcade Learning Environment

    Deep Q-networks and asynchronous agents implemented in Torch.

    Lua
    Voir sur GitHub↗264
  • resibots/blackdropsAvatar de resibots

    resibots/blackdrops

    66Voir sur GitHub↗

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

    Modular code for model-based policy search algorithms.

    C++
    Voir sur GitHub↗66
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Algorithm Implementations