You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
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 . throws error.
To Reproduce
virtualenv .cli
source .cli/bin/activate
pip install poker_ai
poker_ai cluster
poker_ai train start # This shows as 100% but the command never exits
poker_ai start --lut_path . # this throws error "FileNotFoundError: [Errno 2] No such file or directory: ''
Expected behavior
Should be able to play with bot!
Screenshots
Let me know if you need this.
Desktop (please complete the following information):
OS: Ubuntu-20
Python version: 3.8
Browser None
The text was updated successfully, but these errors were encountered:
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 . throws error.
To Reproduce
virtualenv .cli
source .cli/bin/activate
pip install poker_ai
poker_ai cluster
poker_ai train start # This shows as 100% but the command never exits
poker_ai start --lut_path . # this throws error "FileNotFoundError: [Errno 2] No such file or directory: ''
Expected behavior
Should be able to play with bot!
Screenshots
Let me know if you need this.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: