MaartenGr / ReinforcementLearning

Train SOTA RL-algorithms using Stable Baselines and Gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning

Code and instructions for techniques to apply reinforcement learning in only a few lines of code.

In this repo, you will find the code and instructions for this article. It is advised to read through the article whilst coding along using the Reinforcement Learning.ipynb notebook.

This repo and the corresponding article describe several methods for simplifying your reinforcement learning code:

  • Stable-baselines
  • Gym
  • Retro
  • Procgen
  • MlAgents

About

Train SOTA RL-algorithms using Stable Baselines and Gym


Languages

Language:Jupyter Notebook 91.7%Language:Python 8.3%