wenkesj / holdem

:black_joker: OpenAI Gym No Limit Texas Hold 'em Environment for Reinforcement Learning
162 stars 62 forks source link

player.py line 126 #4

Closed ctosterhout closed 5 years ago

ctosterhout commented 6 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: