RaspberryVitriol commited on
Commit
97b35c5
·
verified ·
1 Parent(s): 4872867

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa06d1ab3601f3df2e48538f90e3f588c2aae25e9638e69b748fdbe82b65c3cd
3
+ size 36852
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c94419b2b8f8ecf1960b7c5d514af6f554bba66a1dea8ec1f5c044273c06606
3
+ size 34816
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 2,
5
+ "total_frames": 598,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
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/stats.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 598
17
+ ]
18
+ },
19
+ "index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 597
25
+ ],
26
+ "mean": [
27
+ 298.5
28
+ ],
29
+ "std": [
30
+ 172.62748912035997
31
+ ],
32
+ "count": [
33
+ 598
34
+ ]
35
+ },
36
+ "frame_index": {
37
+ "min": [
38
+ 0
39
+ ],
40
+ "max": [
41
+ 298
42
+ ],
43
+ "mean": [
44
+ 149.0
45
+ ],
46
+ "std": [
47
+ 86.31338250816034
48
+ ],
49
+ "count": [
50
+ 598
51
+ ]
52
+ },
53
+ "observation.state": {
54
+ "min": [
55
+ -17.526689529418945,
56
+ -100.0,
57
+ -50.36231994628906,
58
+ -91.52760314941406,
59
+ -7.680412292480469,
60
+ 0.6118286848068237
61
+ ],
62
+ "max": [
63
+ 98.93238067626953,
64
+ 49.1048583984375,
65
+ 99.3659439086914,
66
+ 73.72699737548828,
67
+ 9.329896926879883,
68
+ 67.36913299560547
69
+ ],
70
+ "mean": [
71
+ 28.75704574584961,
72
+ -40.098876953125,
73
+ 39.214914321899414,
74
+ -29.654545783996582,
75
+ -3.863818645477295,
76
+ 2.2844101786613464
77
+ ],
78
+ "std": [
79
+ 25.334895164206056,
80
+ 55.599280024032076,
81
+ 53.84586190780391,
82
+ 35.33800800430452,
83
+ 2.800544943271889,
84
+ 7.7314954487872125
85
+ ],
86
+ "count": [
87
+ 598
88
+ ]
89
+ },
90
+ "timestamp": {
91
+ "min": [
92
+ 0.0
93
+ ],
94
+ "max": [
95
+ 9.933333333333334
96
+ ],
97
+ "mean": [
98
+ 4.966666666666667
99
+ ],
100
+ "std": [
101
+ 2.8771127502720115
102
+ ],
103
+ "count": [
104
+ 598
105
+ ]
106
+ },
107
+ "action": {
108
+ "min": [
109
+ -17.49887466430664,
110
+ -98.07128143310547,
111
+ -52.822757720947266,
112
+ -91.691650390625,
113
+ -7.810839653015137,
114
+ 0.8842443823814392
115
+ ],
116
+ "max": [
117
+ 100.0,
118
+ 48.42767333984375,
119
+ 100.0,
120
+ 45.52462387084961,
121
+ 10.573857307434082,
122
+ 77.09003448486328
123
+ ],
124
+ "mean": [
125
+ 28.794601440429688,
126
+ -40.2564811706543,
127
+ 37.87650108337402,
128
+ -30.887393951416016,
129
+ -3.811856985092163,
130
+ 2.6599937677383423
131
+ ],
132
+ "std": [
133
+ 25.481630242942064,
134
+ 54.41141238903263,
135
+ 54.23427334899373,
136
+ 34.215397883524254,
137
+ 2.924418704964086,
138
+ 9.619177791928935
139
+ ],
140
+ "count": [
141
+ 598
142
+ ]
143
+ },
144
+ "episode_index": {
145
+ "min": [
146
+ 0
147
+ ],
148
+ "max": [
149
+ 1
150
+ ],
151
+ "mean": [
152
+ 0.5
153
+ ],
154
+ "std": [
155
+ 0.5
156
+ ],
157
+ "count": [
158
+ 598
159
+ ]
160
+ }
161
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f706f689c11fe339405b64badcc265c1222b97465930db54ac2bce933765db6d
3
+ size 2291