ClemensCV commited on
Commit
1667456
·
1 Parent(s): 6a879e4

Add camera sensitivity dataset card (#1)

Browse files

- Add camera sensitivity dataset card (ea07a63479b9955aa75eb17cd7044e8c21903d7d)

Files changed (1) hide show
  1. README.md +173 -0
README.md ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Arena DROID Camera Sensitivity Workflow Sample
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotics
7
+ - simulation
8
+ - policy-evaluation
9
+ - sensitivity-analysis
10
+ - isaaclab-arena
11
+ language:
12
+ - en
13
+ size_categories:
14
+ - n<1K
15
+ ---
16
+
17
+ # Arena DROID Camera Sensitivity Workflow Sample
18
+
19
+ ## Dataset Description
20
+
21
+ Arena-DROID-Camera-Sensitivity-Workflow-Sample is a compact set of episode-level results generated by an Isaac Lab-Arena simulation experiment. It lets users run the documented camera sensitivity analysis without first executing the policy-evaluation sweep.
22
+
23
+ The experiment evaluates an OpenPI `pi05` policy on a DROID Rubik's-cube pick-and-place task while independently varying the wrist-camera position on three axes. Each JSONL record contains the sampled camera offset, task instruction, episode outcome and length, timestamp, objective progress, and predicate events. The dataset does not contain robot trajectories, actions, observations, images, video, audio, or model weights.
24
+
25
+ | Dataset version | Records | Successful | Unsuccessful | Data file |
26
+ |---|---:|---:|---:|---|
27
+ | `arena_v0.2_lab_v3.0` | 10 | 7 | 3 | `episode_results_rebuild0.jsonl` |
28
+
29
+ This is a workflow sample. Its size is sufficient to demonstrate the software path, but not to measure policy robustness or compare policy performance.
30
+
31
+ ## Dataset Owner
32
+
33
+ - Owner: NVIDIA Corporation
34
+ - Technical contact: [Isaac Lab-Arena maintainers](https://github.com/isaac-sim/IsaacLab-Arena/issues)
35
+ - Hugging Face repository: [nvidia/Arena-DROID-Camera-Sensitivity-Workflow-Sample](https://huggingface.co/datasets/nvidia/Arena-DROID-Camera-Sensitivity-Workflow-Sample)
36
+
37
+ ## Dataset Creation Date
38
+
39
+ - Simulation run: 2026-08-06
40
+ - Hugging Face repository created: 2026-08-07
41
+
42
+ ## License/Terms of Use
43
+
44
+ No dataset-specific license is currently declared for this repository.
45
+
46
+ ## Intended Use
47
+
48
+ The dataset is intended to:
49
+
50
+ - reproduce the documented Isaac Lab-Arena sensitivity-analysis tutorial without rerunning the evaluation;
51
+ - exercise the episode-results reader and sensitivity-report generation path; and
52
+ - illustrate the episode-result schema produced by a controlled environment-variation sweep.
53
+
54
+ The dataset is not intended for:
55
+
56
+ - training or fine-tuning a robot policy;
57
+ - benchmarking, ranking, or comparing policies;
58
+ - drawing conclusions about policy robustness, safety, or real-world performance; or
59
+ - validating a production or safety-critical robotics system.
60
+
61
+ ## Dataset Characterization
62
+
63
+ ### Data Collection Method
64
+
65
+ The records were generated automatically in simulation. No human teleoperation or manual annotation was used during this evaluation run or included in the released payload. This statement does not describe the separate training data used to develop the OpenPI policy.
66
+
67
+ The experiment used:
68
+
69
+ - Isaac Lab-Arena's DROID absolute-joint-position embodiment;
70
+ - an OpenPI `pi05` policy through the Arena OpenPI adapter;
71
+ - the instruction, "Pick up the Rubik's cube and place it in the bowl.";
72
+ - a simulated Rubik's cube, bowl, maple table, and home-office environment;
73
+ - 10 episodes in one simulation environment with seed `42`; and
74
+ - independent wrist-camera translation offsets sampled from `-0.03` m to `0.03` m on each of three axes.
75
+
76
+ The dataset does not include the simulation assets, OpenPI software, or policy weights used during generation.
77
+
78
+ ### Labeling Method
79
+
80
+ Isaac Lab-Arena generated the `success`, progress, and event values automatically from the task's objective predicates. There are no human-provided labels.
81
+
82
+ ### Version and Provenance
83
+
84
+ - Dataset revision: `arena_v0.2_lab_v3.0`
85
+ - Dataset content commit: `6a879e4b09bc9911453dd8271081dfcf7d3aa9e1`
86
+ - Data-file SHA-256: `329a25484c2edc997d74e540b3bfe615a99390270c696c29effb73cc86497ea8`
87
+ - Isaac Lab-Arena introduction: [pull request 1055](https://github.com/isaac-sim/IsaacLab-Arena/pull/1055)
88
+
89
+ ## Dataset Format
90
+
91
+ The dataset contains one newline-delimited JSON file, `episode_results_rebuild0.jsonl`. Each line is one completed episode.
92
+
93
+ | Field | Type | Description |
94
+ |---|---|---|
95
+ | `job_name` | string | Experiment run name. |
96
+ | `env_id` | integer | Simulation environment index. |
97
+ | `episode_in_env` | integer | Zero-based episode index within the environment. |
98
+ | `seed` | integer | Experiment seed recorded for the episode. |
99
+ | `success` | boolean | Automatically evaluated task-success outcome. |
100
+ | `episode_length` | integer | Episode length in environment steps. |
101
+ | `language_instruction` | string | Instruction supplied to the policy. |
102
+ | `timestamp` | string | Episode timestamp in ISO 8601-like format. |
103
+ | `variations` | object | Sampled environment-variation values. |
104
+ | `progress` | object | Objective scores, completion state, active predicates, and predicate events. |
105
+
106
+ The `variations` object contains `droid_abs_joint_pos.camera_extrinsics_wrist_camera`, a three-element floating-point vector in metres. In the camera optical frame:
107
+
108
+ - element `0` is horizontal displacement: negative is left and positive is right;
109
+ - element `1` is vertical displacement: negative is up and positive is down; and
110
+ - element `2` is depth displacement: negative is backward and positive is forward.
111
+
112
+ The `progress.events` array records the episode-local environment step, objective, predicate, and score change for each completed task event.
113
+
114
+ Hugging Face may present the records as an automatically inferred `train` split. That label is a viewer convention; these are evaluation results, not training data.
115
+
116
+ ## Dataset Quantification
117
+
118
+ - JSONL records: 10
119
+ - Data-file size: 12,101 bytes
120
+ - Successful episodes: 7
121
+ - Unsuccessful episodes: 3
122
+ - Environment IDs: one (`env_id = 0`)
123
+ - Episode indices: 0 through 9
124
+ - Recorded run interval: 2026-08-06 10:43:07 through 10:57:21
125
+ - Images, videos, and audio: none
126
+
127
+ The released JSONL parses as 10 complete JSON objects. The recorded camera offsets are within the configured `[-0.03, 0.03]` m bounds.
128
+
129
+ ## Personal Data and Third-Party Content
130
+
131
+ A review of `episode_results_rebuild0.jsonl` at revision `arena_v0.2_lab_v3.0` found no names, email addresses, account identifiers, faces, voices, or real-world sensor captures. The file contains experiment identifiers, fixed task text, numeric results, and timestamps without timezone offsets.
132
+
133
+ The JSONL contains textual identifiers referring to DROID, OpenPI, and a Rubik's cube. It does not include or redistribute related assets, software, or model weights.
134
+
135
+ ## Limitations
136
+
137
+ - Ten episodes are too few for reliable sensitivity, robustness, or performance conclusions.
138
+ - All records come from one task, policy variant, seed, and simulation configuration.
139
+ - The dataset contains episode summaries rather than the raw actions, observations, camera frames, or simulator state needed to reproduce individual rollouts.
140
+ - Outcomes depend on the task predicates and thresholds used by the recorded workflow.
141
+ - Simulation results do not establish real-world robot behavior or safety.
142
+ - The timestamps do not include an explicit timezone offset.
143
+ - The JSONL does not identify the exact OpenPI model or software commit used to generate the run.
144
+ - The downloadable sample has a `0.7` success rate. Metrics shown for other runs in the workflow documentation do not describe this file.
145
+
146
+ ## Download and Use
147
+
148
+ Download the version used by the documented workflow:
149
+
150
+ ```bash
151
+ hf download \
152
+ nvidia/Arena-DROID-Camera-Sensitivity-Workflow-Sample \
153
+ episode_results_rebuild0.jsonl \
154
+ --repo-type dataset \
155
+ --revision arena_v0.2_lab_v3.0
156
+ ```
157
+
158
+ Follow the [Isaac Lab-Arena sensitivity-analysis workflow](https://isaac-sim.github.io/IsaacLab-Arena/main/pages/example_workflows/sensitivity_analysis/sensitivity_analysis.html) to generate the example posterior report.
159
+
160
+ ## Ethical Considerations
161
+
162
+ NVIDIA believes Trustworthy AI is a shared responsibility and has established policies and practices to support the development of AI applications. Users should evaluate whether this dataset and the surrounding workflow are appropriate for their use case and should not treat this small simulation sample as evidence of safe or effective deployment.
163
+
164
+ Please report security vulnerabilities or NVIDIA AI concerns through the [NVIDIA Product Security reporting page](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
165
+
166
+ ## References
167
+
168
+ - [Dataset repository](https://huggingface.co/datasets/nvidia/Arena-DROID-Camera-Sensitivity-Workflow-Sample)
169
+ - [Pinned dataset revision](https://huggingface.co/datasets/nvidia/Arena-DROID-Camera-Sensitivity-Workflow-Sample/tree/arena_v0.2_lab_v3.0)
170
+ - [Isaac Lab-Arena repository](https://github.com/isaac-sim/IsaacLab-Arena)
171
+ - [OpenPI repository](https://github.com/Physical-Intelligence/openpi)
172
+ - [Sensitivity-analysis workflow source](https://github.com/isaac-sim/IsaacLab-Arena/blob/main/docs/pages/example_workflows/sensitivity_analysis/sensitivity_analysis.rst)
173
+ - [Experiment configuration](https://github.com/isaac-sim/IsaacLab-Arena/blob/main/isaaclab_arena_environments/experiment_configs/droid_pnp_camera_sensitivity_openpi_experiment.yaml)