Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 4.14 KB

File metadata and controls

55 lines (44 loc) · 4.14 KB

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