Skip to content

navuboy/rl_ardrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning for Autonomous navigation of UAVs

This repository contains the simulation source code for implementing reinforcement learning aglorithms for autonomous navigation of ardone in indoor environments. Gazebo is the simulated environment that is used here.

Q-Learning.py

Autonomous Navigation of UAV using Q-Learning (Reinforcement Learning).

  • State: Discrete
  • Action: Discrete
  • Action space: 5x5 grid space.

Indoor Path Planning and Navigation of an Unmanned Aerial Vehicle (UAV) based on PID + Q-Learning algorithm (Reinforcement Learning). The quadrotor maneuvers towards the goal point, along the uniform grid distribution in the gazebo simulation environment(discrete action space) based on the specified reward policy, backed by the simple position based PID controller.

This project was developed at the Advanced Flight Simulation(AFS) Laboratory, IISc, Bangalore.

Dependencies & Packages:

Reference:

Project Video

DDPG.py

Deep Deterministic Policy Gradient algorithm is used for autonomous navigation of UAV from start to goal position. This is applicable for continuous action-space domain. (Under development!)

Collaborator(s):

Arun Kumar

About

Autonomous Navigation of UAV using Reinforcement Learning algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages