pygambit.gambit.BehaviorSupport.__getitem__#
- BehaviorSupport.__getitem__()#
Returns the action support at the information set selector resolves to.
- Parameters:
selector (Selector) – An H-built expression resolving to a single node belonging to the information set to return the support for.
- Raises:
TypeError – If selector is not a
Selector.ValueError – If selector resolves to a terminal node, which belongs to no information set, or to a chance event.
MismatchError – If the resolved information set does not belong to this player.
