Skip to content

hongshanli23/RL-nuts-and-bolts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuts and bolts of reinforcement learning algorithms

Pytorch implementations of RL algorithms.

  • Common utilities applicable to all RL algorithms can be found in rlkits.
  • Algorithms can be found in rlalgos
  • Notes about the algorithms can be found in theory
  • Examples can be found in example
  • Experiments in Jupyter notebooks can be found in notebooks

To install the package

pip install -e .

Policy gradient methods

Reference

About

Implementation details of good stuff from RL community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published