paper-with-me

Papers

QuadSwarm: A Modular Multi-Quadrotor Simulator for Deep Reinforcement Learning with Direct Thrust Control

2023-06-15 · Zhehui Huang, Sumeet Batra, Tao Chen, Rahul Krupani, Tushar Kumar, Artem Molchanov, Aleksei Petrenko, James A. Preiss, Zhaojing Yang, Gaurav S. Sukhatme

Reinforcement learning (RL) has shown promise in creating robust policies for robotics tasks. However, contemporary RL algorithms are data-hungry, often requiring billions of environment transitions to train successful policies. This necessitates the use of fast and highly-parallelizable simulators. In addition to speed, such simulators need to model the physics of the robots and their interaction with the environment to a level acceptable for transferring policies learned in simulation to reality. We present QuadSwarm, a fast, reliable simulator for research in single and multi-robot RL for quadrotors that addresses both issues. QuadSwarm, with fast forward-dynamics propagation decoupled from rendering, is designed to be highly parallelizable such that throughput scales linearly with additional compute. It provides multiple components tailored toward multi-robot RL, including diverse training scenarios, and provides domain randomization to facilitate the development and sim2real transfer of multi-quadrotor control policies. Initial experiments suggest that QuadSwarm achieves over 48,500 simulation samples per second (SPS) on a single quadrotor and over 62,000 SPS on eight quadrotors on a 16-core CPU. The code can be found in https://github.com/Zhehui-Huang/quad-swarm-rl.

📄 PDF Abstract BibTeX arXiv:2306.09537

Code (1)

zhehui-huang/quad-swarm-rl 공식 구현 pytorch

Tasks

CPUDeep Reinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPS 설명 없음

Similar Papers 제목 키워드 기반

Flightmare: A Flexible Quadrotor Simulator

2020-09-01 · Yunlong Song, Selim Naji, Elia Kaufmann, Antonio Loquercio 외

State-of-the-art quadrotor simulators have a rigid and highly-specialized structure: either are they really fast, physically accurate, or photo-realistic. In this work, we propose a novel quadrotor simulator: Flightmare.…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Anticipatory Risk-Guided Reinforcement Learning for Safe Flight Through Dynamic Clutter

2026-07-26 · Yuchao Mei, Guohao Zhang, Luxia Ai, Haopeng Chen 외 arxiv

Safe quadrotor navigation in cluttered and dynamic environments depends not only on instantaneous geometric perception, but more critically on anticipating collision risks induced by relative motion. Conventional modular…

Optical Flow EstimationReinforcement LearningObject Tracking

AirSim: High-Fidelity Visual and Physical Simulation for Autonomous Vehicles

2017-05-15 · Shital Shah, Debadeepta Dey, Chris Lovett, Ashish Kapoor

Developing and testing algorithms for autonomous vehicles in real world is an expensive and time consuming process. Also, in order to utilize recent advances in machine intelligence and deep learning we need to collect a…

Autonomous Vehicles

MAVEN: A Meta-Reinforcement Learning Framework for Varying-Dynamics Expertise in Agile Quadrotor Maneuvers

2026-03-11 · Jin Zhou, Dongcheng Cao, Xian Wang, Shuo Li arxiv

Reinforcement learning (RL) has emerged as a powerful paradigm for achieving online agile navigation with quadrotors. Despite this success, policies trained via standard RL typically fail to generalize across significant…

Reinforcement Learning

A General Infrastructure and Workflow for Quadrotor Deep Reinforcement Learning and Reality Deployment

2025-04-21 · Kangyao Huang, Hao Wang, Yu Luo, Jingyu Chen 외

Deploying robot learning methods to a quadrotor in unstructured outdoor environments is an exciting task. Quadrotors operating in real-world environments by learning-based methods encounter several challenges: a large am…

Deep Reinforcement Learning