-
/dev_test
is the directory for all testing and reference code files. All basic tests and general developments that weren't used in the end, are in this directory for future reference -
/DronePPO
is the directory for all PPO implementations for single and multiple agent environments -
/envs
is the directory for all the environments, it's further broken up into/single_agent
and/multi_agent
environment directories -
/wrappers
is the directory for all self implemented wrappers
-
fly-through
is the trained model for a single drone flying through gate environment -
fly-through-obs1
is the trained model for a single drone flying through a gate with a single obstacle
-
Complete single drone and obstacle training
-
import environments and wrappers from
wrappers
andenvs
-
Change save location of models to
/models