zanussbaum/pluribus
An attempt at a Python implementation of Pluribus, a No-Limits Hold'em Poker Bot
This project helps you explore and understand strategies for playing poker variants, specifically Kuhn Poker and Leduc Hold'em. It takes in the rules of these simplified poker games and outputs optimal playing strategies based on Monte Carlo Counterfactual Regret Minimization and Depth Limited Search. This is useful for researchers in game theory or AI, or anyone interested in developing advanced poker AI.
106 stars. No commits in the last 6 months.
Use this if you are developing or studying AI agents for simplified poker games and need a robust implementation of game theory algorithms like MCCFR and Depth Limited Search.
Not ideal if you are looking for a complete, production-ready bot for playing No-Limit 6-player Hold'em, as this focuses on simplified variants and core algorithms.
Stars
106
Forks
19
Language
Python
License
—
Category
Last pushed
Oct 15, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zanussbaum/pluribus"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
uoftcprg/pokerkit
An open-source Python library for poker game simulations, hand evaluations, and statistical analysis
benedekrozemberczki/awesome-monte-carlo-tree-search-papers
A curated list of Monte Carlo tree search papers with implementations.
dickreuter/Poker
Fully functional Pokerbot that works on PartyPoker, PokerStars and GGPoker, scraping tables with...
fedden/poker_ai
🤖 An Open Source Texas Hold'em AI
EricSteinberger/PokerRL
Framework for Multi-Agent Deep Reinforcement Learning in Poker