Skip to main content
The package for computation in game theory
Back to top
Ctrl
+
K
Gambit 17.0.0-beta.1 documentation
Install
Equilibrium computation
PyGambit
CLI
GUI
More
Generating games for the catalog
Developer docs
Game representation formats
Bibliography
Detailed table of contents
GitHub
Releases
Older releases
Cite Gambit
Search
Ctrl
+
K
System Settings
Light
Dark
GitHub
Search
Ctrl
+
K
Install
Equilibrium computation
PyGambit
CLI
GUI
Generating games for the catalog
Developer docs
Game representation formats
Bibliography
Detailed table of contents
GitHub
Releases
Older releases
Cite Gambit
System Settings
Light
Dark
GitHub
Collapse Sidebar
Expand Sidebar
Section Navigation
1) Getting started with Gambit
2) Extensive-form games
3) Stripped-down poker
4) Creating publication-ready game images
Generating starting points for algorithms
Quantal response equilibria
Agent and standard notions of extensive form games
Using Gambit with OpenSpiel
Generating games with GAMUT
API documentation
pygambit.gambit.Game
pygambit.gambit.History
pygambit.gambit.TreeLayout
pygambit.gambit.TreeLayoutCoordinates
pygambit.gambit.read_gbt
pygambit.gambit.read_efg
pygambit.gambit.read_nfg
pygambit.gambit.read_agg
pygambit.gambit.read_bagg
pygambit.gambit.Game.new_tree
pygambit.gambit.Game.new_table
pygambit.gambit.Game.from_arrays
pygambit.gambit.Game.to_arrays
pygambit.gambit.Game.from_dict
pygambit.gambit.Game.to_efg
pygambit.gambit.Game.to_nfg
pygambit.gambit.Game.to_html
pygambit.gambit.Game.to_latex
pygambit.gambit.layout_tree
pygambit.gambit.Game.append_move
pygambit.gambit.Game.append_infoset
pygambit.gambit.Game.append_event
pygambit.gambit.Game.insert_move
pygambit.gambit.Game.insert_infoset
pygambit.gambit.Game.insert_event
pygambit.gambit.Game.copy_tree
pygambit.gambit.Game.move_tree
pygambit.gambit.Game.delete_parent
pygambit.gambit.Game.delete_tree
pygambit.gambit.Game.make_infoset
pygambit.gambit.Game.make_event
pygambit.gambit.Game.relabel_actions
pygambit.gambit.Game.set_move_actions
pygambit.gambit.Game.set_event_actions
pygambit.gambit.Game.relabel_players
pygambit.gambit.Game.set_players
pygambit.gambit.Game.relabel_strategies
pygambit.gambit.Game.set_strategies
pygambit.gambit.Game.make_outcome
pygambit.gambit.Game.make_outcome_null
pygambit.gambit.Game.relabel_outcomes
pygambit.gambit.Game.set_outcome_payoffs
pygambit.gambit.Game.title
pygambit.gambit.Game.description
pygambit.gambit.Game.is_const_sum
pygambit.gambit.Game.is_tree
pygambit.gambit.Game.is_perfect_recall
pygambit.gambit.Game.has_perfect_recall
pygambit.gambit.Game.players
pygambit.gambit.Game.min_payoff
pygambit.gambit.Game.max_payoff
pygambit.gambit.Game.get_min_payoff
pygambit.gambit.Game.get_max_payoff
pygambit.gambit.Game.get_infosets
pygambit.gambit.Game.get_events
pygambit.gambit.Game.get_strategies
pygambit.gambit.Game.contingencies
pygambit.gambit.Game.get_outcome
pygambit.gambit.Game.get_outcomes
pygambit.gambit.Game.get_outcome_payoffs
pygambit.gambit.Game.get_payoffs
pygambit.gambit.Game.get_subgame_roots
pygambit.gambit.Game.get_minimal_subgame
pygambit.gambit.Game.get_strategy_unreachable
pygambit.gambit.Game.mixed_strategy_profile
pygambit.gambit.Game.random_strategy_profile
pygambit.gambit.Game.mixed_behavior_profile
pygambit.gambit.Game.random_behavior_profile
pygambit.gambit.Game.strategy_support_profile
pygambit.gambit.Game.behavior_support_profile
pygambit.gambit.PlayerIndexedVector
pygambit.gambit.PlayerIndexedVector.__iter__
pygambit.gambit.PlayerIndexedVector.__getitem__
pygambit.gambit.StrategyIndexedVector
pygambit.gambit.StrategyIndexedVector.__iter__
pygambit.gambit.StrategyIndexedVector.__getitem__
pygambit.gambit.HistoryIndexedVector
pygambit.gambit.HistoryIndexedVector.__iter__
pygambit.gambit.HistoryIndexedVector.__getitem__
pygambit.gambit.InfosetIndexedVector
pygambit.gambit.InfosetIndexedVector.__iter__
pygambit.gambit.InfosetIndexedVector.__getitem__
pygambit.gambit.MixedStrategyProfile
pygambit.gambit.MixedStrategyProfile.game
pygambit.gambit.MixedStrategyProfile.__iter__
pygambit.gambit.MixedStrategyProfile.__getitem__
pygambit.gambit.MixedStrategyProfile.__setitem__
pygambit.gambit.MixedStrategyProfile.set_mixed_strategy
pygambit.gambit.MixedStrategyProfile.payoffs
pygambit.gambit.MixedStrategyProfile.strategy_values
pygambit.gambit.MixedStrategyProfile.strategy_regrets
pygambit.gambit.MixedStrategyProfile.player_regrets
pygambit.gambit.MixedStrategyProfile.max_regret
pygambit.gambit.MixedStrategyProfile.liap_value
pygambit.gambit.MixedStrategyProfile.as_behavior
pygambit.gambit.MixedStrategyProfile.as_float
pygambit.gambit.MixedStrategyProfile.normalize
pygambit.gambit.MixedStrategyProfile.copy
pygambit.gambit.MixedStrategy
pygambit.gambit.MixedStrategy.__iter__
pygambit.gambit.MixedStrategy.__getitem__
pygambit.gambit.PayoffVector
pygambit.gambit.PlayerRegretVector
pygambit.gambit.StrategyValueVector
pygambit.gambit.StrategyRegretVector
pygambit.gambit.StrategyValuesVector
pygambit.gambit.StrategyRegretsVector
pygambit.gambit.MixedBehaviorProfile
pygambit.gambit.MixedBehaviorProfile.game
pygambit.gambit.MixedBehaviorProfile.__iter__
pygambit.gambit.MixedBehaviorProfile.__getitem__
pygambit.gambit.MixedBehaviorProfile.__setitem__
pygambit.gambit.MixedBehaviorProfile.set_mixed_action
pygambit.gambit.MixedBehaviorProfile.payoffs
pygambit.gambit.MixedBehaviorProfile.action_values
pygambit.gambit.MixedBehaviorProfile.action_regrets
pygambit.gambit.MixedBehaviorProfile.infoset_values
pygambit.gambit.MixedBehaviorProfile.infoset_regrets
pygambit.gambit.MixedBehaviorProfile.history_values
pygambit.gambit.MixedBehaviorProfile.realiz_probs
pygambit.gambit.MixedBehaviorProfile.infoset_probs
pygambit.gambit.MixedBehaviorProfile.event_probs
pygambit.gambit.MixedBehaviorProfile.beliefs
pygambit.gambit.MixedBehaviorProfile.agent_max_regret
pygambit.gambit.MixedBehaviorProfile.agent_liap_value
pygambit.gambit.MixedBehaviorProfile.max_regret
pygambit.gambit.MixedBehaviorProfile.liap_value
pygambit.gambit.MixedBehaviorProfile.as_strategy
pygambit.gambit.MixedBehaviorProfile.as_float
pygambit.gambit.MixedBehaviorProfile.normalize
pygambit.gambit.MixedBehaviorProfile.copy
pygambit.gambit.MixedBehavior
pygambit.gambit.MixedBehavior.__iter__
pygambit.gambit.MixedBehavior.__getitem__
pygambit.gambit.MixedAction
pygambit.gambit.MixedAction.__iter__
pygambit.gambit.MixedAction.__getitem__
pygambit.gambit.InfosetValueVector
pygambit.gambit.InfosetRegretVector
pygambit.gambit.InfosetProbVector
pygambit.gambit.EventProbVector
pygambit.gambit.ActionValueVector
pygambit.gambit.ActionRegretVector
pygambit.gambit.ActionValuesVector
pygambit.gambit.ActionRegretsVector
pygambit.gambit.RealizProbVector
pygambit.gambit.BeliefVector
pygambit.gambit.HistoryValueVector
pygambit.gambit.HistoryValuesVector
pygambit.gambit.StrategySupportProfile
pygambit.gambit.StrategySupportProfile.game
pygambit.gambit.StrategySupportProfile.__iter__
pygambit.gambit.StrategySupportProfile.__getitem__
pygambit.gambit.StrategySupportProfile.__setitem__
pygambit.gambit.StrategySupportProfile.copy
pygambit.gambit.StrategySupportProfile.restrict
pygambit.gambit.StrategySupportProfile.is_dominated
pygambit.gambit.StrategySupport
pygambit.gambit.StrategySupport.player
pygambit.gambit.StrategySupport.__iter__
pygambit.gambit.StrategySupport.__contains__
pygambit.gambit.BehaviorSupportProfile
pygambit.gambit.BehaviorSupportProfile.game
pygambit.gambit.BehaviorSupportProfile.__iter__
pygambit.gambit.BehaviorSupportProfile.__getitem__
pygambit.gambit.BehaviorSupportProfile.__setitem__
pygambit.gambit.BehaviorSupportProfile.copy
pygambit.gambit.BehaviorSupportProfile.is_infoset_reachable
pygambit.gambit.BehaviorSupport
pygambit.gambit.BehaviorSupport.player
pygambit.gambit.BehaviorSupport.__iter__
pygambit.gambit.BehaviorSupport.__getitem__
pygambit.gambit.ActionSupport
pygambit.gambit.ActionSupport.history
pygambit.gambit.ActionSupport.__iter__
pygambit.gambit.ActionSupport.__contains__
pygambit.supports.undominated_strategies_solve
pygambit.nash.enumpure_solve
pygambit.nash.enumpure_agent_solve
pygambit.nash.enummixed_solve
pygambit.nash.enumpoly_solve
pygambit.nash.lp_solve
pygambit.nash.lcp_solve
pygambit.nash.liap_solve
pygambit.nash.liap_agent_solve
pygambit.nash.logit_solve
pygambit.nash.simpdiv_solve
pygambit.nash.ipa_solve
pygambit.nash.gnm_solve
pygambit.nash.hp_solve
pygambit.nash.NashResultBase
pygambit.nash.EnumPureResult
pygambit.nash.EnumMixedResult
pygambit.nash.EnumPolyResult
pygambit.nash.LpResult
pygambit.nash.LcpStrategyResult
pygambit.nash.LcpBehaviorResult
pygambit.nash.LiapResult
pygambit.nash.LogitResult
pygambit.nash.SimpdivResult
pygambit.nash.IPAResult
pygambit.nash.GNMResult
pygambit.nash.HPResult
pygambit.qre.logit_solve_branch
pygambit.qre.logit_solve_lambda
pygambit.qre.logit_estimate
pygambit.qre.LogitQREMixedStrategyFitResult
pygambit.qre.LogitQREMixedBehaviorFitResult
pygambit.catalog.load
pygambit.catalog.generate_openspiel
pygambit.catalog.generate_gamut
pygambit.catalog.gamut_games
pygambit.catalog.games
PyGambit
API documentation
pygambit.gambit.StrategySupport.player
pygambit.gambit.StrategySupport.player
#
StrategySupport.
player
#
On this page
StrategySupport.player
Show Source