TrAyZeN / qlearning

A small C library to use Q-Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small C library to use Q-Learning

License:MIT License


Languages

Language:C 88.9%Language:Makefile 11.1%