Skip to content

Commit ad24cce

Browse files
gaffney2010drvinceknight
authored andcommitted
Change make_use_of on MirrorMindReader
1 parent f0bc91e commit ad24cce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

axelrod/deleteme.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import axelrod as axl
2+
3+
# print(axl.makes_use_of.makes_use_of(axl.ZDSet2))
4+
print(axl.MemoryTwoPlayer(sixteen_vector=[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]))

axelrod/strategies/mindreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class MirrorMindReader(ProtectedMindReader):
9191
classifier = {
9292
"memory_depth": float("inf"),
9393
"stochastic": False,
94-
"makes_use_of": {"game"},
94+
"makes_use_of": set(),
9595
"long_run_time": False,
9696
"inspects_source": True, # Reads and copies the source of the opponent
9797
"manipulates_source": True, # Changes own source dynamically

0 commit comments

Comments
 (0)