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.
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.