#36 · Primary category: Robotics & Embodied AI Simulation
SimplerEnv
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
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.