JeffSSC commited on
Commit
9aac9b0
·
verified ·
1 Parent(s): 4f6ce10

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:2cbcb0ec7e807026018f18f1271e65fe8f7e9723e39569fb50b729d5bbee5a36
3
+ size 21811
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Carta 5"], "length": 449}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-31.231454849243164, -99.1697769165039, -35.74943923950195, 47.43801498413086, -3.6218855381011963, 0.8583691120147705], "max": [-2.077151298522949, 34.49563980102539, 99.82102966308594, 87.52066040039062, 0.17980991303920746, 30.400571823120117], "mean": [-17.92923355102539, -28.144018173217773, 5.407700538635254, 72.23240661621094, -1.7617671489715576, 13.382795333862305], "std": [11.738343238830566, 54.20022964477539, 41.40982437133789, 13.74852466583252, 1.4454783201217651, 12.345354080200195], "count": [449]}, "observation.state": {"min": [-31.133113861083984, -98.07369995117188, -34.96932601928711, 48.21138381958008, -3.882783889770508, 1.513067364692688], "max": [-1.5768243074417114, 35.3433837890625, 100.0, 87.31707000732422, -0.07326007634401321, 29.917469024658203], "mean": [-17.931482315063477, -27.18031120300293, 6.926698207855225, 72.42655181884766, -1.7147895097732544, 13.230977058410645], "std": [11.77662181854248, 54.6864013671875, 41.814483642578125, 13.282547950744629, 1.4896764755249023, 12.15239429473877], "count": [449]}, "timestamp": {"min": [0.0], "max": [14.933333333333334], "mean": [7.466666666666667], "std": [4.320493798938574], "count": [449]}, "frame_index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [449]}, "index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [449]}}}
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": 449,
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": "Carta 5"}