ZeroShotLaz commited on
Commit
d66763c
·
verified ·
1 Parent(s): 12bb16a

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:eb70135d16bfcbfa81fb49cf8167cbf7d1a810a2a549dc982fddd75369781635
3
+ size 37698
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 730}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.40234375, 79.8046875, 58.18359375, -55.634765625, -45.703125, -5.257731914520264], "max": [35.595703125, 190.107421875, 182.109375, 90.52734375, 9.052734375, 78.24742126464844], "mean": [1.184476613998413, 137.125732421875, 123.16879272460938, 26.667701721191406, -12.074606895446777, 0.7931045889854431], "std": [8.744080543518066, 31.954919815063477, 38.04182815551758, 38.10491180419922, 9.675516128540039, 13.651823043823242], "count": [730]}, "observation.state": {"min": [-15.64453125, 79.013671875, 60.29296875, -50.537109375, -44.736328125, -2.3826208114624023], "max": [35.244140625, 189.931640625, 180.087890625, 88.505859375, 7.734375, 75.75333404541016], "mean": [1.3413554430007935, 136.22940063476562, 124.57044219970703, 27.28750991821289, -12.646979331970215, 3.81787109375], "std": [8.702412605285645, 31.708324432373047, 36.737144470214844, 37.138729095458984, 10.143885612487793, 14.728249549865723], "count": [730]}, "timestamp": {"min": [0.0], "max": [24.3], "mean": [12.15], "std": [7.024421684380857], "count": [730]}, "frame_index": {"min": [0], "max": [729], "mean": [364.5], "std": [210.73265053142572], "count": [730]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [730]}, "index": {"min": [0], "max": [729], "mean": [364.5], "std": [210.73265053142572], "count": [730]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [730]}}}
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": 730,
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."}