RogersPyke commited on
Commit
9d1bbae
·
verified ·
1 Parent(s): 27d614f

Copy R1_Lite_move_the_position_of_the_glass into RoboCOIN_useable

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. R1_Lite_move_the_position_of_the_glass/.gitattributes +59 -0
  2. R1_Lite_move_the_position_of_the_glass/README.md +337 -0
  3. R1_Lite_move_the_position_of_the_glass/annotations/eef_acc_mag_annotation.jsonl +3 -0
  4. R1_Lite_move_the_position_of_the_glass/annotations/eef_direction_annotation.jsonl +7 -0
  5. R1_Lite_move_the_position_of_the_glass/annotations/eef_velocity_annotation.jsonl +3 -0
  6. R1_Lite_move_the_position_of_the_glass/annotations/gripper_activity_annotation.jsonl +4 -0
  7. R1_Lite_move_the_position_of_the_glass/annotations/gripper_mode_annotation.jsonl +3 -0
  8. R1_Lite_move_the_position_of_the_glass/annotations/scene_annotations.jsonl +200 -0
  9. R1_Lite_move_the_position_of_the_glass/annotations/subtask_annotations.jsonl +8 -0
  10. R1_Lite_move_the_position_of_the_glass/annotations/subtasks.jsonl +8 -0
  11. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000000.parquet +3 -0
  12. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000001.parquet +3 -0
  13. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000002.parquet +3 -0
  14. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000003.parquet +3 -0
  15. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000004.parquet +3 -0
  16. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000005.parquet +3 -0
  17. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000006.parquet +3 -0
  18. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000007.parquet +3 -0
  19. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000008.parquet +3 -0
  20. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000009.parquet +3 -0
  21. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000010.parquet +3 -0
  22. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000011.parquet +3 -0
  23. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000012.parquet +3 -0
  24. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000013.parquet +3 -0
  25. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000014.parquet +3 -0
  26. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000015.parquet +3 -0
  27. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000016.parquet +3 -0
  28. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000017.parquet +3 -0
  29. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000018.parquet +3 -0
  30. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000019.parquet +3 -0
  31. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000020.parquet +3 -0
  32. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000021.parquet +3 -0
  33. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000022.parquet +3 -0
  34. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000023.parquet +3 -0
  35. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000024.parquet +3 -0
  36. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000025.parquet +3 -0
  37. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000026.parquet +3 -0
  38. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000027.parquet +3 -0
  39. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000028.parquet +3 -0
  40. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000029.parquet +3 -0
  41. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000030.parquet +3 -0
  42. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000031.parquet +3 -0
  43. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000032.parquet +3 -0
  44. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000033.parquet +3 -0
  45. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000034.parquet +3 -0
  46. R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000035.parquet +3 -0
  47. R1_Lite_move_the_position_of_the_glass/meta/episodes.jsonl +36 -0
  48. R1_Lite_move_the_position_of_the_glass/meta/episodes_stats.jsonl +0 -0
  49. R1_Lite_move_the_position_of_the_glass/meta/info.json +1 -0
  50. R1_Lite_move_the_position_of_the_glass/meta/tasks.jsonl +1 -0
R1_Lite_move_the_position_of_the_glass/.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
R1_Lite_move_the_position_of_the_glass/README.md ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+
5
+ language:
6
+ - en
7
+ - zh
8
+
9
+
10
+ extra_gated_prompt: 'By accessing this dataset, you agree to cite the associated paper in your research/publications—see the "Citation" section for details. You agree to not use the dataset to conduct experiments that cause harm to human subjects.'
11
+
12
+
13
+
14
+ extra_gated_fields:
15
+
16
+ Company/Organization:
17
+ type: 'text'
18
+ description: 'e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"'
19
+
20
+ Country:
21
+ type: 'country'
22
+ description: 'e.g., "Germany", "China", "United States"'
23
+
24
+
25
+
26
+ tags:
27
+ - RoboCOIN
28
+ - LeRobot
29
+
30
+ frame_range: 10K-100K
31
+
32
+ license: apache-2.0
33
+
34
+ configs:
35
+ - config_name: default
36
+ data_files: data/*/*.parquet
37
+ ---
38
+
39
+ # R1_Lite_move_the_position_of_the_glass
40
+
41
+ ## 📋 Overview
42
+
43
+ This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot.
44
+
45
+ **Robot Type:** `galaxea_r1_lite`
46
+ | **Codebase Version:** `v2.1`
47
+ **End-Effector Type:** `two_finger_gripper`
48
+
49
+ ## 🏠 Scene Types
50
+
51
+ This dataset covers the following scene types:
52
+ - `home`
53
+
54
+
55
+ ## 🤖 Atomic Actions
56
+
57
+ This dataset includes the following atomic actions:
58
+ - `place`
59
+ - `pick`
60
+ - `grasp`
61
+
62
+
63
+ ## 📊 Dataset Statistics
64
+
65
+ | Metric | Value |
66
+ |--------|-------|
67
+ | **Total Episodes** | 36 |
68
+ | **Total Frames** | 12480 |
69
+ | **Total Tasks** | 1 |
70
+ | **Total Videos** | 144 |
71
+ | **Total Chunks** | 1 |
72
+ | **Chunk Size** | 1000 |
73
+ | **FPS** | 30 |
74
+ | **Dataset Size** | 423.9MB |
75
+
76
+
77
+ ## 👥 Authors
78
+
79
+ ### Contributors
80
+ This dataset is contributed by:
81
+ - [RoboCOIN](https://flagopen.github.io/RoboCOIN/) - RoboCOIN Team
82
+
83
+
84
+ ## 🔗 Links
85
+
86
+ - **🏠 Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/)
87
+ - **📄 Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441)
88
+ - **💻 Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN)
89
+ - **🌐 Project Page:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/)
90
+ - **🐛 Issues:** [https://github.com/FlagOpen/RoboCOIN/issues](https://github.com/FlagOpen/RoboCOIN/issues)
91
+ - **📜 License:** apache-2.0
92
+
93
+ ## 🏷️ Dataset Tags
94
+
95
+ - `RoboCOIN`
96
+ - `LeRobot`
97
+
98
+
99
+ ## 🎯 Task Descriptions
100
+
101
+ ### Primary Tasks
102
+ put the glass the designated position.
103
+
104
+ ### Sub-Tasks
105
+ This dataset includes 8 distinct subtasks:
106
+
107
+ 1. **Grasp the glasses case with left gripper**
108
+ 2. **Abnormal**
109
+ 3. **Grasp the glasses case with right gripper**
110
+ 4. **Place the glasses case on the table with right gripper**
111
+ 5. **Static**
112
+ 6. **Place the glasses case on the table with left gripper**
113
+ 7. **End**
114
+ 8. **null**
115
+
116
+
117
+ ## 🎥 Camera Views
118
+
119
+ This dataset includes 4 camera views.
120
+
121
+ ## 🏷️ Available Annotations
122
+
123
+ This dataset includes rich annotations to support diverse learning approaches:
124
+
125
+ ### Subtask Annotations
126
+ - **Subtask Segmentation**: Fine-grained subtask segmentation and labeling
127
+ ### Scene Annotations
128
+ - **Scene-level Descriptions**: Semantic scene classifications and descriptions
129
+ ### End-Effector Annotations
130
+ - **Direction**: Movement direction classifications for robot end-effectors
131
+ - **Velocity**: Velocity magnitude categorizations during manipulation
132
+ - **Acceleration**: Acceleration magnitude classifications for motion analysis
133
+
134
+
135
+ ### Gripper Annotations
136
+ - **Gripper Mode**: Open/close state annotations for gripper control
137
+ - **Gripper Activity**: Activity state classifications (active/inactive)
138
+
139
+
140
+ ### Additional Features
141
+ - **End-Effector Simulation Pose**: 6D pose information for end-effectors in simulation space
142
+ - Available for both state and action
143
+ - **Gripper Opening Scale**: Continuous gripper opening measurements
144
+ - Available for both state and action
145
+
146
+
147
+ ## 📂 Data Splits
148
+
149
+ The dataset is organized into the following splits:
150
+
151
+ - **Training**: Episodes 0:35
152
+
153
+
154
+ ## 📁 Dataset Structure
155
+
156
+ This dataset follows the LeRobot format and contains the following components:
157
+
158
+ ### Data Files
159
+ - **Videos**: Compressed video files containing RGB camera observations
160
+ - **State Data**: Robot joint positions, velocities, and other state information
161
+ - **Action Data**: Robot action commands and trajectories
162
+ - **Metadata**: Episode metadata, timestamps, and annotations
163
+
164
+ ### File Organization
165
+ - **Data Path Pattern**: `data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet`
166
+ - **Video Path Pattern**: `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`
167
+ - **Chunking**: Data is organized into 1 chunk(s)
168
+ of size 1000
169
+
170
+
171
+ ### Features Schema
172
+
173
+ The dataset includes the following features:
174
+
175
+ #### Visual Observations
176
+ - **observation.images.cam_high_left_rgb**: video
177
+ - FPS: 30
178
+ - Codec: av1- **observation.images.cam_high_right_rgb**: video
179
+ - FPS: 30
180
+ - Codec: av1- **observation.images.cam_left_wrist_rgb**: video
181
+ - FPS: 30
182
+ - Codec: av1- **observation.images.cam_right_wrist_rgb**: video
183
+ - FPS: 30
184
+ - Codec: av1
185
+
186
+ #### State and Action- **observation.state**: float32- **action**: float32
187
+
188
+ #### Temporal Information
189
+ - **timestamp**: float32
190
+ - **frame_index**: int64
191
+ - **episode_index**: int64
192
+ - **index**: int64
193
+ - **task_index**: int64
194
+
195
+
196
+ #### Annotations
197
+ - **subtask_annotation**: int32
198
+ - **scene_annotation**: int32
199
+
200
+
201
+ #### Motion Features
202
+ - **eef_sim_pose_state**: float32
203
+ - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z
204
+ - **eef_sim_pose_action**: float32
205
+ - Dimensions: left_eef_pos_x, left_eef_pos_y, left_eef_pos_z, left_eef_ori_x, left_eef_ori_y, left_eef_ori_z, right_eef_pos_x, right_eef_pos_y, right_eef_pos_z, right_eef_ori_x, right_eef_ori_y, right_eef_ori_z
206
+ - **eef_direction_state**: int32
207
+ - Dimensions: left_eef_direction, right_eef_direction
208
+ - **eef_direction_action**: int32
209
+ - Dimensions: left_eef_direction, right_eef_direction
210
+ - **eef_velocity_state**: int32
211
+ - Dimensions: left_eef_velocity, right_eef_velocity
212
+ - **eef_velocity_action**: int32
213
+ - Dimensions: left_eef_velocity, right_eef_velocity
214
+ - **eef_acc_mag_state**: int32
215
+ - Dimensions: left_eef_acc_mag, right_eef_acc_mag
216
+ - **eef_acc_mag_action**: int32
217
+ - Dimensions: left_eef_acc_mag, right_eef_acc_mag
218
+
219
+
220
+ #### Gripper Features
221
+ - **gripper_open_scale_state**: float32
222
+ - Dimensions: left_gripper_open_scale, right_gripper_open_scale
223
+ - **gripper_open_scale_action**: float32
224
+ - Dimensions: left_gripper_open_scale, right_gripper_open_scale
225
+ - **gripper_mode_state**: int32
226
+ - Dimensions: left_gripper_mode, right_gripper_mode
227
+ - **gripper_mode_action**: int32
228
+ - Dimensions: left_gripper_mode, right_gripper_mode
229
+ - **gripper_activity_state**: int32
230
+ - Dimensions: left_gripper_activity, right_gripper_activity
231
+
232
+
233
+ ### Meta Information
234
+
235
+ The complete dataset metadata is available in [meta/info.json](meta/info.json):
236
+
237
+ ```json
238
+ {"codebase_version": "v2.1", "robot_type": "galaxea_r1_lite", "total_episodes": 36, "total_frames": 12480, "total_tasks": 1, "total_videos": 144, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:35"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": {"observation.images.cam_high_left_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_high_right_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [16], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [18], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}}
239
+ ```
240
+
241
+ ### Directory Structure
242
+
243
+ The dataset is organized as follows (showing leaf directories with first 5 files only):
244
+
245
+ ```
246
+ R1_Lite_move_the_position_of_the_glass_qced_hardlink/
247
+ ├── annotations/
248
+ │ ├── eef_acc_mag_annotation.jsonl
249
+ │ ├── eef_direction_annotation.jsonl
250
+ │ ├── eef_velocity_annotation.jsonl
251
+ │ ├── gripper_activity_annotation.jsonl
252
+ │ ├── gripper_mode_annotation.jsonl
253
+ │ └── (...)
254
+ ├── data/
255
+ │ └── chunk-000/
256
+ │ ├── episode_000000.parquet
257
+ │ ├── episode_000001.parquet
258
+ │ ├── episode_000002.parquet
259
+ │ ├── episode_000003.parquet
260
+ │ ├── episode_000004.parquet
261
+ │ └── (...)
262
+ ├── meta/
263
+ │ ├── episodes.jsonl
264
+ │ ├── episodes_stats.jsonl
265
+ │ ├── info.json
266
+ │ └── tasks.jsonl
267
+ └── videos/
268
+ └── chunk-000/
269
+ ├── observation.images.cam_high_left_rgb/
270
+ │ ├── episode_000000.mp4
271
+ │ ├── episode_000001.mp4
272
+ │ ├── episode_000002.mp4
273
+ │ ├── episode_000003.mp4
274
+ │ ├── episode_000004.mp4
275
+ │ └── (...)
276
+ ├── observation.images.cam_high_right_rgb/
277
+ │ ├── episode_000000.mp4
278
+ │ ├── episode_000001.mp4
279
+ │ ├── episode_000002.mp4
280
+ │ ├── episode_000003.mp4
281
+ │ ├── episode_000004.mp4
282
+ │ └── (...)
283
+ ├── observation.images.cam_left_wrist_rgb/
284
+ │ ├── episode_000000.mp4
285
+ │ ├── episode_000001.mp4
286
+ │ ├── episode_000002.mp4
287
+ │ ├── episode_000003.mp4
288
+ │ ├── episode_000004.mp4
289
+ │ └── (...)
290
+ └── observation.images.cam_right_wrist_rgb/
291
+ ├── episode_000000.mp4
292
+ ├── episode_000001.mp4
293
+ ├── episode_000002.mp4
294
+ ├── episode_000003.mp4
295
+ ├── episode_000004.mp4
296
+ └── (...)
297
+ ```
298
+
299
+
300
+ ## 📞 Contact and Support
301
+
302
+ For questions, issues, or feedback regarding this dataset, please contact:
303
+ - **Email:** None
304
+ For questions, issues, or feedback regarding this dataset, please contact us.
305
+ ### Support
306
+ For technical support, please open an issue on our GitHub repository.
307
+
308
+ ## 📄 License
309
+
310
+ This dataset is released under the **apache-2.0** license.
311
+
312
+ Please refer to the LICENSE file for full license terms and conditions.
313
+
314
+
315
+ ## 📚 Citation
316
+
317
+ If you use this dataset in your research, please cite:
318
+
319
+ ```bibtex
320
+ @article{robocoin,
321
+ title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation},
322
+ author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao},
323
+ journal={arXiv preprint arXiv:2511.17441},
324
+ url = {https://arxiv.org/abs/2511.17441},
325
+ year={2025}
326
+ }
327
+ ```
328
+
329
+ ### Additional References
330
+
331
+ If you use this dataset, please also consider citing:
332
+ - LeRobot Framework: https://github.com/huggingface/lerobot
333
+
334
+ ## 📌 Version Information
335
+
336
+ ## Version History
337
+ - v1.0.0 (2025-11): Initial release
R1_Lite_move_the_position_of_the_glass/annotations/eef_acc_mag_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"eef_acc_mag_index": 0, "eef_acc_mag": "constant"}
2
+ {"eef_acc_mag_index": 1, "eef_acc_mag": "accelerating"}
3
+ {"eef_acc_mag_index": 2, "eef_acc_mag": "decelerating"}
R1_Lite_move_the_position_of_the_glass/annotations/eef_direction_annotation.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"eef_direction_index": 0, "eef_direction": "forward"}
2
+ {"eef_direction_index": 1, "eef_direction": "backward"}
3
+ {"eef_direction_index": 2, "eef_direction": "left"}
4
+ {"eef_direction_index": 3, "eef_direction": "right"}
5
+ {"eef_direction_index": 4, "eef_direction": "up"}
6
+ {"eef_direction_index": 5, "eef_direction": "down"}
7
+ {"eef_direction_index": 6, "eef_direction": "still"}
R1_Lite_move_the_position_of_the_glass/annotations/eef_velocity_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"eef_velocity_index": 0, "eef_velocity": "still"}
2
+ {"eef_velocity_index": 1, "eef_velocity": "slow"}
3
+ {"eef_velocity_index": 2, "eef_velocity": "fast"}
R1_Lite_move_the_position_of_the_glass/annotations/gripper_activity_annotation.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"gripper_activity_index": 0, "gripper_activity": "openning"}
2
+ {"gripper_activity_index": 1, "gripper_activity": "closing"}
3
+ {"gripper_activity_index": 2, "gripper_activity": "holding"}
4
+ {"gripper_activity_index": 3, "gripper_activity": "unknown"}
R1_Lite_move_the_position_of_the_glass/annotations/gripper_mode_annotation.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"gripper_mode_index": 0, "gripper_mode": "open"}
2
+ {"gripper_mode_index": 1, "gripper_mode": "closed"}
3
+ {"gripper_mode_index": 2, "gripper_mode": "unknown"}
R1_Lite_move_the_position_of_the_glass/annotations/scene_annotations.jsonl ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"scene_index": 0, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
2
+ {"scene_index": 1, "scene": "The white table is positioned at the back, while the black glasses bag is located on the right side."}
3
+ {"scene_index": 2, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back, indicating that both objects share the same positional relationship."}
4
+ {"scene_index": 3, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back right side."}
5
+ {"scene_index": 4, "scene": "The black glasses bag is positioned at the back, and the white table is also located at the back."}
6
+ {"scene_index": 5, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
7
+ {"scene_index": 6, "scene": "The white table is at the back, and the black glasses bag is positioned on the back left side."}
8
+ {"scene_index": 7, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
9
+ {"scene_index": 8, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
10
+ {"scene_index": 9, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
11
+ {"scene_index": 10, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
12
+ {"scene_index": 11, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back, indicating that both items are situated towards the rear of the space."}
13
+ {"scene_index": 12, "scene": "The white table is positioned at the back, while the black glasses bag is located at the center."}
14
+ {"scene_index": 13, "scene": "The white table is at the back, and the black glasses bag is located on the back left side."}
15
+ {"scene_index": 14, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
16
+ {"scene_index": 15, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back, indicating that both items are situated towards the rear of the space."}
17
+ {"scene_index": 16, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back left side relative to the table."}
18
+ {"scene_index": 17, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back, indicating that both items are situated towards the rear of the space."}
19
+ {"scene_index": 18, "scene": "The white table is positioned at the back, while the black glasses bag is located on the right side."}
20
+ {"scene_index": 19, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
21
+ {"scene_index": 20, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
22
+ {"scene_index": 21, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
23
+ {"scene_index": 22, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
24
+ {"scene_index": 23, "scene": "The white table is located at the back, while the black glasses bag is positioned to its right."}
25
+ {"scene_index": 24, "scene": "The black glasses bag is positioned at the back left, while the white table is located at the back."}
26
+ {"scene_index": 25, "scene": "The white table and the black glasses bag are both positioned at the back."}
27
+ {"scene_index": 26, "scene": "The black glasses bag is located at the back left position, while the white table is positioned at the back."}
28
+ {"scene_index": 27, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
29
+ {"scene_index": 28, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
30
+ {"scene_index": 29, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
31
+ {"scene_index": 30, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
32
+ {"scene_index": 31, "scene": "The black glasses bag is located at the back left position, while the white table is positioned at the back."}
33
+ {"scene_index": 32, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back, indicating that both objects share the same positional relationship."}
34
+ {"scene_index": 33, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
35
+ {"scene_index": 34, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
36
+ {"scene_index": 35, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
37
+ {"scene_index": 36, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
38
+ {"scene_index": 37, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
39
+ {"scene_index": 38, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
40
+ {"scene_index": 39, "scene": "The white table is at the back, and the black glasses bag is located on the back left side."}
41
+ {"scene_index": 40, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
42
+ {"scene_index": 41, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
43
+ {"scene_index": 42, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
44
+ {"scene_index": 43, "scene": "The black glasses bag is positioned at the back left, while the white table is located further back, behind it."}
45
+ {"scene_index": 44, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
46
+ {"scene_index": 45, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
47
+ {"scene_index": 46, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
48
+ {"scene_index": 47, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
49
+ {"scene_index": 48, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
50
+ {"scene_index": 49, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
51
+ {"scene_index": 50, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
52
+ {"scene_index": 51, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
53
+ {"scene_index": 52, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
54
+ {"scene_index": 53, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
55
+ {"scene_index": 54, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
56
+ {"scene_index": 55, "scene": "The white table is at the back, and the black glasses bag is positioned on the back left side."}
57
+ {"scene_index": 56, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
58
+ {"scene_index": 57, "scene": "The black glasses bag is positioned to the right, while the white table is located at the back."}
59
+ {"scene_index": 58, "scene": "The black glasses bag is located at the back right, while the white table is positioned behind it."}
60
+ {"scene_index": 59, "scene": "The white table is located at the back, while the black glasses bag is positioned to the right."}
61
+ {"scene_index": 60, "scene": "The white table is located at the back, while the black glasses bag is placed in the center."}
62
+ {"scene_index": 61, "scene": "The black glasses bag is located at the back right, while the white table is situated at the back, positioning it behind or possibly in relation to the glasses bag."}
63
+ {"scene_index": 62, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
64
+ {"scene_index": 63, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
65
+ {"scene_index": 64, "scene": "The white table is positioned at the back, while the black glasses bag is located on the right side."}
66
+ {"scene_index": 65, "scene": "The white table is positioned at the back, while two black glasses bags are located at the back left."}
67
+ {"scene_index": 66, "scene": "The black glasses bag is positioned at the back left, while the white table is located at the back."}
68
+ {"scene_index": 67, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
69
+ {"scene_index": 68, "scene": "The white table is at the back, and the black glasses bag is located on the back left side."}
70
+ {"scene_index": 69, "scene": "The black glasses bag is at the back, positioned similarly to the white table, which is also located at the back."}
71
+ {"scene_index": 70, "scene": "The white table is located at the back, while there are two black glasses bags placed on the right and also at the back."}
72
+ {"scene_index": 71, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
73
+ {"scene_index": 72, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
74
+ {"scene_index": 73, "scene": "The black glasses bag is at the back, positioned similarly to the white table, which is also located at the back."}
75
+ {"scene_index": 74, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
76
+ {"scene_index": 75, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
77
+ {"scene_index": 76, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
78
+ {"scene_index": 77, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back."}
79
+ {"scene_index": 78, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
80
+ {"scene_index": 79, "scene": "The white table and the black glasses bag are both positioned at the back."}
81
+ {"scene_index": 80, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back."}
82
+ {"scene_index": 81, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
83
+ {"scene_index": 82, "scene": "The white table is positioned at the back, while the black glasses bag is located to the right."}
84
+ {"scene_index": 83, "scene": "The white table is positioned at the back, while the black glasses bag is located to the right."}
85
+ {"scene_index": 84, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back left side relative to the table."}
86
+ {"scene_index": 85, "scene": "The white table is at the back, there s a black glasses bag also at the back, and another black glasses bag is located at the back right."}
87
+ {"scene_index": 86, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
88
+ {"scene_index": 87, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
89
+ {"scene_index": 88, "scene": "The black glasses bag is on the right side, positioned near it, while the white table is located at the back."}
90
+ {"scene_index": 89, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
91
+ {"scene_index": 90, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
92
+ {"scene_index": 91, "scene": "The white table is positioned at the back, while the black glasses bag is located in the center."}
93
+ {"scene_index": 92, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back, indicating that both items are situated towards the rear of the space."}
94
+ {"scene_index": 93, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
95
+ {"scene_index": 94, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
96
+ {"scene_index": 95, "scene": "The black glasses bag is located at the back left position, while the white table is situated at the back position."}
97
+ {"scene_index": 96, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back left side relative to the table."}
98
+ {"scene_index": 97, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
99
+ {"scene_index": 98, "scene": "The white table is positioned at the back, with two black glasses bags also located at the back (one to the right of the other)."}
100
+ {"scene_index": 99, "scene": "The black glasses bag is positioned at the back, similar to the white table which is also located at the back."}
101
+ {"scene_index": 100, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
102
+ {"scene_index": 101, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
103
+ {"scene_index": 102, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
104
+ {"scene_index": 103, "scene": "The white table is located at the back, while the black glasses bag is positioned to the left."}
105
+ {"scene_index": 104, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
106
+ {"scene_index": 105, "scene": "The black glasses bag is located at the back right, while the white table is positioned behind it."}
107
+ {"scene_index": 106, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
108
+ {"scene_index": 107, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back left."}
109
+ {"scene_index": 108, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
110
+ {"scene_index": 109, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
111
+ {"scene_index": 110, "scene": "The black glasses bag is located at the back right, while the white table is positioned behind it."}
112
+ {"scene_index": 111, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
113
+ {"scene_index": 112, "scene": "The white table is positioned at the back, with a black glasses bag located on its back left side, and another black glasses bag placed at the back."}
114
+ {"scene_index": 113, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
115
+ {"scene_index": 114, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
116
+ {"scene_index": 115, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
117
+ {"scene_index": 116, "scene": "The white table is at the back, and the black glasses bag is located on the back left side."}
118
+ {"scene_index": 117, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
119
+ {"scene_index": 118, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
120
+ {"scene_index": 119, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
121
+ {"scene_index": 120, "scene": "The white table and the black glasses bag are both positioned at the back."}
122
+ {"scene_index": 121, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
123
+ {"scene_index": 122, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
124
+ {"scene_index": 123, "scene": "The white table is positioned at the back, while there are two black glasses bags placed one at the back and another specifically at the back left."}
125
+ {"scene_index": 124, "scene": "The white table is located at the back, while the black glasses bag is positioned to its left."}
126
+ {"scene_index": 125, "scene": "The white table and the black glasses bag are both positioned at the back."}
127
+ {"scene_index": 126, "scene": "The black glasses bag is located at the back right, while the white table is situated at the back, positioning it behind or possibly in relation to the glasses bag."}
128
+ {"scene_index": 127, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
129
+ {"scene_index": 128, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
130
+ {"scene_index": 129, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
131
+ {"scene_index": 130, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
132
+ {"scene_index": 131, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
133
+ {"scene_index": 132, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
134
+ {"scene_index": 133, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
135
+ {"scene_index": 134, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
136
+ {"scene_index": 135, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
137
+ {"scene_index": 136, "scene": "The white table and the black glasses bag are both positioned at the back."}
138
+ {"scene_index": 137, "scene": "The white table and the black glasses bag are both positioned at the back."}
139
+ {"scene_index": 138, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
140
+ {"scene_index": 139, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
141
+ {"scene_index": 140, "scene": "The black glasses bag is positioned at the back right, while the white table is located at the back."}
142
+ {"scene_index": 141, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
143
+ {"scene_index": 142, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
144
+ {"scene_index": 143, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
145
+ {"scene_index": 144, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back, indicating that both items are situated towards the rear of the space."}
146
+ {"scene_index": 145, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
147
+ {"scene_index": 146, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
148
+ {"scene_index": 147, "scene": "The black glasses bag is positioned at the center, while the white table is located behind it."}
149
+ {"scene_index": 148, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
150
+ {"scene_index": 149, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
151
+ {"scene_index": 150, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
152
+ {"scene_index": 151, "scene": "The white table is positioned at the back, while the black glasses bag is located on the right side."}
153
+ {"scene_index": 152, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
154
+ {"scene_index": 153, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
155
+ {"scene_index": 154, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
156
+ {"scene_index": 155, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back, indicating that both items are situated in the same area."}
157
+ {"scene_index": 156, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
158
+ {"scene_index": 157, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back left side relative to the table."}
159
+ {"scene_index": 158, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
160
+ {"scene_index": 159, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back right side."}
161
+ {"scene_index": 160, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back, indicating that both objects share the same positional relationship."}
162
+ {"scene_index": 161, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back."}
163
+ {"scene_index": 162, "scene": "The white table is at the back, and the black glasses bag is located on the back left side."}
164
+ {"scene_index": 163, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right side."}
165
+ {"scene_index": 164, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
166
+ {"scene_index": 165, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back, indicating that both objects share the same positional relationship."}
167
+ {"scene_index": 166, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
168
+ {"scene_index": 167, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
169
+ {"scene_index": 168, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
170
+ {"scene_index": 169, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
171
+ {"scene_index": 170, "scene": "The white table and the black glasses bag are both positioned at the back."}
172
+ {"scene_index": 171, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
173
+ {"scene_index": 172, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
174
+ {"scene_index": 173, "scene": "The black glasses bag is positioned at the back, similar to the white table which is also located at the back."}
175
+ {"scene_index": 174, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
176
+ {"scene_index": 175, "scene": "The black glasses bag is positioned at the back, and the white table is also located at the back."}
177
+ {"scene_index": 176, "scene": "The white table is located at the back, while the black glasses bag is positioned in the center."}
178
+ {"scene_index": 177, "scene": "The white table is located at the back, while the black glasses bag is positioned on the back right side."}
179
+ {"scene_index": 178, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
180
+ {"scene_index": 179, "scene": "The black glasses bag is at the back, positioned similarly to the white table, which is also located at the back."}
181
+ {"scene_index": 180, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
182
+ {"scene_index": 181, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
183
+ {"scene_index": 182, "scene": "The white table and the black glasses bag are both positioned at the back."}
184
+ {"scene_index": 183, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back left."}
185
+ {"scene_index": 184, "scene": "The white table and the black glasses bag are both positioned at the back."}
186
+ {"scene_index": 185, "scene": "The white table is located at the back, while the black glasses bag is positioned towards the back right area."}
187
+ {"scene_index": 186, "scene": "The white table is at the back, positioned at its default location. The black glasses bag is placed at the back right section of the room."}
188
+ {"scene_index": 187, "scene": "The black glasses bag is positioned at the back, while the white table is also located at the back."}
189
+ {"scene_index": 188, "scene": "The white table is positioned at the back, while the black glasses bag is located on the back left side."}
190
+ {"scene_index": 189, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
191
+ {"scene_index": 190, "scene": "The black glasses bag is located at the back left position, while the white table is situated at the back position."}
192
+ {"scene_index": 191, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
193
+ {"scene_index": 192, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
194
+ {"scene_index": 193, "scene": "The white table is positioned at the back, while the black glasses bag is located in the back right area."}
195
+ {"scene_index": 194, "scene": "The white table is positioned at the back, and the black glasses bag is also located at the back."}
196
+ {"scene_index": 195, "scene": "The black glasses bag is located at the back left position, while the white table is positioned at the back."}
197
+ {"scene_index": 196, "scene": "The black glasses bag is located at the back right, while the white table is positioned at the back."}
198
+ {"scene_index": 197, "scene": "The white table is at the back, and the black glasses bag is positioned on the back left side."}
199
+ {"scene_index": 198, "scene": "The white table is located at the back, and the black glasses bag is also positioned at the back."}
200
+ {"scene_index": 199, "scene": "The white table is positioned at the back, while the black glasses bag is located at the back right."}
R1_Lite_move_the_position_of_the_glass/annotations/subtask_annotations.jsonl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {"subtask_index": 0, "subtask": "Grasp the glasses case with left gripper"}
2
+ {"subtask_index": 1, "subtask": "Abnormal"}
3
+ {"subtask_index": 2, "subtask": "Grasp the glasses case with right gripper"}
4
+ {"subtask_index": 3, "subtask": "Place the glasses case on the table with right gripper"}
5
+ {"subtask_index": 4, "subtask": "Static"}
6
+ {"subtask_index": 5, "subtask": "Place the glasses case on the table with left gripper"}
7
+ {"subtask_index": 6, "subtask": "End"}
8
+ {"subtask_index": 7, "subtask": "null"}
R1_Lite_move_the_position_of_the_glass/annotations/subtasks.jsonl ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {"subtask_index": 0, "subtask": "Place the glasses case on the table with left gripper"}
2
+ {"subtask_index": 1, "subtask": "Place the glasses case on the table with right gripper"}
3
+ {"subtask_index": 2, "subtask": "Abnormal"}
4
+ {"subtask_index": 3, "subtask": "Static"}
5
+ {"subtask_index": 4, "subtask": "Grasp the glasses case with left gripper"}
6
+ {"subtask_index": 5, "subtask": "End"}
7
+ {"subtask_index": 6, "subtask": "Grasp the glasses case with right gripper"}
8
+ {"subtask_index": 7, "subtask": "null"}
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9775e92d1b63904fd58e57948d773e8771e168be783d41abd60f575f7b79e1f6
3
+ size 53777
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31dcca063bcdbd5914b8ee9ab5b41605e198e0517d217b552ce976b560f88edd
3
+ size 80562
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae39e536b0b701ca4973dd826ea11090acdf399c7273c304bb5bb66dacce110
3
+ size 67944
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0648aeceadb8706b52a65ed8602beab491c4f1b51a45fe2e9b86deaee45060af
3
+ size 51629
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c228f09721d7a9efd14a8b113d3af5c67970cadff8cc4468f761bf3598e2ed04
3
+ size 63416
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df8f1555c17c19e490988bbeae2bc46686545483dd2970cbe87d1211544a8b8
3
+ size 68511
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5672629b6b1311dcc7f568efbe5828e76e6932f7d84ca4ec41f3fc4eae550132
3
+ size 70157
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42910176cb7a0c7a4ef88d95e6b0645a575e87fa78f7fa31c7accd27433e7916
3
+ size 93941
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1425bcbccd920326c23da023aa45bdd24db8b2f29848286984740e4c7fa6e4a
3
+ size 78952
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c4892a1ebd286bcdaef1eeb4ed9324336a7ff0b61c920560a6ec703e4c63fa
3
+ size 56849
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bf1a423d1a2b67ebb6eee306035197c557221d1849890148ea4bd9f927d6f42
3
+ size 61342
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b926158c777e01980b215bc4a958c94aa0aa549bd7522079ce85e944311797fc
3
+ size 58003
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1abbc94e09a860bfc45bb5df77502e5fc6427d6a8b76c24202af024f5aa7ce93
3
+ size 65242
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc48df9bcad5b85588b02c3bbe6c9b0e39afd1b78369ba9d6a12d3d85a7cd55
3
+ size 53188
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87bc4f0b15e9f1f409a4b323308ba372c9a5b086cb887adf2b88570855b81fb8
3
+ size 59081
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c62b04bcfb3a87594e6f080965c1fd3b151f64c9b032d7d38316db5c181844
3
+ size 75215
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9177187cb47e642e35cb0b0a9b709256e04d1d47a4d3c7fa198da281f51a54de
3
+ size 50005
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5200f2466e7dc329c8c53c9a3193c5dc5d3d113b5e40623157115dd358209f
3
+ size 79249
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ec35bd556aed9c08fa14bebbd4f58a08ab8064fd658ae70b4cff77ced7ed1d
3
+ size 84931
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a1fa35de3fdc5f900041a78d290b7f90c52dd727096041fb4a73296994a6ed
3
+ size 72914
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4621755a4eb85bd335bea4eee7ffd2cf97e96f7331b94cb608b6a9f6b8353fcd
3
+ size 113943
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7ad6a1a2ab7399d96b6dbde0c2fc3ec1e971e6c491e71e810d6edbb58da1498
3
+ size 82782
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aede34ba529e690718e5864549babc86f37bdc978348dc869713248f167de7a0
3
+ size 66477
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a2b8e22f3d0b3410635c567010057e88b0003230512727538a77b9d25534f1
3
+ size 58488
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96bc873e6e4961dc3e504c33c838e30ea4bddf02f7bec8a72176ed7a35418a2f
3
+ size 72416
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35d7d9feb29b58657328748838de2e833cc5da44741b1fdebb943c4358d6357
3
+ size 67176
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6bb54d4ac74587b1ee4caee5ab8469ab09312b09da74f118a661539b7eb1086
3
+ size 69090
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3122169d190b585d5d9c012fc1f261b06cc7203d3df2454e6c9bc71e4b5842
3
+ size 83633
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8471b5a609e420025a3c1e01f02223bc54b4f62d02bbcc1ead30edaba85736f
3
+ size 57581
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e792096a506dfc86bd4b95151080b3558c073175198e151a2757f13366910350
3
+ size 51286
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd334da9bc09408ec70c0efdd20e59fb21182538f2abc706da1f8fb4b969e721
3
+ size 62383
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da450de434ef3aa80b382d99cb0722ced99c832319e3471c3a9a95ba39a8aee4
3
+ size 74340
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd8e027190c4b8a861ac3fdb56ce9c3b8afb3a13a610281116149453fd4e22cd
3
+ size 57338
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28140776d072e2b6c9100e47cd1b04dd9e64d7913f16e4e78ba2dbcde25df32f
3
+ size 57307
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143bd6e4916879fa8a4f096f34ef13dfe032b553c504258980f915f61e34f0d4
3
+ size 85244
R1_Lite_move_the_position_of_the_glass/data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d13eeac2e7764ebe29fe9e824f23eda2ed40705f7b33eae9ffafe9590a7f3e1e
3
+ size 60238
R1_Lite_move_the_position_of_the_glass/meta/episodes.jsonl ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["put the glass the designated position."], "length": 215}
2
+ {"episode_index": 1, "tasks": ["put the glass the designated position."], "length": 463}
3
+ {"episode_index": 2, "tasks": ["put the glass the designated position."], "length": 322}
4
+ {"episode_index": 3, "tasks": ["put the glass the designated position."], "length": 212}
5
+ {"episode_index": 4, "tasks": ["put the glass the designated position."], "length": 334}
6
+ {"episode_index": 5, "tasks": ["put the glass the designated position."], "length": 324}
7
+ {"episode_index": 6, "tasks": ["put the glass the designated position."], "length": 366}
8
+ {"episode_index": 7, "tasks": ["put the glass the designated position."], "length": 515}
9
+ {"episode_index": 8, "tasks": ["put the glass the designated position."], "length": 414}
10
+ {"episode_index": 9, "tasks": ["put the glass the designated position."], "length": 261}
11
+ {"episode_index": 10, "tasks": ["put the glass the designated position."], "length": 278}
12
+ {"episode_index": 11, "tasks": ["put the glass the designated position."], "length": 290}
13
+ {"episode_index": 12, "tasks": ["put the glass the designated position."], "length": 316}
14
+ {"episode_index": 13, "tasks": ["put the glass the designated position."], "length": 215}
15
+ {"episode_index": 14, "tasks": ["put the glass the designated position."], "length": 256}
16
+ {"episode_index": 15, "tasks": ["put the glass the designated position."], "length": 408}
17
+ {"episode_index": 16, "tasks": ["put the glass the designated position."], "length": 203}
18
+ {"episode_index": 17, "tasks": ["put the glass the designated position."], "length": 483}
19
+ {"episode_index": 18, "tasks": ["put the glass the designated position."], "length": 481}
20
+ {"episode_index": 19, "tasks": ["put the glass the designated position."], "length": 392}
21
+ {"episode_index": 20, "tasks": ["put the glass the designated position."], "length": 663}
22
+ {"episode_index": 21, "tasks": ["put the glass the designated position."], "length": 441}
23
+ {"episode_index": 22, "tasks": ["put the glass the designated position."], "length": 319}
24
+ {"episode_index": 23, "tasks": ["put the glass the designated position."], "length": 260}
25
+ {"episode_index": 24, "tasks": ["put the glass the designated position."], "length": 385}
26
+ {"episode_index": 25, "tasks": ["put the glass the designated position."], "length": 341}
27
+ {"episode_index": 26, "tasks": ["put the glass the designated position."], "length": 367}
28
+ {"episode_index": 27, "tasks": ["put the glass the designated position."], "length": 457}
29
+ {"episode_index": 28, "tasks": ["put the glass the designated position."], "length": 320}
30
+ {"episode_index": 29, "tasks": ["put the glass the designated position."], "length": 251}
31
+ {"episode_index": 30, "tasks": ["put the glass the designated position."], "length": 291}
32
+ {"episode_index": 31, "tasks": ["put the glass the designated position."], "length": 382}
33
+ {"episode_index": 32, "tasks": ["put the glass the designated position."], "length": 265}
34
+ {"episode_index": 33, "tasks": ["put the glass the designated position."], "length": 254}
35
+ {"episode_index": 34, "tasks": ["put the glass the designated position."], "length": 471}
36
+ {"episode_index": 35, "tasks": ["put the glass the designated position."], "length": 265}
R1_Lite_move_the_position_of_the_glass/meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
R1_Lite_move_the_position_of_the_glass/meta/info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"codebase_version": "v2.1", "robot_type": "galaxea_r1_lite", "total_episodes": 36, "total_frames": 12480, "total_tasks": 1, "total_videos": 144, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": {"train": "0:35"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": {"observation.images.cam_high_left_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_high_right_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_left_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.images.cam_right_wrist_rgb": {"dtype": "video", "shape": [720, 1280, 3], "names": ["height", "width", "channels"], "info": {"video.height": 720, "video.width": 1280, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false}}, "observation.state": {"dtype": "float32", "shape": [16], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "action": {"dtype": "float32", "shape": [18], "names": ["left_arm_joint_1_rad", "left_arm_joint_2_rad", "left_arm_joint_3_rad", "left_arm_joint_4_rad", "left_arm_joint_5_rad", "left_arm_joint_6_rad", "left_arm_joint_7_rad", "right_arm_joint_1_rad", "right_arm_joint_2_rad", "right_arm_joint_3_rad", "right_arm_joint_4_rad", "right_arm_joint_5_rad", "right_arm_joint_6_rad", "right_arm_joint_7_rad", "left_gripper_open", "right_gripper_open"]}, "timestamp": {"dtype": "float32", "shape": [1], "names": null}, "frame_index": {"dtype": "int64", "shape": [1], "names": null}, "episode_index": {"dtype": "int64", "shape": [1], "names": null}, "index": {"dtype": "int64", "shape": [1], "names": null}, "task_index": {"dtype": "int64", "shape": [1], "names": null}, "subtask_annotation": {"names": null, "dtype": "int32", "shape": [5]}, "scene_annotation": {"names": null, "dtype": "int32", "shape": [1]}, "eef_sim_pose_state": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_sim_pose_action": {"names": ["left_eef_pos_x", "left_eef_pos_y", "left_eef_pos_z", "left_eef_ori_x", "left_eef_ori_y", "left_eef_ori_z", "right_eef_pos_x", "right_eef_pos_y", "right_eef_pos_z", "right_eef_ori_x", "right_eef_ori_y", "right_eef_ori_z"], "dtype": "float32", "shape": [12]}, "eef_direction_state": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_direction_action": {"names": ["left_eef_direction", "right_eef_direction"], "dtype": "int32", "shape": [2]}, "eef_velocity_state": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_velocity_action": {"names": ["left_eef_velocity", "right_eef_velocity"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_state": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "eef_acc_mag_action": {"names": ["left_eef_acc_mag", "right_eef_acc_mag"], "dtype": "int32", "shape": [2]}, "gripper_open_scale_state": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_open_scale_action": {"names": ["left_gripper_open_scale", "right_gripper_open_scale"], "dtype": "float32", "shape": [2]}, "gripper_mode_state": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_mode_action": {"names": ["left_gripper_mode", "right_gripper_mode"], "dtype": "int32", "shape": [2]}, "gripper_activity_state": {"names": ["left_gripper_activity", "right_gripper_activity"], "dtype": "int32", "shape": [2]}}}
R1_Lite_move_the_position_of_the_glass/meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "put the glass the designated position."}