Skip to content

bmhowell/drone_swarm_trajectory_optimization_deepRL

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published