Skip to content

Commit 0669a19

Browse files
committed
Erase makes_use_of in mindreader
1 parent b74c0c5 commit 0669a19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

axelrod/strategies/mindreader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class MindReader(Player):
2323
classifier = {
2424
"memory_depth": float("inf"),
2525
"stochastic": False,
26-
"makes_use_of": {"game"},
2726
"long_run_time": False,
2827
"inspects_source": True, # Finds out what opponent will do
2928
"manipulates_source": False,
@@ -61,7 +60,6 @@ class ProtectedMindReader(MindReader):
6160
classifier = {
6261
"memory_depth": float("inf"),
6362
"stochastic": False,
64-
"makes_use_of": {"game"},
6563
"long_run_time": False,
6664
"inspects_source": True, # Finds out what opponent will do
6765
"manipulates_source": True, # Stops opponent's strategy

0 commit comments

Comments
 (0)