Skip to content
/ rpg Public
forked from paulorauber/rpg

Recurrent policy gradients in tensorflow

License

Notifications You must be signed in to change notification settings

cjtay2027/rpg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Recurrent policy gradients

This project contains a simple tensorflow implementation of recurrent policy gradients [1]. For an alternative presentation of recurrent policy gradients, see [2].

This implementation is not particularly clear, efficient, well tested, or numerically stable. We advise against using this software for nondidactic purposes.

This software is licensed under the MIT License.

Examples

See the examples directory. Remember to add the (outermost) rpg folder to the PYTHONPATH.

References

[1] Wierstra, D., Förster, A., Peters, J., Schmidhuber, J. Recurrent policy gradients. Logic Journal of IGPL, 2010.

[2] Rauber, P. Notes on Reinforcement Learning. Available at paulorauber.com.

About

Recurrent policy gradients in tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%