We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4d4c8 commit 26fcda0Copy full SHA for 26fcda0
deep_quoridor/src/agents/simple.py
@@ -48,8 +48,3 @@ def get_action(self, game):
48
# Choose the action sequence with the highest reward.
49
best_sequence, _ = max(possible_action_sequences, key=lambda x: x[1])
50
return best_sequence[0]
51
-
52
53
-class SimplePlus(SimpleAgent):
54
- def __init__(self, sequence_length=20, num_sequences=20):
55
- super().__init__()
0 commit comments