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 Exact Computer is initialized with a Game object, we do not need to pass n_players specifically and could provide None and infer the n_players from the Game object. Hence, we could make n_players optional. Don't know if this is worth the effort because this change would introduce a regression.
The text was updated successfully, but these errors were encountered:
When Exact Computer is initialized with a Game object, we do not need to pass n_players specifically and could provide None and infer the n_players from the Game object. Hence, we could make n_players optional. Don't know if this is worth the effort because this change would introduce a regression.
The text was updated successfully, but these errors were encountered: