paper-with-me

Papers

Reinforcement Learning-Based Control of CrazyFlie 2.X Quadrotor

2023-06-06 · Arshad Javeed, Valentín López Jiménez

The objective of the project is to explore synergies between classical control algorithms such as PID and contemporary reinforcement learning algorithms to come up with a pragmatic control mechanism to control the CrazyFlie 2.X quadrotor. The primary objective would be performing PID tuning using reinforcement learning strategies. The secondary objective is to leverage the learnings from the first task to implement control for navigation by integrating with the lighthouse positioning system. Two approaches are considered for navigation, a discrete navigation problem using Deep Q-Learning with finite predefined motion primitives, and deep reinforcement learning for a continuous navigation approach. Simulations for RL training will be performed on gym-pybullet-drones, an open-source gym-based environment for reinforcement learning, and the RL implementations are provided by stable-baselines3

📄 PDF Abstract BibTeX arXiv:2306.03951

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Inclined Quadrotor Landing using Deep Reinforcement Learning

2021-03-16 · Jacob E. Kooi, Robert Babuška

Landing a quadrotor on an inclined surface is a challenging maneuver. The final state of any inclined landing trajectory is not an equilibrium, which precludes the use of most conventional control methods. We propose a d…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Low Level Control of a Quadrotor with Deep Model-Based Reinforcement Learning

2019-01-11 · Nathan O. Lambert, Daniel S. Drew, Joseph Yaconelli, Roberto Calandra 외

Designing effective low-level robot controllers often entail platform-specific implementations that require manual heuristic parameter tuning, significant system knowledge, or long design times. With the rising number of…

GPUModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Adaptive Outer-Loop Control of Quadrotors via Reinforcement Learning

2026-05-15 · Vishnu Saj, Sushil Vemuri, Dileep Kalathil, Moble Benedict arxiv

Deep Reinforcement Learning (DRL) for quadrotor flight control typically relies on Domain Randomization (DR) for sim-to-real transfer, resulting in overly conservative policies that struggle with dynamic disturbances. To…

Reinforcement Learning

Dynamics-Invariant Quadrotor Control using Scale-Aware Deep Reinforcement Learning

2025-03-09 · Varad Vaidya, Jishnu Keshavan

Due to dynamic variations such as changing payload, aerodynamic disturbances, and varying platforms, a robust solution for quadrotor trajectory tracking remains challenging. To address these challenges, we present a deep…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

RAPTOR: A Foundation Policy for Quadrotor Control

2025-09-15 · Jonas Eschmann, Dario Albani, Giuseppe Loianno arxiv

Humans are remarkably data-efficient when adapting to new unseen conditions, like driving a new car. In contrast, modern robotic control systems, like neural network policies trained using Reinforcement Learning (RL), ar…

Reinforcement Learning