Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
1.28k
1.28k
label
class label
93 classes
0pendulum_length_0915ccea3542
0pendulum_length_0915ccea3542
0pendulum_length_0915ccea3542
1pendulum_length_16ee514e4f1f
1pendulum_length_16ee514e4f1f
1pendulum_length_16ee514e4f1f
2pendulum_length_1a79427eadad
2pendulum_length_1a79427eadad
2pendulum_length_1a79427eadad
3pendulum_length_1df02211fbb4
3pendulum_length_1df02211fbb4
3pendulum_length_1df02211fbb4
4pendulum_length_253cc6dc1340
4pendulum_length_253cc6dc1340
4pendulum_length_253cc6dc1340
5pendulum_length_2a15a1c3ccc3
5pendulum_length_2a15a1c3ccc3
5pendulum_length_2a15a1c3ccc3
6pendulum_length_4a6cd593fad6
6pendulum_length_4a6cd593fad6
6pendulum_length_4a6cd593fad6
7pendulum_length_5ce0fa4e8663
7pendulum_length_5ce0fa4e8663
7pendulum_length_5ce0fa4e8663
8pendulum_length_671a2358e7f8
8pendulum_length_671a2358e7f8
8pendulum_length_671a2358e7f8
9pendulum_length_67e5a11b7b0f
9pendulum_length_67e5a11b7b0f
9pendulum_length_67e5a11b7b0f
10pendulum_length_7554de1a3890
10pendulum_length_7554de1a3890
10pendulum_length_7554de1a3890
11pendulum_length_76d986418997
11pendulum_length_76d986418997
11pendulum_length_76d986418997
12pendulum_length_7dbccfd801ef
12pendulum_length_7dbccfd801ef
12pendulum_length_7dbccfd801ef
13pendulum_length_a14ba522cbd0
13pendulum_length_a14ba522cbd0
13pendulum_length_a14ba522cbd0
14pendulum_length_b38422ede942
14pendulum_length_b38422ede942
14pendulum_length_b38422ede942
15pendulum_length_b43ae5182421
15pendulum_length_b43ae5182421
15pendulum_length_b43ae5182421
16pendulum_length_b97170d05ae8
16pendulum_length_b97170d05ae8
16pendulum_length_b97170d05ae8
17pendulum_length_c21794778fb4
17pendulum_length_c21794778fb4
17pendulum_length_c21794778fb4
18pendulum_length_d0038d9a15a3
18pendulum_length_d0038d9a15a3
18pendulum_length_d0038d9a15a3
19pendulum_length_e4895e0475a8
19pendulum_length_e4895e0475a8
19pendulum_length_e4895e0475a8
20pendulum_length_ea21f99b5d90
20pendulum_length_ea21f99b5d90
20pendulum_length_ea21f99b5d90
21pendulum_theta0_deg_07a4d6dc732b
21pendulum_theta0_deg_07a4d6dc732b
21pendulum_theta0_deg_07a4d6dc732b
22pendulum_theta0_deg_15d74b530301
22pendulum_theta0_deg_15d74b530301
22pendulum_theta0_deg_15d74b530301
23pendulum_theta0_deg_16de4443d8ce
23pendulum_theta0_deg_16de4443d8ce
23pendulum_theta0_deg_16de4443d8ce
24pendulum_theta0_deg_24e54ad20d8c
24pendulum_theta0_deg_24e54ad20d8c
24pendulum_theta0_deg_24e54ad20d8c
25pendulum_theta0_deg_3d0914624a18
25pendulum_theta0_deg_3d0914624a18
25pendulum_theta0_deg_3d0914624a18
26pendulum_theta0_deg_90fbcf4ac625
26pendulum_theta0_deg_90fbcf4ac625
26pendulum_theta0_deg_90fbcf4ac625
27pendulum_theta0_deg_943cac5ddaad
27pendulum_theta0_deg_943cac5ddaad
27pendulum_theta0_deg_943cac5ddaad
28pendulum_theta0_deg_9aa5d06a6178
28pendulum_theta0_deg_9aa5d06a6178
28pendulum_theta0_deg_9aa5d06a6178
29pendulum_theta0_deg_9b97c14ae44e
29pendulum_theta0_deg_9b97c14ae44e
29pendulum_theta0_deg_9b97c14ae44e
30pendulum_theta0_deg_a6ae343f25f5
30pendulum_theta0_deg_a6ae343f25f5
30pendulum_theta0_deg_a6ae343f25f5
31pendulum_theta0_deg_ab15db3c186a
31pendulum_theta0_deg_ab15db3c186a
31pendulum_theta0_deg_ab15db3c186a
32pendulum_theta0_deg_ade36a3eba4e
32pendulum_theta0_deg_ade36a3eba4e
32pendulum_theta0_deg_ade36a3eba4e
33pendulum_theta0_deg_bbe6717465c1
End of preview. Expand in Data Studio

Genesis Physical Intervention Benchmark

This dataset contains controlled Genesis simulations for evaluating physically viable world models in embodied AI settings.

Repository: sarahnator/genesis-physical-interventions Visibility at upload time: private

Scenes

  • Ramp-cup-water
  • Robotic pour
  • Pendulum

Task Types

  • Single-rollout outcome prediction
  • Scalar physical prediction
  • Inverse parameter prediction
  • Pairwise counterfactual comparison

Files

data/vlm_entries.jsonl
data/manifest_all.jsonl
scenes/
artifacts/frames/
artifacts/videos/
artifacts/trajectories/

Dataset Size Summary

Number of VLM entries: 111

Entries by scene:

{
  "pendulum": 38,
  "ramp_cup": 31,
  "robotic_pour": 42
}

Entries by query type:

{
  "binary_outcome": 53,
  "inverse_parameter_prediction": 12,
  "pairwise_counterfactual": 15,
  "scalar_prediction": 31
}

Loading Example

from datasets import load_dataset
ds = load_dataset("sarahnator/genesis-physical-interventions", data_files="data/vlm_entries.jsonl", split="train")
print(ds[0])

Limitations

  • Labels are simulator-derived, not real-world measurements.
  • Some labels use proxies, such as receiver_fraction for robotic pouring.
  • This is a research benchmark for physical reasoning, not a complete real-world robotics benchmark.
Downloads last month
346