forked from paulorauber/rl
-
Notifications
You must be signed in to change notification settings - Fork 1
Reinforcement learning in python
License
MonkeyJohn/rl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Python 100.0%