You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i finished training leduc_holdem_human.py and ran python leduc_holdem_human.py, the first game runs well. after that, i got the following error message:
Press any key to continue...
>> Start a new game
Traceback (most recent call last):
File "leduc_holdem_human.py", line 24, in <module>
final_state = trajectories[0][-1][-2]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
@simin75simin I didn't reproduce this error. Did you observe the same error when running the script again? I guess the problem should be that the opponent chooses to fold in the first round and the game ends without a final state of the human player.
OS: ubuntu 18.04
python version: 3.7.10
when i finished training leduc_holdem_human.py and ran
python leduc_holdem_human.py
, the first game runs well. after that, i got the following error message:The text was updated successfully, but these errors were encountered: