Skip to content

Reinforcement Learning tutorial by pytorch

Notifications You must be signed in to change notification settings

jamesrichter/RL-Pytorch-cartpole

Repository files navigation

RL-Pytorch-Cartpole

Reinforcement Learning tutorial by pytorch

Implemented algorithms:

  • Deep Q-Learning (DQN)
  • Double DQN
  • Dueling DQN
  • Policy Gradient

Learning & Playing

Max step : 1000

DQN

alt text

Playing :

alt text

Double DQN

alt text

Playing :

alt text

Dueling DQN

alt text

Playing :

alt text

Policy Gradient

More stable, Faster(not needed replay memory), more simple(not needed customizing policy) alt text

Playing :

alt text

About

Reinforcement Learning tutorial by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages