English

Long-Term Planning with Deep Reinforcement Learning on Autonomous Drones

Machine Learning 2020-07-14 v1 Artificial Intelligence Information Theory math.IT Machine Learning

Abstract

In this paper, we study a long-term planning scenario that is based on drone racing competitions held in real life. We conducted this experiment on a framework created for "Game of Drones: Drone Racing Competition" at NeurIPS 2019. The racing environment was created using Microsoft's AirSim Drone Racing Lab. A reinforcement learning agent, a simulated quadrotor in our case, has trained with the Policy Proximal Optimization(PPO) algorithm was able to successfully compete against another simulated quadrotor that was running a classical path planning algorithm. Agent observations consist of data from IMU sensors, GPS coordinates of drone obtained through simulation and opponent drone GPS information. Using opponent drone GPS information during training helps dealing with complex state spaces, serving as expert guidance allows for efficient and stable training process. All experiments performed in this paper can be found and reproduced with code at our GitHub repository

Keywords

Cite

@article{arxiv.2007.05694,
  title  = {Long-Term Planning with Deep Reinforcement Learning on Autonomous Drones},
  author = {Ugurkan Ates},
  journal= {arXiv preprint arXiv:2007.05694},
  year   = {2020}
}

Comments

Submitted to Association for the Advancement of Artificial Intelligence(AAAI) 2020 Fall Symposium Series

R2 v1 2026-06-23T17:02:18.680Z