fedden/poker_ai
A Texas Hold'em poker AI that uses Counterfactual Regret Minimization to play the game.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository provides an open-source implementation of a poker AI using Counterfactual Regret Minimization (CFR), the same game-theory technique behind top agents like Pluribus. It includes a custom poker hand evaluator and implements the core CFR algorithm for imperfect-information game playing. The project is designed to be installable as a Python package and targets Python 3.7+.