fedden / poker_ai

🤖 An Open Source Texas Hold'em AI
Other
1.35k stars 362 forks source link

running play with correct options still throws errors #156

Closed btcgodx closed 1 year ago

btcgodx commented 1 year ago

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

shmmathur commented 1 year ago

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