Skip to content
/ rl Public

Library with implementations of different reinforcement learning algorithms

Notifications You must be signed in to change notification settings

wingedsheep/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rl

Library with implementations of different reinforcement learning algorithms

Implemented:

  • Deep Q learning (implemented with target network and experience replay)
  • Simulated annealing

Todo:

  • Genetic algorithm (in repo but not yet finished)
  • TRPO (trust region policy optimization)
  • CEM (cross-entropy method)
  • Advantage learning

About

Library with implementations of different reinforcement learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages