SimplerEnv: Simulated Manipulation Policy Evaluation with Real-World Video Prompts

SimplerEnv: Simulated Manipulation Policy Evaluation with Real-World Video Prompts

Featured

Xuanlin Li, Kyle Hsu, Jiayuan Gu, Karl Pertsch, Qiang Liu, Chuyuan Fu, Igor Mordatch, Jiajun Wu, Yan Zhao, Zhenyu Jiang · UC Berkeley, Stanford, Google DeepMind · 2024

Framework

PyTorch

License

MIT

Stars

1,068

Summary

A benchmark environment for evaluating real-world robot manipulation policies in simulation using real-world video prompts, enabling zero-shot sim-to-real transfer evaluation without physical hardware.

Abstract Summary

SimplerEnv fills a critical gap in robot learning: how do you rigorously evaluate a real-world manipulation policy without deploying it on expensive physical robots? Introduced at RSS 2024, the work proposes a simulation-based evaluation framework where policies are tested in high-fidelity simulated scenes that are initialized from real-world video observations. By prompting the simulator with a single real-world video frame, the policy sees a distribution of test-time visual conditions that closely mirrors the target deployment environment. The approach leverages state-of-the-art 3D reconstruction (NeRF, Gaussian Splatting, or depth-based mesh generation) to convert real-world video sequences into interactive simulation scenes. Given a video of a kitchen counter, for example, SimplerEnv reconstructs the scene geometry, object shapes, and approximate material properties. It then places the policy's embodiment into the reconstructed scene and evaluates success on the target task — all without any physical robot interaction. The benchmark includes 50+ tasks spanning drawer opening, object relocation, tool use, and articulated object manipulation. Each task provides a real-world video prompt, a reconstructed simulator scene, and standardized evaluation metrics. The authors show strong correlation between SimplerEnv scores and real-world success rates across multiple policies (ACT, Diffusion Policy, RT-1, Octo), validating the approach as a proxy for expensive physical evaluation. A key finding is that adding even minor visual mismatches between the prompt video and the simulator scene significantly degrades policy performance, highlighting the brittleness of current vision-based policies. SimplerEnv also supports counterfactual evaluation: by editing the reconstructed scene (e.g., changing an object's color, adding distractors, or modifying lighting), researchers can perform controlled ablation studies that are impossible in the real world. The codebase is built on top of SAPIEN and ManiSkill, with well-documented scene reconstruction pipelines and evaluation scripts. For any lab that cannot afford extensive real-world robot deployments, SimplerEnv offers a principled, validated alternative for policy benchmarking and iterative development.

Key Points

  • Evaluates real-world manipulation policies in simulation using real-world video prompts.
  • Reconstructs interactive sim scenes from video via NeRF/Gaussian Splatting/depth meshing.
  • 50+ tasks with standardized metrics; validated against real-world policy success rates.
  • Supports counterfactual scene editing for controlled ablation studies.
  • Built on SAPIEN + ManiSkill; ideal for labs with limited physical robot access.
Share

Related Papers

3DThinkVLA: Endowing Vision-Language-Action Models with Latent 3D Priors via 3D-Thinking-Guided Co-training

3DThinkVLA: Endowing Vision-Language-Action Models with Latent 3D Priors via 3D-Thinking-Guided Co-training

Jiaxin Shi, Xidong Zhang, Fucai Zhu et al. · arXiv preprint · Jun 2026

We propose a 3D-thinking-guided co-training framework that enables vision-language-action (VLA) models to perform 3D spatial reasoning implicitly during action prediction. Our core insight is that 3D geometry perception and 3D spatial reasoning are distinct capabilities that can be disentangled and ...

sim-to-real reinforcement-learning vision vla manipulation
PDF Advanced
No code repo Jun 2026
EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

Christen Millerdurai, Shaoxiang Wang, Yaxu Xie et al. · SIGGRAPH 2026 · May 2026

Reconstructing the absolute 3D pose and shape of the hands from the user's viewpoint using a single head-mounted camera is crucial for practical egocentric interaction in AR/VR, telepresence, and hand-centric manipulation tasks, where sensing must...

manipulation manipulation simulation
Code PDF Intermediate
Code ★ 0 May 2026
Flash-WAM: Modality-Aware Distillation for World Action Models

Flash-WAM: Modality-Aware Distillation for World Action Models

Arman Akbari, Ci Zhang, Arash Akbari et al. · arXiv preprint · Jun 2026

World-action models (WAMs) jointly generate future video and robot actions through iterative diffusion, achieving strong performance on manipulation benchmarks but requiring tens of denoising steps, a cost that precludes real-time control. Step distillation has emerged as the natural remedy, but off...

sim-to-real reinforcement-learning diffusion-policy manipulation humanoid
PDF Intermediate
No code repo Jun 2026