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

https://github.com/vivelev/pokerbot-ai

Poker Bot
https://github.com/vivelev/pokerbot-ai

gambling-game monte-carlo-simulation

Last synced: 8 months ago
JSON representation

Poker Bot

Awesome Lists containing this project

README

          

# PokerBot-AI
Poker Bot

## How to start a poker game versus my poker bot (Mac OSX / Linux)
Run the following in the console/terminal:
```
git clone https://github.com/VIVelev/PokerBot-AI
cd PokerBot-AI
pip3 install -r requirements.txt
pypokergui serve poker_conf.yaml --port 8000 --speed moderate
```

Enjoy! Good luck with beating him.

P.S.
If you have any errors running the Python tornado server
chek [this](https://github.com/ishikota/PyPokerGUI/issues/6) out.