GS-Playground: A High-Throughput Photorealistic Simulator for Vision-Informed Robot Learning

arXiv cs.RO / 4/29/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • GS-Playground is introduced as a new vision-centric simulation framework to speed up end-to-end perceptual learning for embodied robot AI, where photorealistic rendering has been too computationally expensive.
  • The system combines a newly built high-performance parallel physics engine with a batch 3D Gaussian Splatting (3DGS) rendering pipeline to keep high-fidelity synchronization between vision and dynamics.
  • The framework reports a major throughput improvement—up to 10^4 FPS at 640×480 resolution—aiming to make large-scale visual reinforcement learning more practical.
  • It also provides an automated Real2Sim workflow to reconstruct photorealistic, physically consistent, and memory-efficient environments, reducing the manual effort of creating simulation-ready 3D assets.
  • Experiments across locomotion, navigation, and manipulation suggest GS-Playground helps bridge the perceptual and physical gaps for contact-rich manipulation and other embodied tasks.

Abstract

Embodied AI research is undergoing a shift toward vision-centric perceptual paradigms. While massively parallel simulators have catalyzed breakthroughs in proprioception-based locomotion, their potential remains largely untapped for vision-informed tasks due to the prohibitive computational overhead of large-scale photorealistic rendering. Furthermore, the creation of simulation-ready 3D assets heavily relies on labor-intensive manual modeling, while the significant sim-to-real physical gap hinders the transfer of contact-rich manipulation policies. To address these bottlenecks, we propose GS-Playground, a multi-modal simulation framework designed to accelerate end-to-end perceptual learning. We develop a novel high-performance parallel physics engine, specifically designed to integrate with a batch 3D Gaussian Splatting (3DGS) rendering pipeline to ensure high-fidelity synchronization. Our system achieves a breakthrough throughput of 10^4 FPS at 640x480 resolution, significantly lowering the barrier for large-scale visual RL. Additionally, we introduce an automated Real2Sim workflow that reconstructs photorealistic, physically consistent, and memory-efficient environments, streamlining the generation of complex simulation-ready scenes. Extensive experiments on locomotion, navigation, and manipulation demonstrate that GS-Playground effectively bridges the perceptual and physical gaps across diverse embodied tasks. Project homepage: https://gsplayground.github.io.