rl

Top 23 rl Open-Source Projects

  • dopamine

    Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.

  • tianshou

    An elegant PyTorch deep reinforcement learning library.

  • Project mention: Is it better to not use the Target Update Frequency in Double DQN or depends on the application? | /r/reinforcementlearning | 2023-07-05

    The tianshou implementation I found at https://github.com/thu-ml/tianshou/blob/master/tianshou/policy/modelfree/dqn.py is DQN by default.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • muzero-general

    MuZero

  • Project mention: Open source rules engine for Magic: The Gathering | news.ycombinator.com | 2023-12-14

    I went looking for MuZero implementations in order to see how, exactly, they interact with the game space. Based on this one, which had the most stars in the muzero topic, it appears that it needs to be able to discern legal next steps from the current game state https://github.com/werner-duvaud/muzero-general/blob/master/...

    So, I guess for the cards Forge has implemented one could MuZero it, but I believe it's a bit chicken and egg with a "free text" game like M:TG -- in order to train one would need to know legal steps for any random game state, but in order to have legal steps one would need to be able to read and interpret English rules and card text

  • rl-baselines3-zoo

    A training framework for Stable Baselines3 reinforcement learning agents, with hyperparameter optimization and pre-trained agents included.

  • Project mention: Can't solve MountainCar-v0 with A2C algorithm (stable-baselines3) | /r/reinforcementlearning | 2023-06-27

    I'm trying to solve MountainCar-v0 enviroment from gymnasium with the A2C algorithm and the agent doesn't find a solution. I checked this so I added import stable_baselines3.common.sb2_compat.rmsprop_tf_like as RMSpropTFLike. Also checked the rl-baselines3-zoo for the hyperparameter tuning. So my code is:

  • rl-baselines-zoo

    A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.

  • rliable

    [NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.

  • Papers-in-100-Lines-of-Code

    Implementation of papers in 100 lines of code.

  • Project mention: How do I run this code from Papers in 100 lines of code? | /r/NeuralRadianceFields | 2023-09-22

    I wanted to try the some code written by Maxime Vandegar https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/tree/main/KiloNeRF_Speeding_up_Neural_Radiance_Fields_with_Thousands_of_Tiny_MLPs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • neptune-client

    📘 The MLOps stack component for experiment tracking

  • Project mention: Show HN: A gallery of dev tool marketing examples | news.ycombinator.com | 2023-10-07

    Hi I am Jakub. I run marketing at a dev tool startup https://neptune.ai/ and I share learnings on dev tool marketing on my blog https://www.developermarkepear.com/.

    Whenever I'd start a new marketing project I found myself going over a list of 20+ companies I knew could have done something well to “copy-paste” their approach as a baseline (think Tailscale, DigitalOCean, Vercel, Algolia, CircleCi, Supabase, Posthog, Auth0).

    So past year and a half, I’ve been screenshoting examples of how companies that are good at dev marketing do things like pricing, landing page design, ads, videos, blog conversion ideas. And for each example I added a note as to why I thought it was good.

    Now, it is ~140 examples organized by tags so you can browse all or get stuff for a particular topic.

    Hope it is helpful to some dev tool founders and marketers in here.

    wdyt?

    Also, I am always looking for new companies/marketing ideas to add to this, so if you’d like to share good examples I’d really appreciate it.

  • stable-baselines3-contrib

    Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code

  • Project mention: Problem with Truncated Quantile Critics (TQC) and n-step learning algorithm. | /r/reinforcementlearning | 2023-12-09

    # https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/blob/master/sb3_contrib/tqc/tqc.py :

  • skrl

    Modular reinforcement learning library (on PyTorch and JAX) with support for NVIDIA Isaac Gym, Isaac Orbit and Omniverse Isaac Gym

  • drq

    DrQ: Data regularized Q

  • opennars

    OpenNARS for Research 3.0+

  • learning-to-drive-in-5-minutes

    Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes

  • stable-baselines

    Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms (by Stable-Baselines-Team)

  • Pytorch-PCGrad

    Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"

  • BakkesModSDK

    The current BakkesModSDK (Unofficial SDK for Rocket League)

  • Project mention: How do we upload videos? | /r/RocketLeagueSchool | 2023-06-25

    Install BakkesMod

  • rsrl

    A fast, safe and easy to use reinforcement learning framework in Rust.

  • pytorch-learn-reinforcement-learning

    A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems. I've additionally included playground.py for learning more about OpenAI gym, etc.

  • BakkesMod2-Plugins

    Default plugins for BakkesMod 2 (A Rocket League training framework)

  • DeepBeerInventory-RL

    The code for the SRDQN algorithm to train an agent for the beer game problem

  • Project mention: economics-related project idea | /r/csMajors | 2023-06-09
  • bevy_rl

    Reinforcement Learning environments with Bevy

  • Gradient-Samples

    Samples for TensorFlow binding for .NET by Lost Tech

  • Stochastic-muzero

    Pytorch Implementation of Stochastic MuZero for gym environment. This algorithm is capable of supporting a wide range of action and observation spaces, including both discrete and continuous variations.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

rl related posts

Index

What are some of the best open-source rl projects? This list will help you:

Project Stars
1 dopamine 10,367
2 tianshou 7,378
3 muzero-general 2,373
4 rl-baselines3-zoo 1,777
5 rl-baselines-zoo 1,106
6 rliable 694
7 Papers-in-100-Lines-of-Code 572
8 neptune-client 531
9 stable-baselines3-contrib 422
10 skrl 401
11 drq 398
12 opennars 369
13 learning-to-drive-in-5-minutes 277
14 stable-baselines 277
15 Pytorch-PCGrad 265
16 BakkesModSDK 210
17 rsrl 162
18 pytorch-learn-reinforcement-learning 139
19 BakkesMod2-Plugins 94
20 DeepBeerInventory-RL 72
21 bevy_rl 65
22 Gradient-Samples 61
23 Stochastic-muzero 41

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com