-
**Is your feature request related to a problem? Please describe.**
Predict Poker Hand to train AI models in games
**Describe the solution you'd like**
Using ML algos and datasets predict Poker Hand…
-
**Describe the bug**
poker_ai play throws error. I pip-installed the poker_ai cli and then successfully ran the `poker_ai cluster && poker_ai train` commands.
However, poker_ai play --lut_path . …
-
**Describe the bug**
Followed the installation instructions `pip install poker_ai` which seems to complete successfully, however when running `poker_ai` in windows cmd I get the error command not fou…
-
**Describe the bug**
Installed poker_ai via pip then tried to run` poker_ai --help` and `poker_ai cluster` and was met with an EOFError
**To Reproduce**
Steps to reproduce the behavior:
1. pip i…
-
It seems like the logic of the game is not allowing double raise in 1 betting round. This would lead to an error in legal_actions:
```
Exception has occurred: ValueError
Action 'raise' not in leg…
-
Is there any help to create a strategy file?
File "C:\Users\Amir\PycharmProjects\poker_ai\poker_ai\terminal\runner.py", line 65, in run_terminal_app
offline_strategy_dict = joblib.load(strateg…
-
I am using numba from within a Jupyter notebook and encountered an error when I tried to access an array defined in a file. This is the first issue that I am reporting, so if there is anything I misse…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to play a round of poker but choosing each player's cards and the community cards myself. Currently I am onl…
-
## Main Feature
- Poker Game : ตัวเกมโป้กเกอร์
- Opponent AI : AI คู่แข่ง 1 คน
## Main UI
- Menu : เริ่มเกม, หน้าต่างในเกม, ตั้งค่า(ถ้ามี)
## ระบบแบบคร่าวๆ
- Gameplay : หลังจากกด เริ่มเกม จะทำกา…
-
OS: ubuntu
Memory: 32GB
CPU:13900k
poker_ai cluster --low_card_rank=10 --high_card_rank=14 --n_river_clusters=10 --n_turn_clusters=10 --n_flop_clusters=50
and got process killed due to OOM