MagicSim: A Unified Infrastructure for Executable Embodied Interaction
A new infrastructure called MagicSim aims to unify the fragmented simulation pipelines used in robot learning by providing a single, deterministic runtime for control, skills, and planning, according to a paper submitted to arXiv on 16 Jun 2026 [1][2]. The system, detailed in a preprint on the open-access repository arXiv, is built around one deterministic batched runtime and a shared Markov decision process (MDP) [1][2]. The authors argue that existing simulation pipelines split control, skills, and planning across disconnected environments or rely on non-reproducible “magic” actions, making it difficult to evaluate and annotate the same episode consistently [1][2]. arXiv, which was founded in 1991 and now hosts over two million e-prints, serves as the primary distribution channel for such pre-peer-review manuscripts in fields like computer science and robotics [6]. MagicSim constructs executable worlds from YAML-first specifications that decouple contents, placement, behavior, and agent exposure [1][2]. These worlds span task families, interaction regimes, physics, layouts, sensors, avatars, and robot embodiments, all operating within a single reset-and-step loop [1][2]. A common execution interface grounds high-level commands through controllers, atomic skills, planner primitives, and asynchronous planning, translating them into robot actions rather than simulator-side state edits [1][2]. One task definition supports three capabilities: benchmark and reinforcement learning evaluation, an autocollect interface that automatically turns commands into grounded trajectories, and agent or vision-language-model (VLM) interaction [1][2]. For automatic execution, commands flow through a Command-to-Skill-to-Planner-to-Robot-to-Record pipeline, while per-environment states for command, skill, planning, retry, annotation, and episode progress advance independently above the shared physics tick [1][2]. Successful rollouts are saved as structured multimodal trajectories that align language supervision, action representations, visual and geometric representations, and task-level status with the executed episode [1][2]. The paper’s abstract page on arXiv also features the arXivLabs framework, a set of experimental community-built tools that appear as tabs below the abstract [3][4]. arXivLabs, formalized in 2020, allows third-party collaborators to develop features such as the Bibliographic Explorer and CORE Recommender, provided they adhere to arXiv’s values of openness, community, excellence, and user data privacy [4][5]. The framework is currently on a temporary hiatus for new proposals while the arXiv development team focuses on migrating systems to the cloud [3].
applicationresearch-paperbenchmark
Background sources we checked (7)
- arxiv.org ↗ Robot learning and embodied agents now require simulation to serve as a shared execution substrate linking control, skills, and planning, not only as a renderer, controller testbed, or fixed task environment. Existing pipelines split these layers with "magic" actions, disconnecte…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
Sources
- export.arxiv.org — MagicSim: A Unified Infrastructure for Executable Embodied Interaction ↗