fedden / poker_ai

🤖 An Open Source Texas Hold'em AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running play with correct options still throws errors

btcgodx opened this issue · comments

running poker_ai play with all the correct options and paths still throws an error:

/poker_ai/terminal/runner.py", line 185, in run_terminal_app
log.info(f"{current_player_name} chose {action}")
UnboundLocalError: local variable 'action' referenced before assignment

I can see some cards dealt but I am never able to input anything before that error comes

@btcgodx were you able to resolve this? I am stuck with the same error.