aiwhisperer commited on
Commit
e671220
·
verified ·
1 Parent(s): f609d17

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:a00915083d731533c20872c28059f43e06a2a72f1a641a4bedb33f11e54879ab
3
+ size 60065
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grab solder"], "length": 1348}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-18.735891342163086, -88.80060577392578, -99.73094177246094, 8.223116874694824, -18.58363914489746, 0.0], "max": [46.36568832397461, 56.71585464477539, 93.00448608398438, 100.0, 4.9572649002075195, 30.424339294433594], "mean": [-2.084510564804077, -54.499114990234375, 61.40313720703125, 55.678794860839844, -5.612786293029785, 7.227675914764404], "std": [14.33838939666748, 36.635948181152344, 37.800899505615234, 18.099576950073242, 6.440486431121826, 11.175349235534668], "count": [1348]}, "observation.state": {"min": [-17.745803833007812, -88.58521270751953, -95.57130432128906, 10.91867446899414, -18.437118530273438, 2.90574049949646], "max": [45.8033561706543, 60.610931396484375, 94.24269104003906, 98.49397277832031, 4.3223443031311035, 30.262226104736328], "mean": [-1.9271268844604492, -53.37845230102539, 63.73102569580078, 56.04987716674805, -5.704648017883301, 9.447881698608398], "std": [14.21832275390625, 38.00193405151367, 37.27865982055664, 17.803871154785156, 6.380194187164307, 9.748292922973633], "count": [1348]}, "timestamp": {"min": [0.0], "max": [44.9], "mean": [22.450000000000003], "std": [12.971132478614878], "count": [1348]}, "frame_index": {"min": [0], "max": [1347], "mean": [673.5], "std": [389.1339743584464], "count": [1348]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1348]}, "index": {"min": [0], "max": [1347], "mean": [673.5], "std": [389.1339743584464], "count": [1348]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1348]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1348,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
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": "grab solder"}