kaiserbuffle commited on
Commit
b4a014d
·
verified ·
1 Parent(s): d7880a8

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:05cbaf08dd9c1d263a0c2c94322cde84ae7870d0998c95ed02f66322f956b369
3
+ size 5362
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["hanoi tower v6"], "length": 24}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [8.062475204467773, 119.84959411621094, 76.926513671875, 17.766857147216797, -94.67838287353516, 4.469941139221191], "max": [25.602508544921875, 124.51128387451172, 122.57707214355469, 84.9537353515625, -91.1305160522461, 11.19979476928711], "mean": [17.027666091918945, 123.09380340576172, 94.92190551757812, 60.324344635009766, -92.27594757080078, 6.415744781494141], "std": [5.3588175773620605, 1.1692798137664795, 14.531187057495117, 20.651187896728516, 1.032283067703247, 2.0100955963134766], "count": [24]}, "observation.state": {"min": [10.107421875, 113.994140625, 80.419921875, 5.44921875, -93.69140625, 4.913793087005615], "max": [27.158203125, 122.16796875, 131.30859375, 83.3203125, -91.58203125, 12.931034088134766], "mean": [19.244384765625, 120.4833984375, 103.648681640625, 51.177978515625, -92.296142578125, 7.377872467041016], "std": [5.170471668243408, 2.4413280487060547, 16.063989639282227, 24.128076553344727, 0.6945179104804993, 2.7062551975250244], "count": [24]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.790467013888889]], [[0.7896000051062092]], [[0.7970224673202614]]], "std": [[[0.25022174505297684]], [[0.2446639596937639]], [[0.2310341142682284]]], "count": [24]}, "observation.images.base": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9647058823529412]]], "mean": [[[0.24504833877995644]], [[0.2466370932053377]], [[0.2433318610430283]]], "std": [[[0.28194932706773096]], [[0.27941165002781976]], [[0.27160262212184794]]], "count": [24]}, "timestamp": {"min": [0.0], "max": [0.7666666666666667], "mean": [0.3833333333333333], "std": [0.2307395517477243], "count": [24]}, "frame_index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}, "index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 24,
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
+ "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
+ "observation.images.wrist": {
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.base": {
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": "hanoi tower v6"}
videos/chunk-000/observation.images.base/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c54b3260fdeb0d01577f2781bff1dbd9d33bbf54d104c3f8f8ca6813464d7f1
3
+ size 209750
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a471e3d856f43d25e7071cbcb7b0a92c3d81f7bec6ba290f460d529ec6242bb
3
+ size 259438