Skip to main content
SimperEnv is a framework for evaluating real-world robot manipulation policies (RT-1, RT-1-X, Octo) in simulation. It replicates common setups like Google Robot and WidowX+Bridge, with GPU-accelerated simulations providing 10-15x speedup. For more information, see the official repository.

Benchmark results

Bridge dataset (WidowX robot)

Checkpoint: nvidia/GR00T-N1.6-bridge

Fractal dataset (Google robot)

Checkpoint: nvidia/GR00T-N1.6-fractal

Fine-tuning

Bridge dataset (WidowX robot)

1

Download dataset

2

Copy modality configuration

3

Run fine-tuning

Remember to set WANDB_API_KEY if using Weights & Biases tracking, or remove the --use-wandb flag from the training script.

Fractal dataset (Google robot)

1

Download dataset

2

Copy modality configuration

3

Convert video format (optional)

If AV1 codec doesn’t work on your machine:
4

Run fine-tuning

Evaluation

Setup environment

Install the required dependencies (only needs to be done once):

Run evaluation

1

Start policy server

In Terminal 1, choose one of the following options:Option 1: Local fine-tuned checkpoint
Option 2: Remote fine-tuned checkpoint
2

Start evaluation client

In Terminal 2:

Available tasks

Google robot tasks

  • simpler_env_google/google_robot_pick_coke_can
  • simpler_env_google/google_robot_pick_object
  • simpler_env_google/google_robot_move_near
  • simpler_env_google/google_robot_open_drawer
  • simpler_env_google/google_robot_close_drawer
  • simpler_env_google/google_robot_place_in_closed_drawer

WidowX robot tasks

  • simpler_env_widowx/widowx_spoon_on_towel
  • simpler_env_widowx/widowx_carrot_on_plate
  • simpler_env_widowx/widowx_put_eggplant_in_basket
  • simpler_env_widowx/widowx_stack_cube
  • simpler_env_widowx/widowx_put_eggplant_in_sink
  • simpler_env_widowx/widowx_close_drawer
  • simpler_env_widowx/widowx_open_drawer
You can find additional tasks at the SimplerEnv repository.