player_id = -2 #1142
Answered
by
lanctot
blurblur12
asked this question in
Q&A
player_id = -2
#1142
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
lanctot
Nov 23, 2023
Replies: 1 comment
-
Ah yes, that is correct actually. -2 is a special player Id referring to a simultaneous move node (meaning multiple players act simultaneously), since this game is not turn-based. BTW, for the repeated version of the game, you need to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lanctot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah yes, that is correct actually. -2 is a special player Id referring to a simultaneous move node (meaning multiple players act simultaneously), since this game is not turn-based.
BTW, for the repeated version of the game, you need to use the
repeated_game
game transform:open_spiel/open_spiel/python/examples/roshambo_population_example.py
Line 192 in 03cf55f