Interesting follow-up: how long do they take to break out of the bad equilibrium if all start there? How about if we choose a less extreme bad equilibrium (say 80 degrees)?
By less extreme bad equilibrium, do you mean “play 79, until someone defects, and then play 80”? Or “play 80 or 100″?
Here is the Python script I’ve used: https://gist.github.com/ProgramCrafter/2af6a5b1cde0ff8995b9502f1c502151To make all agents start from Hell, you need to change line 31 to self.strategy = equilibrium.
self.strategy = equilibrium
Interesting follow-up: how long do they take to break out of the bad equilibrium if all start there? How about if we choose a less extreme bad equilibrium (say 80 degrees)?
By less extreme bad equilibrium, do you mean “play 79, until someone defects, and then play 80”? Or “play 80 or 100″?
Here is the Python script I’ve used: https://gist.github.com/ProgramCrafter/2af6a5b1cde0ff8995b9502f1c502151
To make all agents start from Hell, you need to change line 31 to
self.strategy = equilibrium
.