Skip to content

Implement popular DRL algorithms (REINFORCE, PPO, DQN, Dueling Net, Prioritized Experience Replay, DDPG, MADDPG, A2C, etc.)

Notifications You must be signed in to change notification settings

yierw/Deep-Reinforcement-Learning-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRLexercises

Implement multiple deep RL algorithms:

  • REINFORCE
  • PPO
  • A2C: in progress
  • DQN: implement Deep Q network and double DQN algorithms
  • perDQN: implement Prioritized experience replay + double DQN
  • DuelingNet
  • NoisyNet: in progress
  • DDPG: in progress
  • MADDPG: in progress
  • TEST

About

Implement popular DRL algorithms (REINFORCE, PPO, DQN, Dueling Net, Prioritized Experience Replay, DDPG, MADDPG, A2C, etc.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •