pygambit.gambit.Player#

class pygambit.gambit.Player#

A player in a Game.

Methods

Attributes

actions

Returns the set of actions available to the player at some information set.

game

Gets the Game to which the player belongs.

infosets

decisions for a personal player, or events for the chance player.

is_chance

Returns whether the player is the chance player.

label

Gets or sets the text label of the player.

max_payoff

Returns the largest payoff for the player in any play of the game.

min_payoff

Returns the smallest payoff for the player in any play of the game.

number

Returns the number of the player in its game.

sequences

Returns the collection of sequences belonging to the player.

strategies

Returns the collection of strategies belonging to the player.