Photorealistic simulation for contact-rich policy training
GS-Playground connects a parallel physics engine with batched 3D Gaussian Splatting (3DGS), a rendering method for photorealistic scene reconstruction. The goal is to keep visual inputs close to real camera data without losing the simulation scale needed for reinforcement learning.
The reported numbers are the main signal. The paper claims about 10,000 FPS 3DGS rendering at 640×480 on an RTX 4090-class setup, supports up to 2048 rendered scenes at that resolution, and lists up to 4096 3DGS environments. Its pruning step removes more than 90% of Gaussians while keeping PSNR loss below 0.05. The simulator also binds Gaussian assets to rigid bodies, so rendered objects move with the physics state during contacts.
This matters for robot learning because contact-rich manipulation, navigation, and locomotion need both many trials and useful images. The Real2Sim pipeline adds another practical piece: it turns RGB captures into assets, meshes, poses, scales, and collision-ready scene elements, reducing the manual work normally needed to build simulation scenes.