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
Traceback (most recent call last):
File "agent.py", line 751, in main
await game.play(game_id=game_id)
File "agent.py", line 684, in play
rad_rew = sum(players[TEAM_RADIANT].rewards[-1].values())
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "agent.py", line 797, in main
await game.play(game_id=game_id)
File "agent.py", line 730, in play
rad_rew = sum(players[TEAM_RADIANT].rewards[-1].values())
IndexError: list index out of range
Occasionally
The text was updated successfully, but these errors were encountered: