Elvinky commited on
Commit
a6f601b
·
verified ·
1 Parent(s): ca6fad6

Add Project03 G2 dataset

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -29,7 +29,7 @@ RW-RL Dataset is a real-world robot interaction dataset released by Boden Intell
29
 
30
  The broader RW-RL data program targets 1000+ hours of real robot interaction data across multiple robot embodiments, scene domains, task templates, and data regimes. In addition to teleoperated demonstrations, the dataset design emphasizes human intervention, autonomous rollouts, reward signals, done labels, and structured task semantics so that researchers can study policy correction, recovery, and closed-loop improvement in real environments.
31
 
32
- > The current Hugging Face repository contains the R1Lite release files listed below. The full RW-RL program is designed as an expanding real-robot RL data base, and future subsets can follow the same file layout.
33
 
34
  ## Dataset Coverage and Demo
35
 
@@ -142,6 +142,32 @@ The current R1Lite release uses 15 FPS H.264 videos. The visible camera streams
142
  - `observation.images.camera_wrist_left`
143
  - `observation.images.camera_wrist_right`
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  ## File Layout
146
 
147
  Each task folder is organized as follows:
 
29
 
30
  The broader RW-RL data program targets 1000+ hours of real robot interaction data across multiple robot embodiments, scene domains, task templates, and data regimes. In addition to teleoperated demonstrations, the dataset design emphasizes human intervention, autonomous rollouts, reward signals, done labels, and structured task semantics so that researchers can study policy correction, recovery, and closed-loop improvement in real environments.
31
 
32
+ > The current Hugging Face repository contains R1Lite and G2A releases. The full RW-RL program is designed as an expanding real-robot RL data base, and future subsets can follow the same file layout.
33
 
34
  ## Dataset Coverage and Demo
35
 
 
142
  - `observation.images.camera_wrist_left`
143
  - `observation.images.camera_wrist_right`
144
 
145
+ ## G2A Release
146
+
147
+ The G2A release uses the same one-episode-per-parquet and one-episode-per-video layout at 30 FPS with
148
+ eight camera streams. Project03 adds episodes to two existing tasks and introduces the key insertion and
149
+ unlocking task.
150
+
151
+ | Task folder | Episodes | Video files | Camera streams | Chunks |
152
+ | --- | ---: | ---: | --- | --- |
153
+ | `g2_auto_parts_sort` | 1,073 | 8,584 | 8 | `chunk-000`, `chunk-001` |
154
+ | `g2_box_unpack_pack` | 886 | 7,088 | 8 | `chunk-000` |
155
+ | `g2_carton_fold_assemble` | 705 | 5,640 | 8 | `chunk-000` |
156
+ | `g2_key_insert_unlock` | 1,605 | 12,840 | 8 | `chunk-000`, `chunk-001` |
157
+ | `g2_zip_tie_threading` | 942 | 7,536 | 8 | `chunk-000` |
158
+ | **G2A total** | **5,211** | **41,688** | **8 per episode** | **1000 episodes per chunk** |
159
+
160
+ The eight G2A camera streams are:
161
+
162
+ - `observation.images.camera_fisheye_left`
163
+ - `observation.images.camera_fisheye_right`
164
+ - `observation.images.camera_stereo_left`
165
+ - `observation.images.camera_stereo_right`
166
+ - `observation.images.camera_top`
167
+ - `observation.images.camera_top_back`
168
+ - `observation.images.camera_wrist_left`
169
+ - `observation.images.camera_wrist_right`
170
+
171
  ## File Layout
172
 
173
  Each task folder is organized as follows: