#36 · Primary category: Robotics & Embodied AI Simulation

SimplerEnv

computer-vision embodied-ai real2sim reinforcement-learning robot-learning robot-manipulation robotics robotics-benchmark robotics-simulation

Evaluating and reproducing real-world robot manipulation policies (e.g., RT-1, RT-1-X, Octo) in simulation under common setups (e.g., Google Robot, WidowX+Bridge) (CoRL 2024)

Project last updated:12/20/25

GitHub Stars

1.1K

Forks

198

Contributors

9

License

MIT

Why we included this project

Anyone testing generalist robot manipulation policies like RT-1, RT-1-X, or Octo has hit the same problem: real-world evaluation is slow and expensive. SimplerEnv (CoRL 2024) tackles that by moving the evaluation into simulation, wrapping SAPIEN and ManiSkill2/3 environments into ready-made setups for the Google Robot and WidowX+Bridge platforms. It scores policies two ways: visual matching overlays real images onto simulated scenes, and variant aggregation averages results across randomized backgrounds, lighting, and distractors. Together they give the sort of quantitative metrics that make checkpoint selection sensible and flag where a policy is likely to fail once it actually meets a robot. There is also a GPU-parallelized ManiSkill3 path that runs the Bridge environments 10-15x faster, and the repo documents how to add your own environments, robots, and policies, with inference scripts and a Colab notebook for reproducing published results.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category