Hugging Face Daily Papers · · 4 min read

MuJoCo-Drones-Gym: A GPU-Accelerated Multi-Drone Simulator for Control and Reinforcement Learning

Mirrored from Hugging Face Daily Papers for archival readability. Support the source by reading on the original site.

We present MuJoCo-Drones-Gym, an open-source Gymnasium-compatible multi-drone environment built on top of the MuJoCo physics engine. Multi-drone environment for RL with MuJoCo, with GPU vectorization, wind models, domain randomization, and curriculum learning.</p>\n","updatedAt":"2026-06-12T03:06:54.695Z","author":{"_id":"68e5138abdb80c260c5cb17f","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/DF-ITQ18HgfVnxU2gUGaC.png","fullname":"Manan Tayal","name":"tayalmanan","type":"user","isPro":false,"isHf":false,"isHfAdmin":false,"isMod":false,"isUserFollowing":false}},"numEdits":0,"identifiedLanguage":{"language":"en","probability":0.8989036083221436},"editors":["tayalmanan"],"editorAvatarUrls":["https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/DF-ITQ18HgfVnxU2gUGaC.png"],"reactions":[],"isReport":false}}],"primaryEmailConfirmed":false,"paper":{"id":"2606.08039","authors":[{"_id":"6a2b76a84957fcdd3aac069a","user":{"_id":"68e5138abdb80c260c5cb17f","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/DF-ITQ18HgfVnxU2gUGaC.png","isPro":false,"fullname":"Manan Tayal","user":"tayalmanan","type":"user","name":"tayalmanan"},"name":"Manan Tayal","status":"claimed_verified","statusLastChangedAt":"2026-06-12T06:56:36.309Z","hidden":false}],"publishedAt":"2026-06-06T00:00:00.000Z","submittedOnDailyAt":"2026-06-12T00:00:00.000Z","title":"MuJoCo-Drones-Gym: A GPU-Accelerated Multi-Drone Simulator for Control and Reinforcement Learning","submittedOnDailyBy":{"_id":"68e5138abdb80c260c5cb17f","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/DF-ITQ18HgfVnxU2gUGaC.png","isPro":false,"fullname":"Manan Tayal","user":"tayalmanan","type":"user","name":"tayalmanan"},"summary":"Robotic simulators are a cornerstone of modern research in aerial robotics, serving both as a vehicle for the development of new control algorithms and as the data source for training reinforcement learning (RL) policies. Yet, existing quadcopter learning environments often face a trade-off between physical fidelity, multi-agent support, and the throughput required by modern deep RL pipelines. In this paper, we present MuJoCo-Drones-Gym, an open-source Gymnasium-compatible multi-drone environment built on top of the MuJoCo physics engine. MuJoCo-Drones-Gym supports an arbitrary number of Bitcraze Crazyflie 2.x nano-quadcopters and exposes a modular API for selecting (i)~the physics model (rigid-body MuJoCo, explicit Python dynamics, or any subset of ground effect, blade drag, and inter-drone downwash), (ii)~the action interface (per-motor RPMs, collective normalized thrust, velocity setpoints, or PID waypoint commands), and (iii)~the observation space (kinematic state vectors, RGB / depth / segmentation cameras, or neighbourhood adjacency information). A PettingZoo ParallelEnv wrapper enables drop-in multi-agent reinforcement learning, while a suite of seven task environments, hover, velocity tracking, multi-drone hover, waypoint navigation, formation flight, gate racing, and a generic multi-agent template, demonstrates the breadth of the interface. We describe the environment design, the underlying physics and quadcopter dynamics, and illustrate its use through control and learning examples that mirror those of the closely related gym-pybullet-drones project, while taking advantage of MuJoCo's improved contact handling, rendering, and parallelizability.","upvotes":1,"discussionId":"6a2b76a84957fcdd3aac069b","githubRepo":"https://github.com/tau-intelligence/MuJoCo-drones-gym","githubRepoAddedBy":"user","ai_summary":"A Gymnasium-compatible multi-drone simulation environment built on MuJoCo physics engine that supports flexible physics models, action interfaces, and observation spaces for reinforcement learning applications.","ai_keywords":["multi-drone environment","MuJoCo physics engine","reinforcement learning","PettingZoo ParallelEnv","Gymnasium-compatible","quadcopter dynamics","physics model","action interface","observation space","multi-agent reinforcement learning"],"ai_summary_model":"Qwen/Qwen2.5-Coder-32B-Instruct","githubStars":7,"organization":{"_id":"6989c784bdad98eeb07c8aca","name":"tau-intelligence","fullname":"TAU Intelligence","avatar":"https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/hVBfcGQ_pDxy4SYBMKqWq.png"}},"canReadDatabase":false,"canManagePapers":false,"canSubmit":false,"hasHfLevelAccess":false,"upvoted":false,"upvoters":[{"_id":"6407e5294edf9f5c4fd32228","avatarUrl":"/avatars/8e2d55460e9fe9c426eb552baf4b2cb0.svg","isPro":false,"fullname":"Stoney Kang","user":"sikang99","type":"user"}],"acceptLanguages":["en"],"dailyPaperRank":0,"organization":{"_id":"6989c784bdad98eeb07c8aca","name":"tau-intelligence","fullname":"TAU Intelligence","avatar":"https://cdn-avatars.huggingface.co/v1/production/uploads/68e5138abdb80c260c5cb17f/hVBfcGQ_pDxy4SYBMKqWq.png"},"markdownContentUrl":"https://huggingface.co/buckets/huggingchat/papers-content/resolve/2606/2606.08039.md","query":{}}">
Papers
arxiv:2606.08039

MuJoCo-Drones-Gym: A GPU-Accelerated Multi-Drone Simulator for Control and Reinforcement Learning

Published on Jun 6
· Submitted by
Manan Tayal
on Jun 12
Authors:

Abstract

A Gymnasium-compatible multi-drone simulation environment built on MuJoCo physics engine that supports flexible physics models, action interfaces, and observation spaces for reinforcement learning applications.

Robotic simulators are a cornerstone of modern research in aerial robotics, serving both as a vehicle for the development of new control algorithms and as the data source for training reinforcement learning (RL) policies. Yet, existing quadcopter learning environments often face a trade-off between physical fidelity, multi-agent support, and the throughput required by modern deep RL pipelines. In this paper, we present MuJoCo-Drones-Gym, an open-source Gymnasium-compatible multi-drone environment built on top of the MuJoCo physics engine. MuJoCo-Drones-Gym supports an arbitrary number of Bitcraze Crazyflie 2.x nano-quadcopters and exposes a modular API for selecting (i)~the physics model (rigid-body MuJoCo, explicit Python dynamics, or any subset of ground effect, blade drag, and inter-drone downwash), (ii)~the action interface (per-motor RPMs, collective normalized thrust, velocity setpoints, or PID waypoint commands), and (iii)~the observation space (kinematic state vectors, RGB / depth / segmentation cameras, or neighbourhood adjacency information). A PettingZoo ParallelEnv wrapper enables drop-in multi-agent reinforcement learning, while a suite of seven task environments, hover, velocity tracking, multi-drone hover, waypoint navigation, formation flight, gate racing, and a generic multi-agent template, demonstrates the breadth of the interface. We describe the environment design, the underlying physics and quadcopter dynamics, and illustrate its use through control and learning examples that mirror those of the closely related gym-pybullet-drones project, while taking advantage of MuJoCo's improved contact handling, rendering, and parallelizability.

Community

Paper author Paper submitter about 7 hours ago

We present MuJoCo-Drones-Gym, an open-source Gymnasium-compatible multi-drone environment built on top of the MuJoCo physics engine. Multi-drone environment for RL with MuJoCo, with GPU vectorization, wind models, domain randomization, and curriculum learning.

Upload images, audio, and videos by dragging in the text input, pasting, or clicking here.
Tap or paste here to upload images

· Sign up or log in to comment

Get this paper in your agent:

hf papers read 2606.08039
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2606.08039 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2606.08039 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2606.08039 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Hugging Face Daily Papers