From cad3cc3c21ba025503960aa8c3b1dc6254248e5e Mon Sep 17 00:00:00 2001 From: p57492168 <2577192526@qq.com> Date: Mon, 20 Jun 2022 22:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Palette/algos/multi_greedy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Palette/algos/multi_greedy.py b/Palette/algos/multi_greedy.py index 24c8688..75fd385 100644 --- a/Palette/algos/multi_greedy.py +++ b/Palette/algos/multi_greedy.py @@ -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