8000 GitHub - estela19/Poker: Poker implement with Cpp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

estela19/Poker

Repository files navigation

Poker

Build Status License: MIT Codacy Badge codecov Build status Total alerts Language grade: C/C++ CodeFactor

Poker implement with C++17

Key Features

  • C++17 based Poker environment
  • C++ API

TODO Features

  • Reinforcement learning agent
  • Python API

Quick Start

First of all, clone the code:

git clone --recursive https://github.com/estela19/Poker.git
cd Poker

C++ API

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

License

This project is licensed under the MIT License:
Copyright (C) 2019 Sooyeon Kim, Gyeonguk Chae, Junyeong Park

About

Poker implement with Cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0