{"id":1000,"date":"2026-05-30T17:25:14","date_gmt":"2026-05-30T09:25:14","guid":{"rendered":"https:\/\/connectword.dpdns.org\/?p=1000"},"modified":"2026-05-30T17:25:14","modified_gmt":"2026-05-30T09:25:14","slug":"genesis-ai-releases-nyx-quadrants-and-genesis-world-1-0-physics-platform-for-scalable-robotics-foundation-model-evaluation","status":"publish","type":"post","link":"https:\/\/connectword.dpdns.org\/?p=1000","title":{"rendered":"Genesis AI Releases Nyx, Quadrants, and Genesis World 1.0 Physics Platform for Scalable Robotics Foundation Model Evaluation"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Genesis AI released <a href=\"https:\/\/www.genesis.ai\/blog\/the-role-of-simulation-in-scalable-robotics-genesis-world-10-and-the-path-forward?x_refresh=1\" target=\"_blank\" rel=\"noreferrer noopener\">Genesis World 1.0<\/a>. The platform consists of four components: the Genesis World physics engine, Nyx (a real-time path-traced renderer), Quadrants (a Python-to-GPU compiler), and a simulation interface. It is designed to accelerate robotics foundation model development through simulation-based evaluation.<\/p>\n<p class=\"wp-block-paragraph\">Robotics model development has two bottlenecks: data and iteration speed. The field has focused heavily on data. Genesis AI argues the slower, less-discussed bottleneck is the model development cycle itself \u2014 specifically, how fast teams can evaluate candidate policies and compare model checkpoints.<\/p>\n<h2 class=\"wp-block-heading\"><strong>What Problem Does This Solve?<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">A typical policy evaluation at Genesis spans hundreds of tasks with hundreds of episodes each. Running that in the real world requires more than 200 hours of continuous robot operation with one operator and one robot station \u2014 for a single evaluation pass. Statistically meaningful comparisons across checkpoints require many such passes.<\/p>\n<p class=\"wp-block-paragraph\">Genesis World 1.0 runs the same evaluation in under 0.5 hours, with no human or hardware in the loop and bit-exact result consistency across runs. That is roughly two orders of magnitude faster than real-world evaluation.<\/p>\n<p class=\"wp-block-paragraph\">The research team deliberately chose to prioritize evaluation before using simulation for training data generation. Their reasoning: if training and evaluation share the same simulated distribution, a performance improvement could reflect a tighter fit to simulator dynamics rather than a genuinely better model. Keeping the two pipelines separated produces a cleaner signal.<\/p>\n<p class=\"wp-block-paragraph\">The research team describes this evaluation approach as <strong>zero-shot real-to-sim<\/strong>: policies evaluated in simulation are trained exclusively on real-world data. No simulated data enters pretraining.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Sim-to-Real Correlation Results<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Genesis research team reports a Pearson correlation of <strong>0.8996<\/strong> (95% CI: [0.7439, 0.9314]) between simulation and on-hardware rollouts. The evaluation covered three model variants (Small, Medium, Large) across 14 tasks with 200 episodes per task. The research team ran 1,000,000 bootstrap iterations to estimate confidence intervals.<\/p>\n<p class=\"wp-block-paragraph\">The Mean Maximum Rank Violation (MMRV) \u2014 a metric proposed in SimplerEnv \u2014 was <strong>0.0166<\/strong> (95% CI: [0.0102, 0.0474]). A low MMRV means the simulator preserves the relative performance ranking of different models.<\/p>\n<p class=\"wp-block-paragraph\">To diagnose where sim-to-real divergence comes from, Genesis team built a real-time side-by-side rig. It runs the simulator and physical robot in parallel from the same initialization. Observations \u2014 camera frames and proprioception \u2014 can come from the simulator, the robot, or a blend of both. Swapping one source at a time isolates whether divergence originates from physics, rendering, communication, or control.<\/p>\n<p class=\"wp-block-paragraph\">After this work, their reality gap is <strong>45% smaller<\/strong>, measured by FID score on their dataset, than the next-best alternative simulator.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1462\" height=\"672\" data-attachment-id=\"80211\" data-permalink=\"https:\/\/www.marktechpost.com\/2026\/05\/30\/genesis-ai-releases-nyx-quadrants-and-genesis-world-1-0-physics-platform-for-scalable-robotics-foundation-model-evaluation\/screenshot-2026-05-30-at-2-19-49-am-2\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-30-at-2.19.49-AM-1.png\" data-orig-size=\"1462,672\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}\" data-image-title=\"Screenshot 2026-05-30 at 2.19.49\u202fAM\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-30-at-2.19.49-AM-1-1024x471.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/05\/Screenshot-2026-05-30-at-2.19.49-AM-1.png\" alt=\"\" class=\"wp-image-80211\" \/><figcaption class=\"wp-element-caption\">https:\/\/www.genesis.ai\/blog\/the-role-of-simulation-in-scalable-robotics-genesis-world-10-and-the-path-forward?x_refresh=1<\/figcaption><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>The Four Components of Genesis World 1.0<\/strong><\/h2>\n<h3 class=\"wp-block-heading\"><strong>Nyx \u2014 Real-Time Path-Traced Rendering<\/strong><\/h3>\n<p class=\"wp-block-paragraph\">Nyx is a GPU-accelerated path tracer that plugs into Genesis World as a camera sensor. It is available as the <code>gs-nyx-plugin<\/code> Python package. Prebuilt wheels are available for x86-64 Linux (manylinux 2.34+) and Windows 10\/11, and require an NVIDIA GPU with CUDA. <\/p>\n<p class=\"wp-block-paragraph\">Nyx targets noise-free 1080p frames in <strong>4 ms or less<\/strong> on a high-end consumer GPU, with no baking and no ghosting. To reach that target, it uses a visibility buffer, a bindless GPU-driven architecture, MSAA, hardware ray tracing, hardware matrix cores, and video compression.<\/p>\n<p class=\"wp-block-paragraph\">Path tracing is the baseline: multi-bounce lighting, soft shadows, and indirect illumination are correct by construction. A physically grounded camera model sits on top. An HDRI pipeline lights scenes with measured radiance. Assets come from internal scanning and photogrammetry. 3D Gaussian splats extend coverage where mesh reconstruction is insufficient.<\/p>\n<p class=\"wp-block-paragraph\">Nyx is driven by batched physics rather than scene-by-scene execution. This allows thousands of parallel rollouts \u2014 each with its own scenario, lighting, and camera trajectory \u2014 to pass through a single unified rendering pipeline.<\/p>\n<h3 class=\"wp-block-heading\"><strong>Genesis World Physics \u2014 Unified Multi-Physics Engine<\/strong><\/h3>\n<p class=\"wp-block-paragraph\">The Genesis World physics platform is open source (Apache 2.0) and runs multi-physics in a single pipeline: articulated rigid bodies (MJCF\/URDF\/USD), FEM for elastic deformables and cloth, MPM for granular and elasto-plastic materials, SPH for fluids, and PBD for fast cloth and position-based liquids.<\/p>\n<p class=\"wp-block-paragraph\">Three interchangeable couplers are available behind the same scene API: a fast general-purpose coupler; a Drake-style Semi-Analytic Primal coupler with hydroelastic contact; and an Incremental Potential Contact (IPC) coupler for intersection-free contact in deformable scenes. Switching between couplers requires a one-line code change, with no changes to assets, sensors, or the policy interface.<\/p>\n<p class=\"wp-block-paragraph\">Genesis World 1.0 introduced two new solvers. The <strong>External Articulation Constraint<\/strong> (built on top of libuipc) embeds joint-space dynamics directly into IPC\u2019s optimization, so joint-space forces and contact forces resolve simultaneously rather than staggered across separate solvers. The second is <strong>barrier-free elastodynamics<\/strong>, which replaces IPC\u2019s logarithmic barrier with a custom augmented Lagrangian. Standard IPC\u2019s barrier makes the Hessian ill-conditioned as contacts tighten. The augmented Lagrangian formulation avoids this, allowing every contact pair returned by continuous collision detection to enter the active set immediately. The research team reports up to <strong>103\u00d7 faster<\/strong> performance than traditional IPC in contact-heavy scenes, with intersection-free guarantees maintained.<\/p>\n<p class=\"wp-block-paragraph\">Additional improvements: new sensors (point-cloud tactile, temperature-grid, proximity), Implicit FEM with Newton + CG solver, and expanded asset support (URDF xacro, MuJoCo general actuators, compound\/mimic joints, equality\/weld constraints).<\/p>\n<h3 class=\"wp-block-heading\"><strong>Quadrants \u2014 Python-to-GPU Compiler<\/strong><\/h3>\n<p class=\"wp-block-paragraph\">Quadrants is a cross-platform compiler for GPU-accelerated physics simulation, developed by Genesis AI and released under Apache 2.0. Kernels are written in plain Python and JIT-compiled to NVIDIA CUDA, AMD ROCm, Apple Metal, Vulkan, and x86\/ARM64 CPUs via LLVM. It was forked from Taichi in June 2025. The name references the Chinese philosophical saying that Taichi gives rise to the Four Forms (<em>Quadrants<\/em>).<\/p>\n<p class=\"wp-block-paragraph\">Key performance improvements over upstream Taichi: up to <strong>4.6\u00d7<\/strong> faster runtime on Genesis manipulation and locomotion benchmarks. Warm-cache startup time for <code>single_franka_envs.py<\/code> dropped from 7.2 seconds to 0.3 seconds \u2014 a more than <strong>10\u00d7<\/strong> speedup. Reverse-mode autodiff is now a first-class citizen on all backends, making differentiable simulation portable.<\/p>\n<p class=\"wp-block-paragraph\">Physics steps are recorded as single kernel graphs, removing per-step launch latency. Independent kernels run in parallel via streams. Dense linear algebra (Cholesky factorization, triangular solves) compiles to 16\u00d716 tile-blocked code paths. A perf-dispatch layer benchmarks kernel variants on first call and caches the fastest choice per signature. Tensors share device memory with PyTorch via DLPack with zero-copy interop.<\/p>\n<p class=\"wp-block-paragraph\"><strong>Installation:<\/strong><\/p>\n<div class=\"dm-code-snippet dark dm-normal-version default no-background-mobile\">\n<div class=\"control-language\">\n<div class=\"dm-buttons\">\n<div class=\"dm-buttons-left\">\n<div class=\"dm-button-snippet red-button\"><\/div>\n<div class=\"dm-button-snippet orange-button\"><\/div>\n<div class=\"dm-button-snippet green-button\"><\/div>\n<\/div>\n<div class=\"dm-buttons-right\"><a><span class=\"dm-copy-text\">Copy Code<\/span><span class=\"dm-copy-confirmed\">Copied<\/span><span class=\"dm-error-message\">Use a different Browser<\/span><\/a><\/div>\n<\/div>\n<pre class=\" no-line-numbers\"><code class=\" no-wrap language-php\">pip install quadrants<\/code><\/pre>\n<\/div>\n<\/div>\n<h3 class=\"wp-block-heading\"><strong>Simulation Interface<\/strong><\/h3>\n<p class=\"wp-block-paragraph\">The fourth component is the simulation interface: tooling that connects the physics engine, renderer, and compiler into a usable system for downstream robotics applications. This includes a photogrammetry pipeline for creating digital twins, an automated pipeline for programmatic environment generation (scene layout, asset selection, task specification, and success metrics), and cross-embodiment environments spanning multiple robot configurations.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Evaluation Framework<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Genesis structures evaluation as a taxonomy of orthogonal perturbation axes across approximately 10 dimensions, following the framework in \u201c<a href=\"https:\/\/arxiv.org\/abs\/2503.01238\" target=\"_blank\" rel=\"noreferrer noopener\">A Taxonomy for Evaluating Generalist Robot Manipulation Policies<\/a>\u201c:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Visual:<\/strong> lighting conditions, camera perturbation, background variation<\/li>\n<li><strong>Behavioral:<\/strong> unseen object combinations, placement variations, robot configuration<\/li>\n<li><strong>Semantic:<\/strong> language rephrasing, subtask ordering, camera viewpoint<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">For each axis, one parameter varies while all others remain at nominal values. The research team defines robustness on a given axis as the relative performance retained under perturbation compared to the nominal, unperturbed setting. Perturbation sweeps across training checkpoints at multiple model scales require thousands of evaluation episodes per data point. This scale is only feasible because simulation evaluation runs without hardware.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>Genesis World 1.0 has four components: Nyx (renderer), Genesis World (physics), Quadrants (compiler), and a simulation interface.<\/li>\n<li>Simulation evaluation achieves a Pearson correlation of 0.8996 with on-hardware rollouts across 14 tasks and 200 episodes each.<\/li>\n<li>Policies are trained on real-world data only; no simulated data enters pretraining (zero-shot real-to-sim).<\/li>\n<li>Barrier-free elastodynamics achieves up to 103\u00d7 speedup over traditional IPC in contact-heavy scenes.<\/li>\n<li>Quadrants achieves up to 4.6\u00d7 faster runtime versus upstream Taichi, with warm-cache startup dropping from 7.2s to 0.3s.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide\" \/>\n<\/p><p class=\"wp-block-paragraph\">\n<\/p><p class=\"wp-block-paragraph\"><strong>GitHub Repositories:<\/strong><\/p>\n<ul class=\"wp-block-list\">\n<li>Genesis World Physics: <a href=\"https:\/\/github.com\/Genesis-Embodied-AI\/genesis-world\">github.com\/Genesis-Embodied-AI\/genesis-world<\/a><\/li>\n<li>Nyx Renderer: <a href=\"https:\/\/github.com\/Genesis-Embodied-AI\/genesis-nyx\">github.com\/Genesis-Embodied-AI\/genesis-nyx<\/a><\/li>\n<li>Quadrants Compiler: <a href=\"https:\/\/github.com\/Genesis-Embodied-AI\/quadrants\">github.com\/Genesis-Embodied-AI\/quadrants<\/a><\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">Also,\u00a0feel free to follow us on\u00a0<strong><a href=\"https:\/\/x.com\/intent\/follow?screen_name=marktechpost\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Twitter<\/mark><\/a><\/strong>\u00a0and don\u2019t forget to join our\u00a0<strong><a href=\"https:\/\/www.reddit.com\/r\/machinelearningnews\/\" target=\"_blank\" rel=\"noreferrer noopener\">150k+ ML SubReddit<\/a><\/strong>\u00a0and Subscribe to\u00a0<strong><a href=\"https:\/\/www.aidevsignals.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">our Newsletter<\/a><\/strong>. Wait! are you on telegram?\u00a0<strong><a href=\"https:\/\/t.me\/machinelearningresearchnews\" target=\"_blank\" rel=\"noreferrer noopener\">now you can join us on telegram as well.<\/a><\/strong><\/p>\n<p class=\"wp-block-paragraph\">Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?\u00a0<strong><a href=\"https:\/\/forms.gle\/wbash1wF6efRj8G58\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Connect with us<\/mark><\/a><\/strong><\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/05\/30\/genesis-ai-releases-nyx-quadrants-and-genesis-world-1-0-physics-platform-for-scalable-robotics-foundation-model-evaluation\/\">Genesis AI Releases Nyx, Quadrants, and Genesis World 1.0 Physics Platform for Scalable Robotics Foundation Model Evaluation<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Genesis AI released Genesis Wo&hellip;<\/p>\n","protected":false},"author":1,"featured_media":1001,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1000","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1000"}],"version-history":[{"count":0,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1000\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/media\/1001"}],"wp:attachment":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1000"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1000"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}