Python libraries for solving reinforcement learning problems implemented in OpenAI gym

This page summarizes the projects mentioned and recommended in the original post on /r/reinforcementlearning

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • d3rlpy

    An offline deep reinforcement learning library

  • rlai

    This is a Python implementation of concepts and algorithms described in "Reinforcement Learning: An Introduction" (Sutton and Barto, 2018, 2nd edition).

  • I've worked through several OpenAI Gym environments with my RL library, which is based almost entirely on the RL textbook by Sutton and Barto (case studies here). No neural networks, nothing too fancy. But I do explore JAX for policy gradient methods / continuous control.

  • 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
  • Coursera_Reinforcement_Learning

    Coursera Reinforcement Learning Specialization by University of Alberta & Alberta Machine Intelligence Institute

  • I meant State Of The Art (SOTA) ;) Look here for a simple implementation of Expected Sarsa ( you can also find sarsa on github) https://github.com/LucasBoTang/Coursera_Reinforcement_Learning/blob/master/02Sample-based_Learning_Methods/02Q-Learning_and_Expected_Sarsa.ipynb

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts