Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.MixedBehaviorProfile.mixed_actions#

MixedBehaviorProfile.mixed_actions() Iterator[Tuple[Infoset, MixedAction], None, None]#

Iterate over the mixed actions specified by the profile.

New in version 16.2.0.

Yields:
  • infoset (Infoset) – An information set in the game

  • action (MixedAction) – The mixed action specified at the information set by the profile.