swarm-control Development Enviorment Setup Clone the repository. Go to the repository. cd /path/to/your/project. Setup a virtual enviorment python3 -m venv env source env/bin/activate Install dependenceies pip install matplotlib pip install seaborn pip install scipy pip install networkx pip install shapely pip install tqdm Create a visualization output directory cd path_to_your_project/swarm-control mkdir visual_results Running Simulation Go to the repository. cd /path/to/your/project. Run python script python3 src/main.py