added rendering of start and target pos. changed file save location to match current run in study out

This commit is contained in:
Chanumask
2024-05-16 13:16:53 +02:00
parent cb990445ce
commit 1a8ca9110b
9 changed files with 40 additions and 23 deletions

View File

@@ -41,4 +41,4 @@ if __name__ == '__main__':
print(f'Episode {episode} done...')
break
plot_action_maps(factory, agents)
plot_routes(factory, agents)