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

https://github.com/vpj/poker

🃏♠️♥️♦️♣️
https://github.com/vpj/poker

lab-ml leduc-holdem-poker poker

Last synced: about 2 months ago
JSON representation

🃏♠️♥️♦️♣️

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