Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.MixedBehavior#

class pygambit.gambit.MixedBehavior(profile: MixedBehaviorProfile, player: Player)#

A set of probability distributions describing a player’s behavior.

A MixedBehavior represents the component of a MixedBehaviorProfile associated with a given Player. The full profile is accessible via the profile attribute, and the player for whom the MixedBehavior applies is accessible via player.

Methods

mixed_actions()

Iterate over the mixed actions specified by the mixed behavior.

Attributes

player

The player for whom this mixed behavior strategy is defined.

profile

The full profile of which this is a part.