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
Hi! I tried your code and I find that the last line in nash_grid.py should be:
print("Player 2 plays", c, equilibriums[1][c], "percent of the time")
rather than
print("Player 2 plays", c, equilibriums[0][c], "percent of the time")
in your script.
The text was updated successfully, but these errors were encountered:
Hi! I tried your code and I find that the last line in nash_grid.py should be:
print("Player 2 plays", c, equilibriums[1][c], "percent of the time")
rather than
print("Player 2 plays", c, equilibriums[0][c], "percent of the time")
in your script.
The text was updated successfully, but these errors were encountered: