Skip to content

Commit 26fcda0

Browse files
cleanup
1 parent 6d4d4c8 commit 26fcda0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

deep_quoridor/src/agents/simple.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ def get_action(self, game):
4848
# Choose the action sequence with the highest reward.
4949
best_sequence, _ = max(possible_action_sequences, key=lambda x: x[1])
5050
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

Comments
 (0)