mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-10 17:40:37 +01:00
added plotting probability maps
This commit is contained in:
@@ -8,7 +8,7 @@ from marl_factory_grid.algorithms.static.TSP_item_agent import TSPItemAgent
|
||||
from marl_factory_grid.algorithms.static.TSP_target_agent import TSPTargetAgent
|
||||
from marl_factory_grid.environment.factory import Factory
|
||||
|
||||
from marl_factory_grid.utils.plotting.plot_single_runs import plot_routes
|
||||
from marl_factory_grid.utils.plotting.plot_single_runs import plot_routes, plot_action_maps
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
@@ -41,4 +41,4 @@ if __name__ == '__main__':
|
||||
print(f'Episode {episode} done...')
|
||||
break
|
||||
|
||||
plot_routes(factory, agents)
|
||||
plot_action_maps(factory, agents)
|
||||
|
||||
Reference in New Issue
Block a user