Skip to content

cskhu/RLStuff

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.4%
  • Python 0.6%