Skip to content

Classic reinforce learning algorithms' implementation. It will be merged with study-path repo. Implemented by Pytorch.

Notifications You must be signed in to change notification settings

Sh-Zh-7/reinforce-learning-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforce Learning

TODO list:

  1. QTabale
  • Sarsa
  • Q-learning
  1. DQN
  • DQN
  • Nature DQN
  • Double DQN
  • Prioritized Replay DQN
  • Dueling DQN
  1. Policy based
  • Monte-Carlo Policy Gradient
  • Proximal Policy Optimization
  1. ActorCritic
  • Actor Critic
  • Aynchronous Advantage Actor Critc
  • DDPG

About

Classic reinforce learning algorithms' implementation. It will be merged with study-path repo. Implemented by Pytorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages