Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 803 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 803 Bytes

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