forked from SeAIPalette/SeAIPalette
修改注释
This commit is contained in:
parent
b3d65a8b9f
commit
858d3f86a0
|
@ -28,7 +28,6 @@ def main(env: SeaEnv, agent: MultiGreedy):
|
|||
while True:
|
||||
steps += 1
|
||||
info['redecide_direction'] = redecide_direction
|
||||
# print(np.sum(info['fields'] == 0))
|
||||
agents_fields = generate_agent_fields(
|
||||
info['fields'], env.ship_num, env.splited_areas)
|
||||
agent_info = deepcopy(info)
|
||||
|
|
Loading…
Reference in New Issue