Skip to content

Releases: alexge233/relearn

first stable and tested version

13 Jul 17:27
Compare
Choose a tag to compare

This is the first stable and tested version, July 2017.
It has the following algorithms:

  • q-learning (deterministic)
  • q-probabilistic (non-deterministic)

It supports serialization via boost and has some rudimentary unit tests, logic tests and serialization tests.