paper-with-me

홈 › Papers

Air Learning: A Deep Reinforcement Learning Gym for Autonomous Aerial Robot Visual Navigation

2019-06-02 · Srivatsan Krishnan, Behzad Boroujerdian, William Fu, Aleksandra Faust, Vijay Janapa Reddi

We introduce Air Learning, an open-source simulator, and a gym environment for deep reinforcement learning research on resource-constrained aerial robots. Equipped with domain randomization, Air Learning exposes a UAV agent to a diverse set of challenging scenarios. We seed the toolset with point-to-point obstacle avoidance tasks in three different environments and Deep Q Networks (DQN) and Proximal Policy Optimization (PPO) trainers. Air Learning assesses the policies' performance under various quality-of-flight (QoF) metrics, such as the energy consumed, endurance, and the average trajectory length, on resource-constrained embedded platforms like a Raspberry Pi. We find that the trajectories on an embedded Ras-Pi are vastly different from those predicted on a high-end desktop system, resulting in up to 40% longer trajectories in one of the environments. To understand the source of such discrepancies, we use Air Learning to artificially degrade high-end desktop performance to mimic what happens on a low-end embedded system. We then propose a mitigation technique that uses the hardware-in-the-loop to determine the latency distribution of running the policy on the target platform (onboard compute on the aerial robot). A randomly sampled latency from the latency distribution is then added as an artificial delay within the training loop. Training the policy with artificial delays allows us to minimize the hardware gap (discrepancy in the flight time metric reduced from 37.73% to 0.5%). Thus, Air Learning with hardware-in-the-loop characterizes those differences and exposes how the onboard compute's choice affects the aerial robot's performance. We also conduct reliability studies to assess the effect of sensor failures on the learned policies. All put together, Air Learning enables a broad class of deep RL research on UAVs. The source code is available at:http://bit.ly/2JNAVb6.

📄 PDF Abstract BibTeX arXiv:1906.00421

Code (1)

harvard-edge/airlearning 공식 구현

Tasks

BenchmarkingDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)Visual Navigation

Similar Papers 제목 키워드 기반

Learning Obstacle Avoidance using Double DQN for Quadcopter Navigation

2025-09-23 · Nishant Doshi, Amey Sutavani, Sanket Gujar arxiv

One of the challenges faced by Autonomous Aerial Vehicles is reliable navigation through urban environments. Factors like reduction in precision of Global Positioning System (GPS), narrow spaces and dynamically moving ob…

Reinforcement Learning

Reinforcement Learning for Active Perception in Autonomous Navigation

2026-02-01 · Grzegorz Malczyk, Mihir Kulkarni, Kostas Alexis arxiv

This paper addresses the challenge of active perception within autonomous navigation in complex, unknown environments. Revisiting the foundational principles of active perception, we introduce an end-to-end reinforcement…

Reinforcement LearningMotion Planning

Fast Human Attention Prediction for Fixation-guided Active Perception in Autonomous Navigation

2026-06-18 · Fatma Youssef Mohammed, Grzegorz Malczyk, Kostas Alexis arxiv

Human visual attention relies on structured scanpaths to efficiently process scenes, yet instilling this behavior into robot autonomy is in its infancy and hindered by the high,computational costs of existing predictive …

Reinforcement LearningScanpath prediction

AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning

2026-01-22 · Zichen Yan, Yuchen Hou, Shenao Wang, Yichao Gao 외 arxiv

Object-Goal Navigation (ObjectNav) requires an agent to autonomously explore an unknown environment and navigate toward target objects specified by a semantic label. While prior work has primarily studied zero-shot Objec…

Reinforcement Learning

Improving Generalization in Aerial and Terrestrial Mobile Robots Control Through Delayed Policy Learning

2024-06-04 · Ricardo B. Grando, Raul Steinmetz, Victor A. Kich, Alisson H. Kolling 외

Deep Reinforcement Learning (DRL) has emerged as a promising approach to enhancing motion control and decision-making through a wide range of robotic applications. While prior research has demonstrated the efficacy of DR…

Decision MakingDeep Reinforcement Learning