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):
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):