Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 552 Bytes

File metadata and controls

22 lines (20 loc) · 552 Bytes

Getting started

Cloning repository

Begin by cloning this repository to your local machine.

git clone https://github.com/bmhowell/drone_swarm_trajectory_optimization_deepRL.git

Installing necessary packages

Running scripts in this repository requires a number of packages. We recommend installing these packages to a dedicated environment.

In an Anaconda environment

conda create -n drone python=3.9
conda activate drone 
pip install -r requirements.txt

In a virtual environment

TODO

DDPG

Offline RL