删除注释

This commit is contained in:
p57492168 2022-06-20 22:34:52 +08:00
parent 7156ac8ce6
commit cad3cc3c21
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ class MultiGreedy(Boustrophedon):
if self.charges[i].empty():
redecide_directions[i] = True
continue
# Decide whether charge or not
first_charge_act, charge_len = self.charges.step(state, info, i)
if first_charge_act == FINISHED:
self.finished_idx[i] = True