Poker implement with C++17
- C++17 based Poker environment
- C++ API
- Reinforcement learning agent
- Python API
First of all, clone the code:
git clone --recursive https://github.com/estela19/Poker.git
cd Poker
For Linux, macOS or Windows Subsystem for Linux(WSL):
make build && build
cmake ..
make
For Windows:
mkdir build
cd build
cmake .. -G"Visual Studio 16 2019" -A x64
MSBuild Poker.sln /p:Configuration=Release
This project is licensed under the MIT License:
Copyright (C) 2019 Sooyeon Kim, Gyeonguk Chae, Junyeong Park