kaiserbuffle commited on
Commit
115ca14
·
verified ·
1 Parent(s): 0f09794

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:5fca5cf8d9f949110d8c5ea7d93d57f3d28820b1ad0bc9d0b342a0ec174e3dd2
3
+ size 452170
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["tower of hanoi"], "length": 8853}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.379674911499023, -100.0, -19.363636016845703, -75.06072998046875, -100.0, 0.0], "max": [57.23873519897461, 29.995962142944336, 99.90908813476562, 100.0, 100.0, 50.482032775878906], "mean": [7.064102649688721, -28.226770401000977, 60.8775634765625, 2.964500904083252, 82.12791442871094, 13.452465057373047], "std": [22.86038589477539, 35.39253616333008, 27.300508499145508, 53.2625617980957, 54.31437301635742, 12.580313682556152], "count": [8853]}, "observation.state": {"min": [-28.14511489868164, -99.07133483886719, -16.33466148376465, -73.63966369628906, -100.0, 0.6346967816352844], "max": [56.93387985229492, 30.097087860107422, 99.46878814697266, 99.27448272705078, 100.0, 49.29478073120117], "mean": [7.134730815887451, -26.971899032592773, 62.176883697509766, 3.491875410079956, 82.02784729003906, 14.987082481384277], "std": [22.818220138549805, 35.47829055786133, 26.62021827697754, 52.756771087646484, 53.95600509643555, 11.543134689331055], "count": [8853]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9529411764705882]]], "mean": [[[0.24937575159815387]], [[0.2498535548173948]], [[0.24711687440875474]]], "std": [[[0.2890265471035405]], [[0.2870138229552867]], [[0.28379996640296734]]], "count": [912]}, "observation.images.robot": {"min": [[[0.03137254901960784]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9339279332484091]], [[0.9312096376562321]], [[0.9285864096003899]]], "std": [[[0.1254328846240938]], [[0.1297745663596712]], [[0.14324294822877065]]], "count": [912]}, "timestamp": {"min": [0.0], "max": [295.06666666666666], "mean": [147.53333333333333], "std": [85.18803167546919], "count": [8853]}, "frame_index": {"min": [0], "max": [8852], "mean": [4426.0], "std": [2555.6409502640754], "count": [8853]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8853]}, "index": {"min": [0], "max": [8852], "mean": [4426.0], "std": [2555.6409502640754], "count": [8853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8853]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 8853,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.robot": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "tower of hanoi"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e588bac81c779bfe6aec832120939f3653fd34940e19cd1a4a2c2fcb16270532
3
+ size 46167531
videos/chunk-000/observation.images.robot/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f918cfb6184de9c004ac817d670e39cf0d08c493b766998d159717d8d3ad360
3
+ size 28503023