Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.MixedAction#

class pygambit.gambit.MixedAction(profile: MixedBehaviorProfile, infoset: Infoset)#

A probability distribution over a player’s actions at an information set.

A MixedAction represents a component of a MixedBehaviorProfile. The full profile is accessible via the profile attribute, and the information set at which the MixedAction applies is accessible via infoset.

Methods

Attributes

infoset

The information set over which this mixed action is defined.

profile

The full profile of which this is a part.