Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 428 Bytes

File metadata and controls

5 lines (5 loc) · 428 Bytes

Template Python Poker Bot

This repo is a template for a Turing Poker bot written in Python. Two sample bots are included. The first, main.py, is a simple bot that always checks or calls. The second, kellycriterion.py, simulates potential game outcomes to estimate the probability of winning the current hand, and uses the Kelly Criterion to determine the optimal bet size.