Closed ctosterhout closed 5 years ago
I'm getting an error on line 126 of player.py elif choice == Player.FOLD:
Should it be"action_idx" instead of "choice"? elif action_idx== Player.FOLD:
I'm getting an error on line 126 of player.py elif choice == Player.FOLD:
Should it be"action_idx" instead of "choice"? elif action_idx== Player.FOLD: