Skip to content
/ fqi Public

Simple C++ implementation of fitted Q iteration as in Ernst, Geurts, and Wehenkel 2005. With domains from my thesis and other common examples.

License

Notifications You must be signed in to change notification settings

rdvincent/fqi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c0137f · Oct 12, 2018

History

21 Commits
May 15, 2016
Apr 3, 2015
Oct 1, 2014
May 15, 2016
Oct 12, 2018
May 15, 2016
Oct 1, 2014
May 15, 2016
Apr 3, 2015
Oct 1, 2014
Oct 12, 2018
Apr 3, 2015
Oct 1, 2014
Apr 3, 2015
Oct 1, 2014
Oct 1, 2014
Apr 3, 2015
May 15, 2016
Oct 12, 2018

Repository files navigation

fqi

C++ implementation of fitted Q iteration as in Ernst, Geurts, and Wehenkel 2005.

Uses a simple implementation of extremely randomized trees, including both classification and regression.

With domains from my thesis and other continuous examples:

  • Mountain car
  • Bicycle balancing (Ernst 2005)
  • HIV (Adams 2004,2005; Ernst 2006)
  • Tass model of coupled oscillators
  • My simple model of fractionated radiation treatment for tumor cells.

Also includes some simple test cases based on data from UCI.

About

Simple C++ implementation of fitted Q iteration as in Ernst, Geurts, and Wehenkel 2005. With domains from my thesis and other common examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published