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

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