yucy207 commited on
Commit
4dae70f
·
verified ·
1 Parent(s): 8bb3e12

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:0d27fdfef538d8d5ec5a31038c983aab609025822be39f6453b66273d7a98675
3
+ size 16612
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 232}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [3.8671875, 64.775390625, 93.076171875, 144.755859375, 37.705078125, 108.720703125, 99.755859375, 87.099609375], "max": [3.955078125, 69.43359375, 97.470703125, 178.9453125, 98.525390625, 131.572265625, 187.734375, 104.0625], "mean": [3.9096174240112305, 67.0965347290039, 95.88829040527344, 162.45309448242188, 66.43621826171875, 122.14485931396484, 146.68263244628906, 94.06873321533203], "std": [0.043919164687395096, 1.7474786043167114, 1.3643922805786133, 11.703372955322266, 19.184558868408203, 8.725858688354492, 28.850679397583008, 5.025547027587891], "count": [232]}, "observation.state": {"min": [4.5703125, 65.0390625, 94.130859375, 145.01953125, 39.111328125, 108.984375, 98.96484375, 87.36328125], "max": [4.5703125, 69.2578125, 97.470703125, 178.505859375, 98.4375, 131.484375, 187.55859375, 103.88671875], "mean": [4.5703125, 67.33899688720703, 96.26107025146484, 162.4726104736328, 67.0927505493164, 121.9732437133789, 146.7970428466797, 94.12252807617188], "std": [0.0, 1.7096689939498901, 1.1018999814987183, 11.818010330200195, 19.04358673095703, 8.74779224395752, 28.860681533813477, 5.046330451965332], "count": [232]}, "observation.images.head": {"min": [[[0.00784313725490196]], [[0.10980392156862745]], [[0.08235294117647059]]], "max": [[[0.9647058823529412]], [[1.0]], [[0.9686274509803922]]], "mean": [[[0.3871299142156863]], [[0.5684634742647059]], [[0.5438253635620915]]], "std": [[[0.1854354491053269]], [[0.1990150765373593]], [[0.1723435566329059]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.7], "mean": [3.85], "std": [2.2324003026140073], "count": [232]}, "frame_index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [232]}, "index": {"min": [0], "max": [231], "mean": [115.5], "std": [66.97200907842021], "count": [232]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [232]}}}
meta/info.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "robopanoptes",
4
+ "total_episodes": 1,
5
+ "total_frames": 232,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ 8
21
+ ],
22
+ "names": [
23
+ "main_module1",
24
+ "main_module2",
25
+ "main_module3",
26
+ "main_module4",
27
+ "main_module5",
28
+ "main_module6",
29
+ "main_module7",
30
+ "main_module8"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 8
37
+ ],
38
+ "names": [
39
+ "main_module1",
40
+ "main_module2",
41
+ "main_module3",
42
+ "main_module4",
43
+ "main_module5",
44
+ "main_module6",
45
+ "main_module7",
46
+ "main_module8"
47
+ ]
48
+ },
49
+ "observation.images.head": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 480,
53
+ 640,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ],
61
+ "info": {
62
+ "video.fps": 30.0,
63
+ "video.height": 480,
64
+ "video.width": 640,
65
+ "video.channels": 3,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "has_audio": false
70
+ }
71
+ },
72
+ "timestamp": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "frame_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "episode_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "task_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ }
107
+ }
108
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.head/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:691380e1473e11daaba4aabc07d5d96b3777fb665109cbd56de9b4d42545033b
3
+ size 760221