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 b74c0c5 commit 0669a19Copy full SHA for 0669a19
axelrod/strategies/mindreader.py
@@ -23,7 +23,6 @@ class MindReader(Player):
23
classifier = {
24
"memory_depth": float("inf"),
25
"stochastic": False,
26
- "makes_use_of": {"game"},
27
"long_run_time": False,
28
"inspects_source": True, # Finds out what opponent will do
29
"manipulates_source": False,
@@ -61,7 +60,6 @@ class ProtectedMindReader(MindReader):
61
60
62
63
64
65
66
67
"manipulates_source": True, # Stops opponent's strategy
0 commit comments