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 d6d7de9 commit dd54a88Copy full SHA for dd54a88
docs/tutorials/getting_started/match.rst
@@ -14,7 +14,7 @@ For example, to create a 5 turn match between :code:`Cooperator` and
14
>>> players = (axl.Cooperator(), axl.Alternator())
15
>>> match = axl.Match(players, 5)
16
>>> match.play()
17
- [(C, D), (C, D), (C, C), (C, D), (C, C)]
+ [(C, C), (C, D), (C, C), (C, D), (C, C)]
18
19
By default, a match will not be noisy, but you can introduce noise if you wish.
20
Noise is the probability with which any action dictated by a strategy will be
0 commit comments