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
Current theme: default
Less Wrong (text)
Less Wrong (link)
Arrow keys: Next/previous image
Escape or click: Hide zoomed image
Space bar: Reset image size & position
Scroll to zoom in/out
(When zoomed in, drag to pan; double-click to close)
Keys shown in yellow (e.g., ]) are accesskeys, and require a browser-specific modifier key (or keys).
]
Keys shown in grey (e.g., ?) do not require any modifier keys.
?
Esc
h
f
a
m
v
c
r
q
t
u
o
,
.
/
s
n
e
;
Enter
[
\
k
i
l
=
-
0
′
1
2
3
4
5
6
7
8
9
→
↓
←
↑
Space
x
z
`
g
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
.