Skip to content

Latest commit

 

History

History

swarmsim-2d

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Drone Swarm Simulation - 2D

A 2D drone swarm simulation which exposes controls of the drone, enabling Multi-Agent Reinforcement Learning (MARL) techniques for optimal path planning to cover the entire grid cells.

Dependencies

Run the code

    $ python run_env.py --num_drones 5 --num_anomalous_cells 50 --row_count 15 --col_count 15