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
- Host: GitHub
- URL: https://github.com/vivelev/pokerbot-ai
- Owner: VIVelev
- License: mit
- Created: 2018-05-08T21:23:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T21:21:50.000Z (about 8 years ago)
- Last Synced: 2025-04-13T19:14:38.507Z (about 1 year ago)
- Topics: gambling-game, monte-carlo-simulation
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.