Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koda7/poker_analytics

Deployed Application - Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.
https://github.com/koda7/poker_analytics

enumeration monte-carlo-simulation poker python

Last synced: 7 days ago
JSON representation

Deployed Application - Implemented hand strength estimation, hand potential, and effective hand strength functions for NLH poker. Also, created Monte Carlo functions for preflop hand analysis.

Awesome Lists containing this project

README

        

# Poker-Analytics (Deployed)
## Description
- A direct implementation of **hand strength estimation**, **hand potential**, and **effective hand strength** functions for hands in No-Limit Hold’em (NLH) poker using **enumeration methods** in Python (information taken from [this paper](https://cdn.aaai.org/AAAI/1998/AAAI98-070.pdf))
- Developed Monte Carlo simulation-based functions for preflop hand analysis with a 3% margin of error and generated visualizations to display results
- The Deuces library has been used for for game simulation, hand evaluation etc.
Refer to `poker_report.pdf` for comprehensive information on all of the material and explanation of the code written for this project

## View App
https://pokeranalytics-production.up.railway.app/