Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MonkeyJohn/rl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About
-----
Reinforcement learning in python.

This code is intended mainly as proof of concept of the algorithms presented in 
[1]. The implementations are 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. 

Features
--------
Agents:
    Model-based (value and policy iteration)
    Model-free (Monte Carlo, Sarsa, Q-learning and variations)
    Model-building (Dyna-Q)

Examples
--------
See the examples directory.

References
----------
[1] Sutton, R.S. and Barto, A.G. Reinforcement Learning: An Introduction.
 MIT Press, 1998.
    

About

Reinforcement learning in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%