petrosDemetrakopoulos / TexasHoldemMonteCarloSimulation

Simulating the outcome of a Texas Hold'em poker game using the Monte Carlo method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estimating the outcome of a Texas hold'em game using Monte Carlo simulation

In this project, we demonstrate how we can simulate the outcome of a Texas Hold'em poker game given a personal hand and the first 3 community (table) cards (flop round). The code simulates the game from this point onwards and return the expectations of the win, lose or split probabilities for the given personal hand.

This repository accompanies this Medium Article about Monte Carlo Estimation of the outcoma of a Texas hold'em game.

About

Simulating the outcome of a Texas Hold'em poker game using the Monte Carlo method


Languages

Language:Python 100.0%