Design a reinforcement learning (RL) based controller to stabilize a quad copter

41 ビュー (過去 30 日間)
Adnan Fayyaz ud Din
Adnan Fayyaz ud Din 2018 年 12 月 28 日
コメント済み: muhammad usama 2022 年 8 月 3 日
Hi everyone, hope all is well at your end.
I need to design a reinforcement learning (RL) based controller as an asignment to stabilize a quad copter from an initial position, orientation and angular velocity. The way I look at the problem is that due to continuous action space i intend to apply a policy gradient actor critic algorithm of RL. Request guide on some Matlab code that utilises policy gradient actor critic algorithm of RL that would help me solve this problem.
Although i am developing a simple quad copter model but if anyone can help me with an existing model that will validate my case ill be grateful for that as well.
Thanking in anticipation...
Regards

回答 (1 件)

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2019 年 4 月 2 日
Hello,
Not sure if you are still looking for a solution, but starting in R2019a, you can do deep reinforcement learning directly in MATLAB and Simulink with Reinforcement Learning Toolbox.
This video shows how to use the toolbox to teach a robot how to walk with continuous actions. You could use this as a starting point and make changes as necessary for your quadcopter application.
You can also use some existing quadcopter models if you don't want to build your own from scratch. See for example the following links:
Hope this helps.
  3 件のコメント
Unmanned Aerial and Space Systems
Unmanned Aerial and Space Systems 2022 年 5 月 2 日
Hello, did you solve your problem?
muhammad usama
muhammad usama 2022 年 8 月 3 日
Dear Ali, i believe that reward function is also very important for proper training and convergence to reference values. The proper selection of reward function will help you to get good results.
You need to think of the reward as a useful optimization criterion for your problem.
I hope with proper reward function your problem be solved.

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by