Skip to content

Commit 36dc417

Browse files
Update axelrod/strategies/adaptive_cooperator.py
Co-authored-by: Vince Knight <[email protected]>
1 parent cf0f005 commit 36dc417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/adaptive_cooperator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AdaptiveCooperator(Player):
1414

1515
name = 'Adaptive Cooperator'
1616
classifier = {
17-
'memory': 1,
17+
"memory_depth": 1,
1818
'stochastic': False,
1919
'inspects_source': False,
2020
'manipulates_source': False,

0 commit comments

Comments
 (0)