WARNING!
This repo is very far from finished! Currently it has no use at all..
A collection of board and card games implemented as reinforcement learning environments, together with proposed solutions.
You can build the project using CMake
:
cmake -S . -B build
cmake --build build
To do all the unittests, you can do:
cd build/
ctest