/RLStuff

A collection of reinforcement learning algorithm implementations

Primary LanguageJupyter Notebook

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