In [2]:
%pylab inline
In [3]:
%run ../game_theory.py
In [5]:
BimatrixTwoStrategyGame.battleofthesexes().plot_payoff_space()
Out[5]:
In [6]:
BimatrixTwoStrategyGame.prisonersdilemma().plot_payoff_space()
Out[6]:
In [7]:
BimatrixTwoStrategyGame.matchingpennies().plot_payoff_space()
Out[7]:
In [20]: