/qlearning

A small C library to use Q-Learning

Primary LanguageCMIT LicenseMIT

qlearning

A short C library to use Q-Learning

Requirements

Install

git clone https://github.com/TrAyZeN/qlearning.git
cd qlearning
make

Usage

You can run the examples by doing:

make examples

License

MIT TrAyZeN