-
/dev_testis 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 -
/DronePPOis the directory for all PPO implementations for single and multiple agent environments -
/envsis the directory for all the environments, it's further broken up into/single_agentand/multi_agentenvironment directories -
/wrappersis the directory for all self implemented wrappers
-
fly-throughis the trained model for a single drone flying through gate environment -
fly-through-obs1is 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
wrappersandenvs -
Change save location of models to
/models