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 88c037c commit a195a4dCopy full SHA for a195a4d
axelrod/strategies/lookerup.py
@@ -15,9 +15,11 @@ class LookerUp(Player):
15
opponents first n actions, self's last m actions, and opponents last m
16
actions, all as strings. The values are the actions to play on this round.
17
For example, in the case of m=n=1, if
18
- - the opponent started by playing C
19
- - my last action was a C the opponents
20
- - last action was a D
+
+ * the opponent started by playing C
+ * my last action was a C the opponents
21
+ * last action was a D
22
23
then the corresponding key would be
24
25
('C', 'C', 'D')
0 commit comments