修改注释

This commit is contained in:
p57492168 2022-06-23 14:20:34 +08:00
parent b3d65a8b9f
commit 858d3f86a0
1 changed files with 0 additions and 1 deletions

View File

@ -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)