paulinus commited on
Commit
204b903
·
verified ·
1 Parent(s): d8db2b2

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c5b5e840a7fb6fec29f1dfe6c2f23dff25d0221129a8c001ee2e26c9eefba2a
3
+ size 26065
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 629}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.17578125, 128.408203125, 44.47265625, 27.24609375, -10.283203125, 0.0], "max": [24.78515625, 185.361328125, 177.978515625, 64.3359375, -3.427734375, 45.98540115356445], "mean": [17.123022079467773, 173.75936889648438, 130.3924560546875, 48.122840881347656, -5.647217273712158, 21.2747802734375], "std": [6.309477806091309, 17.717931747436523, 44.678733825683594, 7.241065502166748, 2.413709878921509, 21.718124389648438], "count": [629]}, "observation.state": {"min": [1.0546875, 129.7265625, 46.40625, 39.814453125, -9.755859375, 0.7832897901535034], "max": [25.13671875, 185.625, 175.95703125, 64.16015625, -3.515625, 45.6919059753418], "mean": [16.959117889404297, 173.95272827148438, 129.9043731689453, 48.99853515625, -5.621087551116943, 21.68752670288086], "std": [6.148422718048096, 17.720340728759766, 44.14215087890625, 7.068959712982178, 2.3036980628967285, 21.192331314086914], "count": [629]}, "timestamp": {"min": [0.0], "max": [20.933333333333334], "mean": [10.466666666666665], "std": [6.052547672950073], "count": [629]}, "frame_index": {"min": [0], "max": [628], "mean": [314.0], "std": [181.57643018850217], "count": [629]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [629]}, "index": {"min": [0], "max": [628], "mean": [314.0], "std": [181.57643018850217], "count": [629]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [629]}}}
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": 629,
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."}