Skip to content

paulorauber/rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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