yucy207 commited on
Commit
8132f7c
·
verified ·
1 Parent(s): 27b18a8

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:05f41481fa9f8b405274f2cc42e44da1141fe34e459da5603c125f2c6b1834a0
3
+ size 20478
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 275}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [24.873046875, 73.037109375, 123.75, 71.103515625, 86.220703125, 91.58203125, 98.525390625, 92.373046875], "max": [158.466796875, 111.357421875, 199.16015625, 120.05859375, 165.05859375, 123.837890625, 179.12109375, 105.64453125], "mean": [126.76997375488281, 93.71505737304688, 181.95497131347656, 95.74549102783203, 132.1840057373047, 113.11587524414062, 123.77976989746094, 103.18743133544922], "std": [28.270212173461914, 10.109847068786621, 16.197311401367188, 15.734488487243652, 25.752254486083984, 7.41050386428833, 28.997806549072266, 2.2259349822998047], "count": [275]}, "observation.state": {"min": [31.640625, 73.037109375, 135.703125, 70.751953125, 88.857421875, 91.93359375, 98.349609375, 93.076171875], "max": [155.830078125, 110.0390625, 199.599609375, 120.05859375, 165.234375, 123.57421875, 179.033203125, 105.8203125], "mean": [124.4463882446289, 93.8671875, 183.47764587402344, 95.61669158935547, 132.7637481689453, 113.01200103759766, 124.22969055175781, 103.2922592163086], "std": [28.000286102294922, 10.462096214294434, 15.537529945373535, 15.81666374206543, 25.64784812927246, 7.390040874481201, 29.02178192138672, 1.9187448024749756], "count": [275]}, "observation.images.head": {"min": [[[0.0]], [[0.0196078431372549]], [[0.0]]], "max": [[[0.8980392156862745]], [[0.9254901960784314]], [[0.9568627450980393]]], "mean": [[[0.5447525551470588]], [[0.5598551511437908]], [[0.5596043382352941]]], "std": [[[0.14996752807665967]], [[0.14769068057216567]], [[0.1875083864343945]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.133333333333333], "mean": [4.566666666666667], "std": [2.6461712382652456], "count": [275]}, "frame_index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [275]}, "index": {"min": [0], "max": [274], "mean": [137.0], "std": [79.38513714795737], "count": [275]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [275]}}}
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": 275,
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:45be7a7d93686b2a1615ddbebe7208cf974d7f5199414744677bab6425cfcb89
3
+ size 639887