Skip to content

pierandom/deep-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Reinforcement Learning

Implementation of various reinforcement learning algorithms following OpenAI Spinning Up guide.

Algorithms

  • Vanilla Policy Gradient (VPG)
  • Proximal Policy Optimization (PPO)
  • Twin Delayed Deep Deterministic Policy Gradient (TD3)

Solved Environments

Here is a list of environments from OpenAI's gym toolkit solved with the above algorithms (link to video of solution in parenthesis).

  • CartPole-v0 (VPG, PPO)
  • LunarLander-v2 (PPO)
  • Pendulum-v1 (TD3)

About

Implementation of Deep Reinforcement Learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages