Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster

Documentation

There are several documents for the RL-Toobox:
  • Manual : The manual is the first part of my Master Thesis.
  • Tutorial : A tutorial written by M. Pfeiffer. This tutorial is more compact and easier to read than the manual, it contains enough information for the most users.

Examples and Tutorials

There are a few small tutorials in the examples section , including a tutorial for gridworlds, a tutorial for creating your own environments and a tutorial for using hierarchical RL. There are additional examples included in the examples directory of the toolbox.

Class Reference

The online class reference can be found here . This reference can also be created locally by calling "make" in the doc directory (doxygen is needed on your system).