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
32
32
The Iterated Prisoner's Dilemma
33
33
-------------------------------
34
34
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.
36
36
Players now aim to maximise the utility (corresponding to years in prison) over a repetition of the game.
37
37
Strategies can take in to account both players history and so can take the form:
38
38
Original file line number Diff line number Diff line change 22
22
sys .modules [mod_name ] = mock .Mock ()
23
23
24
24
# 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
26
26
27
27
# -- General configuration ------------------------------------------------
28
28
You can’t perform that action at this time.
0 commit comments