Control of a Quadrotor with Reinforcement Learning

Sdílet
Vložit
  • čas přidán 2. 06. 2024
  • In this video, we demonstrate a method to control a quadrotor with a neural network trained using reinforcement learning techniques. With reinforcement learning, a common network can be trained to directly map state to actuator command making any predefined control structure obsolete for training.
    More detail regarding the paper can be found from arxiv.org/abs/1707.05110
    and implementation is available from bitbucket.org/leggedrobotics/rai
  • Věda a technologie

Komentáře • 38

  • @praveengudhi2247
    @praveengudhi2247 Před 7 lety +2

    You guys are amazing, thank you for showing the direction

  • @niharranjanpradhan169
    @niharranjanpradhan169 Před 6 lety +15

    Sir!
    Which simulator have u used for training?

  • @trancongnguyen1252
    @trancongnguyen1252 Před 4 lety +1

    Thank you very much, that is really awesome to see

  • @Edin12n
    @Edin12n Před 4 lety +2

    Hello, What a great video. I'm new to the subject of Reinforced Learning and hoped I could ask a question. Here goes: Does the ability of the drone to recover depend on input from the various sensors e.g. gyro. So say the drone flew from shade to sunlight, would there need to be a temperature sensor on board to allow it to cope with any sudden movement associated with moving from hot to cold. Or does the reinforced learning model not care about any of that and just learn to deal with whatever it encounters (so you could throw away the temperature sensor) and it would stabilize just fine with any sudden movement associated with hot to cold. Thanks

  • @yuanyema5578
    @yuanyema5578 Před 5 lety +1

    The performance of the quadrotor is excellent.
    But i have a question about the reinforcement learning. I want to know what a role the RL algorithm play in the control system? navigation or attitude control?
    RL algorithm just provide where to move, and PID controler to finish attitude control? Or both attitude control and location control are all RL algorithm`s duty?
    Thanks for your response.

  • @ebert7955
    @ebert7955 Před 5 lety

    Random question here: I'm doing something similar using PPO on a quadrotor (simple simulation using OpenAI gym). I'm trying to get the cable suspended load case now, but still struggling with the reward function. Terminal states are way more difficult to handle than the standard quad.

  • @Inviaz
    @Inviaz Před 5 lety +2

    These 4 PWM actions can be perform at the same time in one iteration loop?

  • @pratikprajapati8620
    @pratikprajapati8620 Před 3 lety

    This is great indeed

  • @cypreessDK
    @cypreessDK Před 6 lety +1

    What simulation engine did you used? Was that Unity? How did you dealed with reality-gap - what was your approach here. Did the copter flight on policy trained only in simulation?

    • @InkyuSa
      @InkyuSa Před 6 lety

      Please have a look our repo and corresponding paper mentioned in the video description. A short answer for "Did the copter flight on policy trained only in simulation?" is yes, simulation only. Thanks for your interests.

  • @kuan-holao4561
    @kuan-holao4561 Před 6 lety +2

    Cool work! I just completed a similar project, but I used DDPG with SNNs, nice to see implementation on real quadcopter, have you tried different tasks?

    • @muhammadharis-nr8yn
      @muhammadharis-nr8yn Před 3 lety +1

      can you tell me how did you simulate your project. can you provide me the simulation code and model in matlab?

  • @manukyananush88
    @manukyananush88 Před 5 lety +2

    I've read the paper however I could not understand how do you define the 4 actions? Each action is each rotor's velocity, right? But then how do they choose the velocity in the beginning?

    • @emmanuelezenwere
      @emmanuelezenwere Před 5 lety

      Hello Anush. Have you made any progress with implementing the models from the paper?

    • @niharranjanpradhan169
      @niharranjanpradhan169 Před 5 lety

      As explained in the paper , there are two networks, one of them is a policy network. The policy network gives the PWM or rpm needed for each motor.

  • @arthurmaffre1454
    @arthurmaffre1454 Před 4 lety

    Hello good job, excuse me I'm a beginner and I don't understand why the value network is essential for learning. With only one value of distance between the quad and the point this could not be enough.

  • @yugalsharma13
    @yugalsharma13 Před 2 lety

    Amazing work! How did you guys handle the noise in sensors (Gyro/Accelerometer) ?

    • @harshavardhankulkarni6599
      @harshavardhankulkarni6599 Před 2 lety +1

      kalman filtering based techniques are used to achieve this i guess...also as far as the localization problem is concerned, the drone has reflective markers so im assuming a camera capturing mechanism is present for 3d localization.

    • @yugalsharma13
      @yugalsharma13 Před 2 lety

      @@harshavardhankulkarni6599 yep! Makes sense

  • @srinathtangudu4899
    @srinathtangudu4899 Před 4 lety +3

    what drone did you use? i planning to buy a drone for my research to do similar things. can some suggest me a drone

  • @ahmed.ea.abdalla
    @ahmed.ea.abdalla Před 7 lety +1

    This looks amazing!
    I have experience with ROS and tensorflow (very basic). I'm highly interested in applying your findings to a quadcopter I'm working on.
    Can you please point me in the right direction?
    What can I start with and what must I learn?
    Thanks!

    • @jeminhwangbo7393
      @jeminhwangbo7393 Před 7 lety +2

      If you are starting from scratch, start with David Silver's lectures on youtube. Then download RLLAB and try simple learning tasks by yourself. You also have to read the papers related to the algorithms they implemented.

    • @ahmed.ea.abdalla
      @ahmed.ea.abdalla Před 7 lety

      Jemin Hwangbo thanks!

  • @kid-vf4lu
    @kid-vf4lu Před 7 lety

    Good job guys. Can you share details of the platform you're using - is the machine learn platform tensorflow/python-based, and is the quadrotor system running on ROS?

    • @jeminhwangbo7393
      @jeminhwangbo7393 Před 7 lety +6

      We use Tensorflow and a custom quadrotor simulator. During experiments, we compute the MLP using Eigen library and the rest of the software is on ROS. We will share the code as soon as the paper is accepted ;)

    • @kid-vf4lu
      @kid-vf4lu Před 7 lety

      Jemin Hwangbo
      Awesome, I'm looking forward to your paper

    • @yashgoel976
      @yashgoel976 Před 6 lety +1

      Jemin Hwangbo can you please tell me more about the quadcopter simulator? How you customized it and what did you use basically?
      Thanks :)

    • @tytorobotics
      @tytorobotics Před 6 lety

      Any updates on the code you are using? Is latency from the computer to the ESC output command a problem?

    • @jeminhwangbo7393
      @jeminhwangbo7393 Před 6 lety +1

      I built my own simulator for speed. It's basically the Newton-Euler equation without any air drag and gyroscopic effect. Probably the simplest simulator you can imagine. I opensourced the code so anyone with c++ skills can use it. I do not know much about the latency from the computer to the ESC. It seems like it was not a problem for me

  • @rooster443
    @rooster443 Před 6 lety +1

    mY GOSH!

  • @kimjunyeong8701
    @kimjunyeong8701 Před rokem

    what kind of drone do you use?

    • @medhyvinceslas4151
      @medhyvinceslas4151 Před rokem

      Hummingbird quadrotor from Ascending Technologies! it is written in section 5 of their paper.

  • @loop8836
    @loop8836 Před 3 lety

    where is fucking source code