pygambit.gambit.Player.infosets#
- Player.infosets#
Returns the set of information sets at which the player has the decision.
The iteration order of information sets is the order in which they are encountered in the pre-order depth first traversal of the game tree.
Changed in version 16.5.0: It is no longer necessary to call Game.sort_infosets to standardise iteration order.
- Raises:
UndefinedOperationError – If the game does not have a tree representation.
