We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9a973 commit f31406aCopy full SHA for f31406a
docs/tutorials/getting_started/tournament_results.rst
@@ -111,22 +111,10 @@ This gives for each player, against each opponent every payoff received for
111
each repetition::
112
113
>>> 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
126
127
128
129
- [3.0, 3.0, 3.0, 3.0, 3.0, 3.0]]]
+ [[[3.0, 3.0, 3.0], [0.0, 0.0, 0.0], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]],
+ [[5.0, 5.0, 5.0], [1.0, 1.0, 1.0], [1.4, 1.4, 1.4], [1.4, 1.4, 1.4]],
+ [[3.0, 3.0, 3.0], [0.9, 0.9, 0.9], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]],
+ [[3.0, 3.0, 3.0], [0.9, 0.9, 0.9], [3.0, 3.0, 3.0], [3.0, 3.0, 3.0]]]
130
131
132
Payoff matrix
0 commit comments