Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.01 KB

texasholdem

Code for the determination of hand ranks and values in Texas Hold'em.

Overview

I suppose I could go all-in on this project, add support for betting, player agents with various strategies, and create a testbed/simulator, but... there's gotta be a gazillion of those things already.

I was really just interested in understanding how to calculate those win probability estimates you see watching WSOP on ESPN and such. I obtained validation for my use of a Monte Carlo approach for the timely estimation of pre-flop odds from [1], which was a useful reference.

Neither the prettiest nor fastest code, but perhaps useful pedagogically, which was the whole idea.

References

[1] Teófilo, L. F. Estimating the Probability of Winning for Texas Hold’em Poker Agents.