The problem of multi-agent TSP solved using ant colony optimization.
Following is a run of the algorithm,
Clone this repository
Navigate to project folder in terminal or command prompt
Run command,
python mtsp_solver.py <seed>
Where <seed> is the random seed for environment instantiation (leave blank for random environment initialization)