fedden / poker_ai

🤖 An Open Source Texas Hold'em AI
Other
1.34k stars 358 forks source link

Unable to play using poker_ai cli #163

Open shmmathur opened 1 year ago

shmmathur commented 1 year ago

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

roberthsheng commented 6 months ago

Hey @shmmathur, did you find a fix for this? I have the same error.