oscar6echo / Poker2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texas Hold'em Poker Hand Evaluator

This is an exploration of the Texas Hold'em Poker game, in python and javascript.
An IPython notebook (here it is in its html form) presents the algorithm, originally from SpecialK and the main results.
The tables are available in csv format.
The repo contains fast (jit numba accelerated) Python script to create the tables.
The main results are also available as d3.js visualisations :

And an odd calculator (also d3.js based) :

  • running exhaustively if all player's cards are known.
  • running montecarlo simulations if only one player's cards are known (and some other players's cards may be gueesed).

About


Languages

Language:HTML 48.2%Language:Jupyter Notebook 35.0%Language:JavaScript 8.2%Language:Python 8.0%Language:CSS 0.5%Language:Shell 0.0%