https://github.com/vpj/poker
🃏♠️♥️♦️♣️
https://github.com/vpj/poker
lab-ml leduc-holdem-poker poker
Last synced: about 2 months ago
JSON representation
🃏♠️♥️♦️♣️
- Host: GitHub
- URL: https://github.com/vpj/poker
- Owner: vpj
- Created: 2020-05-07T09:19:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T13:15:27.000Z (over 5 years ago)
- Last Synced: 2025-05-05T16:05:05.235Z (5 months ago)
- Topics: lab-ml, leduc-holdem-poker, poker
- Language: Jupyter Notebook
- Homepage:
- Size: 1.92 MB
- Stars: 26
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poker 🃏♠️♥️♦️♣️
## Roadmap
* Vectorized [poker hand evaluator](https://github.com/lab-ml/poker/tree/master/poker/game) ✅
* Neural netowrk to predict [which player won](https://github.com/lab-ml/poker/tree/master/who_won) ✅
* Neural netowrk to predict [winning probabilities](https://github.com/lab-ml/poker/tree/master/probabilities) ✅
* [CFR for Kuhn Poker](https://github.com/lab-ml/poker/tree/master/kuhn_cfr) ✅
* [CFR for Leduc Holdem Poker](https://github.com/lab-ml/poker/blob/master/cfr/leduc.py) ✅
* Public Chance Sampling for Leduc Holdem Poker