forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
89652e2ee0
commit
f68044e3cc
|
@ -25,8 +25,6 @@ def main(env: SeaEnv, agent: Union[Boustrophedon, Spiral], wildfire: WildFire):
|
|||
redecide_direction = True
|
||||
cur_area_terminate = False
|
||||
while True:
|
||||
# for _ in range(9999999):
|
||||
# continue
|
||||
info['redecide_direction'] = redecide_direction
|
||||
modified_fields = deepcopy(info['fields'])
|
||||
modified_fields += ((splited_area != area_id)
|
||||
|
|
Loading…
Reference in New Issue