ghadiaravi13 / RLStuff

A collection of reinforcement learning algorithm implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLStuff

A collection of me playing around with Reinforcement Learning and other stuff. See more on my blog.

Implemented Algorithms

Interesting papers

My Blog Posts

Genetic Algorithms

Q Learning

Policy Gradients

Actor-Critic

Deterministic Policy Gradients

Policy Optimization Algorithms

Environments

ROMS:

  • ROMs of Atari games I've used in my code. Note that with the latest version of OpenAI's gym, you need to import ROMs manually to run Atari environments.

ContinuousCartPole

  • An implementation of CartPole with continuous action space by iandanforth

About

A collection of reinforcement learning algorithm implementations


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%