Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Automated Quadcopter Flight

### **This repository contains the code for the research done on automating the flight of a Quadcopter using Deep reinforcement learning. The link to the reseach paper is:** [Performance comparison of deep and shallow network for quadcopter automation](https://ieeexplore.ieee.org/abstract/document/8721383/)

Traditional learning approaches proposed for controlling quadrotors or helicopters have focused on improving performance for specific trajectories by iteratively improving upon a nominal controller. In these schemes, however, it is not clear how the information gathered from the training trajectories can be used to synthesize controllers for more general trajectories. Motivated by the generalization capability of deep learning, here we try to synthesize control for trajectories using neural network-based model. To test this, we will assign the quadrotors to a random position and observe how it perform to reach the target with emphasis on reward values and change in its positions and velocities. Here we demonstrate the performance of our on 4 tasks: Take-off, Hover, Landing and all 3 combined