Skip to content

Commit f31406a

Browse files
committed
Ignore self interactions.
1 parent 0d9a973 commit f31406a

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

docs/tutorials/getting_started/tournament_results.rst

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,10 @@ This gives for each player, against each opponent every payoff received for
111111
each repetition::
112112

113113
>>> pprint.pprint(results.payoffs)
114-
[[[3.0, 3.0, 3.0, 3.0, 3.0, 3.0],
115-
[0.0, 0.0, 0.0],
116-
[3.0, 3.0, 3.0],
117-
[3.0, 3.0, 3.0]],
118-
[[5.0, 5.0, 5.0],
119-
[1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
120-
[1.4, 1.4, 1.4],
121-
[1.4, 1.4, 1.4]],
122-
[[3.0, 3.0, 3.0],
123-
[0.9, 0.9, 0.9],
124-
[3.0, 3.0, 3.0, 3.0, 3.0, 3.0],
125-
[3.0, 3.0, 3.0]],
126-
[[3.0, 3.0, 3.0],
127-
[0.9, 0.9, 0.9],
128-
[3.0, 3.0, 3.0],
129-
[3.0, 3.0, 3.0, 3.0, 3.0, 3.0]]]
114+
[[[3.0, 3.0, 3.0], [0.0, 0.0, 0.0], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]],
115+
[[5.0, 5.0, 5.0], [1.0, 1.0, 1.0], [1.4, 1.4, 1.4], [1.4, 1.4, 1.4]],
116+
[[3.0, 3.0, 3.0], [0.9, 0.9, 0.9], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]],
117+
[[3.0, 3.0, 3.0], [0.9, 0.9, 0.9], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]]]
130118

131119

132120
Payoff matrix

0 commit comments

Comments
 (0)