Upload folder using huggingface_hub
Browse files- data/chunk-000/episode_000000.parquet +3 -0
- meta/episodes.jsonl +1 -0
- meta/episodes_stats.jsonl +1 -0
- meta/info.json +81 -0
- meta/tasks.jsonl +1 -0
data/chunk-000/episode_000000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33582b0c4bacfa1f1da6c52f8cd7f50483996aa04dbd5eb4af507351fa37805a
|
3 |
+
size 9103
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 192}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"action": {"min": [-0.791015625, 107.138671875, 57.83203125, 50.625, -12.3046875, 0.7187780737876892], "max": [26.015625, 151.611328125, 138.603515625, 105.908203125, -10.01953125, 0.7187780737876892], "mean": [3.8909912109375, 114.049072265625, 134.34585571289062, 55.577545166015625, -10.558319091796875, 0.7187790870666504], "std": [3.6585841178894043, 11.784605026245117, 13.855575561523438, 11.67158317565918, 0.26027363538742065, 1.0132789611816406e-06], "count": [192]}, "observation.state": {"min": [-0.703125, 103.18359375, 36.2109375, 51.240234375, -13.359375, 1.2125535011291504], "max": [32.431640625, 149.765625, 138.8671875, 105.8203125, -10.546875, 1.2125535011291504], "mean": [4.533233642578125, 113.33084106445312, 132.802734375, 56.529693603515625, -10.667266845703125, 1.212554693222046], "std": [5.115696430206299, 11.418965339660645, 18.954143524169922, 13.39267349243164, 0.41188955307006836, 1.1920928955078125e-06], "count": [192]}, "timestamp": {"min": [0.0], "max": [6.366666666666666], "mean": [3.1833333333333336], "std": [1.847495802631427], "count": [192]}, "frame_index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}, "index": {"min": [0], "max": [191], "mean": [95.5], "std": [55.42487407894281], "count": [192]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [192]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "so100",
|
4 |
+
"total_episodes": 1,
|
5 |
+
"total_frames": 192,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 0,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 30,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:1"
|
13 |
+
},
|
14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
15 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
16 |
+
"features": {
|
17 |
+
"action": {
|
18 |
+
"dtype": "float32",
|
19 |
+
"shape": [
|
20 |
+
6
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"main_shoulder_pan",
|
24 |
+
"main_shoulder_lift",
|
25 |
+
"main_elbow_flex",
|
26 |
+
"main_wrist_flex",
|
27 |
+
"main_wrist_roll",
|
28 |
+
"main_gripper"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"observation.state": {
|
32 |
+
"dtype": "float32",
|
33 |
+
"shape": [
|
34 |
+
6
|
35 |
+
],
|
36 |
+
"names": [
|
37 |
+
"main_shoulder_pan",
|
38 |
+
"main_shoulder_lift",
|
39 |
+
"main_elbow_flex",
|
40 |
+
"main_wrist_flex",
|
41 |
+
"main_wrist_roll",
|
42 |
+
"main_gripper"
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"timestamp": {
|
46 |
+
"dtype": "float32",
|
47 |
+
"shape": [
|
48 |
+
1
|
49 |
+
],
|
50 |
+
"names": null
|
51 |
+
},
|
52 |
+
"frame_index": {
|
53 |
+
"dtype": "int64",
|
54 |
+
"shape": [
|
55 |
+
1
|
56 |
+
],
|
57 |
+
"names": null
|
58 |
+
},
|
59 |
+
"episode_index": {
|
60 |
+
"dtype": "int64",
|
61 |
+
"shape": [
|
62 |
+
1
|
63 |
+
],
|
64 |
+
"names": null
|
65 |
+
},
|
66 |
+
"index": {
|
67 |
+
"dtype": "int64",
|
68 |
+
"shape": [
|
69 |
+
1
|
70 |
+
],
|
71 |
+
"names": null
|
72 |
+
},
|
73 |
+
"task_index": {
|
74 |
+
"dtype": "int64",
|
75 |
+
"shape": [
|
76 |
+
1
|
77 |
+
],
|
78 |
+
"names": null
|
79 |
+
}
|
80 |
+
}
|
81 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
|