lr-2002 commited on
Commit
b140c6b
·
verified ·
1 Parent(s): 430a65b

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ multimodal:
8
+ - vision
9
+ pretty_name: DataArm move the cylinder to the green plate
10
+ task_categories:
11
+ - imitation-learning
12
+ task_ids:
13
+ - continuous-control
14
+ - robotic-manipulation
15
+ ---
16
+
17
+ # lr-2002/test_60
18
+
19
+ ## Dataset Description
20
+
21
+ This dataset contains robot arm demonstration trajectories collected with the DataArm robotic system.
22
+
23
+ - **Task**: move the cylinder to the green plate
24
+ - **Action Type**: delta_joint
25
+ - **Total Episodes**: 49
26
+ - **Total Frames**: 20164
27
+ - **FPS**: 60
28
+
29
+ ## Action Format
30
+
31
+ **Action Type**: delta_joint
32
+
33
+ Actions are **delta joint positions** (in radians). Each action is an 8-dimensional vector representing relative position changes from current joint positions.
34
+
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e0c3122d038a5626fc2e22b2cd8507b7db4f468fe2662e9ad15c1db18fd90c
3
+ size 1479998
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c926be741aa0cab3b2bbdaa5b305b679966b7885f06c96ba947273a9c4ba27a
3
+ size 5143
meta/info.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "dataarm",
4
+ "total_episodes": 49,
5
+ "total_frames": 20164,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 60,
9
+ "action_type": "delta_joint",
10
+ "task_description": "move the cylinder to the green plate",
11
+ "splits": {
12
+ "train": "0:49"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "episode_index": {
18
+ "dtype": "int64",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null,
23
+ "fps": 60.0
24
+ },
25
+ "frame_index": {
26
+ "dtype": "int64",
27
+ "shape": [
28
+ 1
29
+ ],
30
+ "names": null,
31
+ "fps": 60.0
32
+ },
33
+ "timestamp": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 1
37
+ ],
38
+ "names": null,
39
+ "fps": 60.0
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 9
45
+ ],
46
+ "names": {
47
+ "motors": [
48
+ "joint_0",
49
+ "joint_1",
50
+ "joint_2",
51
+ "joint_3",
52
+ "joint_4",
53
+ "joint_5",
54
+ "joint_6",
55
+ "joint_7",
56
+ "gripper"
57
+ ]
58
+ },
59
+ "fps": 60.0
60
+ },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 9
65
+ ],
66
+ "names": {
67
+ "motors": [
68
+ "joint_0",
69
+ "joint_1",
70
+ "joint_2",
71
+ "joint_3",
72
+ "joint_4",
73
+ "joint_5",
74
+ "joint_6",
75
+ "joint_7",
76
+ "gripper"
77
+ ]
78
+ },
79
+ "fps": 60.0
80
+ },
81
+ "task_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null,
87
+ "fps": 60.0
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null,
95
+ "fps": 60.0
96
+ },
97
+ "next.done": {
98
+ "dtype": "bool",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null,
103
+ "fps": 60.0
104
+ },
105
+ "observation.images.cam_left": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channel"
116
+ ],
117
+ "video_info": {
118
+ "video.fps": 60.0,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "has_audio": false
123
+ }
124
+ }
125
+ }
126
+ }
meta/stats.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ 0.004768444342717615,
5
+ -1.4681904631113145,
6
+ -0.5378443579766525,
7
+ 0.18139162279697807,
8
+ 0.4583428702220207,
9
+ -1.9131702065261325,
10
+ -0.26452210545539856,
11
+ -0.06534513086080551,
12
+ 0.3067155067110434
13
+ ],
14
+ "max": [
15
+ 0.44003204394598505,
16
+ 0.005177111467155271,
17
+ 0.15358764019226356,
18
+ 1.3124666208896016,
19
+ 1.186961165789274,
20
+ -1.1545658409085913,
21
+ 0.922999918460846,
22
+ 0.8180707097053528,
23
+ 0.4705738705739472
24
+ ],
25
+ "mean": [
26
+ 0.25136384254278266,
27
+ -0.4605307381153233,
28
+ -0.2084143799700873,
29
+ 0.6719812712702384,
30
+ 0.8889158678336978,
31
+ -1.519740459312715,
32
+ 0.28513380738879923,
33
+ 0.3998221831930621,
34
+ 0.35752631151600384
35
+ ],
36
+ "std": [
37
+ 0.09172393146276027,
38
+ 0.23894384644181793,
39
+ 0.13448729693891795,
40
+ 0.20515346466579606,
41
+ 0.13838986591245186,
42
+ 0.10275251235812945,
43
+ 0.15308325303263107,
44
+ 0.14617069453898685,
45
+ 0.021657212773515462
46
+ ],
47
+ "count": [
48
+ 20164
49
+ ]
50
+ },
51
+ "action": {
52
+ "min": [
53
+ -0.02323076664597873,
54
+ -0.05359802480560272,
55
+ -0.04766125486989056,
56
+ -0.024573805101320234,
57
+ -0.05467075747574923,
58
+ -0.13467811126098672,
59
+ -0.06289779525164801,
60
+ -0.04321600448992846,
61
+ -0.05484044624635376
62
+ ],
63
+ "max": [
64
+ 0.023998182783412425,
65
+ 0.04376003758210634,
66
+ 0.03619046205896831,
67
+ 0.04189154641078485,
68
+ 0.04692149233234133,
69
+ 0.03582749933243723,
70
+ 0.044493410485385354,
71
+ 0.06350257112505825,
72
+ 0.04951129517322567
73
+ ],
74
+ "mean": [
75
+ 7.889074750698024e-06,
76
+ 0.0006089164328208703,
77
+ -0.0003728583772824796,
78
+ 0.00014429250149536812,
79
+ 1.5494369834103173e-05,
80
+ 4.281289247200928e-05,
81
+ -0.0004856661693020284,
82
+ 0.00034503923526576575,
83
+ -9.859991176611497e-06
84
+ ],
85
+ "std": [
86
+ 0.0018197254080998288,
87
+ 0.0033221976806920225,
88
+ 0.0035346513273696186,
89
+ 0.0020927657587104507,
90
+ 0.0050366149062358746,
91
+ 0.003207181473761649,
92
+ 0.0028103919444619147,
93
+ 0.003208578055850847,
94
+ 0.0019320178624974557
95
+ ],
96
+ "count": [
97
+ 20164
98
+ ]
99
+ },
100
+ "observation.images.cam_left": {
101
+ "min": [
102
+ [
103
+ [
104
+ 0.11372549086809158
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.24705882370471954
110
+ ]
111
+ ],
112
+ [
113
+ [
114
+ 0.0
115
+ ]
116
+ ]
117
+ ],
118
+ "max": [
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 1.0
127
+ ]
128
+ ],
129
+ [
130
+ [
131
+ 1.0
132
+ ]
133
+ ]
134
+ ],
135
+ "mean": [
136
+ [
137
+ [
138
+ 0.747684471379729
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.7670354728049394
144
+ ]
145
+ ],
146
+ [
147
+ [
148
+ 0.6128568225638552
149
+ ]
150
+ ]
151
+ ],
152
+ "std": [
153
+ [
154
+ [
155
+ 0.189572855626199
156
+ ]
157
+ ],
158
+ [
159
+ [
160
+ 0.13675406943390397
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.24713046206847186
166
+ ]
167
+ ]
168
+ ],
169
+ "count": [
170
+ 20241
171
+ ]
172
+ }
173
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798bd5d52367d33864a57f6328573b37d2e94afd8be2127e77151606577454f6
3
+ size 931
videos/observation.images.cam_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318fd14febd8a9fad43bde0fadf6ad87eefa2eb83c2d7a38538591dc40f0db2c
3
+ size 58699729