Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 397 Bytes

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