File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ By simply investigating the best responses against both possible actions of each
3232The Iterated Prisoner's Dilemma
3333-------------------------------
3434
35- We can use the basic Prisoner's Dilemma as a _stage_ game in a repeated game.
35+ We can use the basic Prisoner's Dilemma as a * stage * game in a repeated game.
3636Players now aim to maximise the utility (corresponding to years in prison) over a repetition of the game.
3737Strategies can take in to account both players history and so can take the form:
3838
Original file line number Diff line number Diff line change 2222 sys .modules [mod_name ] = mock .Mock ()
2323
2424# Adds absolute path to axelrod module
25- # sys.path.insert(0, os.path.abspath('../')) # Adding path to module
25+ sys .path .insert (0 , os .path .abspath ('../' )) # Adding path to module
2626
2727# -- General configuration ------------------------------------------------
2828
You can’t perform that action at this time.
0 commit comments