日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
arXiv:2111.03915

Robust Deep Reinforcement Learning for Quadcopter Control

Robust Deep Reinforcement Learning for Quadcopter Control

シェア:XThreadsFacebookLINEはてブBluesky

著者: Aditya M. Deshpande, Ali A. Minai, Manish Kumar

分類: cs.RO, cs.AI, cs.LG, cs.SY, eess.SY, math.OC

原文アブストラクト

Deep reinforcement learning (RL) has made it possible to solve complex robotics problems using neural networks as function approximators. However, the policies trained on stationary environments suffer in terms of generalization when transferred from one environment to another. In this work, we use Robust Markov Decision Processes (RMDP) to train the drone control policy, which combines ideas from Robust Control and RL. It opts for pessimistic optimization to handle potential gaps between policy transfer from one environment to another. The trained control policy is tested on the task of quadcopter positional control. RL agents were trained in a MuJoCo simulator. During testing, different environment parameters (unseen during the training) were used to validate the robustness of the trained policy for transfer from one environment to another. The robust policy outperformed the standard agents in these environments, suggesting that the added robustness increases generality and can adapt to non-stationary environments. Codes: https://github.com/adipandas/gym_multirotor