An open API service indexing awesome lists of open source software.

https://github.com/jloveric/reinforcement

Generic c++ reinforcement learning library
https://github.com/jloveric/reinforcement

Last synced: 2 months ago
JSON representation

Generic c++ reinforcement learning library

Awesome Lists containing this project

README

        

# reinforcement
Generic c++20 reinforcement learning library. Major work in progress. As of this writing c++20 modules are still
too buggy so resorting to header files! I don't recommend using this at this point, right now it's mainly for my own learning.
```
cmake .
make
```
and then run
```
./reinforce
```
run the tests
```
ctest
```
I'll make a docker container for this at some point, but for now
gonna need boost for testing
```
sudo apt-get install libboost-all-dev
```
install ncurses
```
sudo apt-get install libncurses5-dev libncursesw5-dev
```