librl is a C++ header-only library for decision making under uncertainty via Reinforcement Learning.
You need the following libraries before installing librl:
- mlpack (https://github.com/mlpack/mlpack)
- Boost (http://www.boost.org/)
librl is an header-only library, therefore you only need to copy the hpp files into your include directory. To make the classes available for your projects (globally), simply download and install the package as follows:
git clone https://github.com/xetqL/librl.git
cd librl
sudo make install
If you have any questions, please ask: [anthony.boulmier@unige.ch]