The reviewed record of science sign in
Pith

arxiv: 2306.09537 · v1 · pith:SB7R64KO · submitted 2023-06-15 · cs.RO · cs.AI· cs.LG· cs.MA· cs.SY· eess.SY

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:SB7R64KOrecord.jsonopen to challenge →

classification cs.RO cs.AIcs.LGcs.MAcs.SYeess.SY
keywords policiesquadswarmfastcontrolenvironmentlearningmulti-quadrotormulti-robot
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Steering Multirobot Behavior via Closed-Loop Affine Activation Editing

    cs.RO 2026-06 unverdicted novelty 6.0

    CLAE steers frozen multi-quadrotor policies at inference by training a sparse autoencoder on activations, probing for relevant latents, and learning an RL policy to apply state-dependent affine edits for velocity cont...

  2. Crazyflow: An Accurate, GPU-Accelerated, Differentiable Drone Simulator in JAX

    cs.RO 2026-05 unverdicted novelty 6.0

    Crazyflow is a fast, differentiable, GPU-accelerated drone simulator in JAX that enables large-scale parallel simulation and in-flight reinforcement learning for aerial robots.