hainh22 commited on
Commit
3f90472
·
verified ·
1 Parent(s): 6bbcfd0

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:e10fdc75b9b0f5275e97492af03ee1c9d3a9e113177de84c1620299317ddd37e
3
+ size 16303
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["push_t"], "length": 228}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-0.028690528124570847, 0.18953296542167664, -0.04279967024922371, -2.6053223609924316, 0.02053643949329853, 1.9845659732818604, 0.784882128238678], "max": [0.005875753238797188, 0.9890497922897339, -0.021726015955209732, -1.1314383745193481, 0.034854475408792496, 2.905898332595825, 0.8159611225128174], "mean": [-0.003283380065113306, 0.5181467533111572, -0.029638422653079033, -2.0151352882385254, 0.02468731813132763, 2.5416245460510254, 0.806750476360321], "std": [0.012396266683936119, 0.25146323442459106, 0.007514543365687132, 0.46907421946525574, 0.005674665328115225, 0.3111487329006195, 0.012467941269278526], "count": [228]}, "action": {"min": [-0.0048828125, -0.0732421875, 0.0, 0.0, -0.001953125, -0.0, -1.0], "max": [0.1806640625, 0.0, 0.0, 0.0, 0.0, -0.0, -1.0], "mean": [0.1326497346162796, -0.014755516313016415, 0.0, 0.0, -0.0019445586949586868, 0.0, -1.0], "std": [0.07140135020017624, 0.028495093807578087, 0.0, 0.0, 0.00012906512711197138, 0.0, 0.0], "count": [228]}, "observation.images.camera_top_down": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8574408048741957]], [[0.8641069479549632]], [[0.8658890482584635]]], "std": [[[0.2623316468234145]], [[0.2579852396122975]], [[0.2584329109244718]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [22.7], "mean": [11.350000000000001], "std": [6.581729762506713], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}, "index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
meta/info.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1,
5
+ "total_frames": 228,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "j0",
25
+ "j1",
26
+ "j2",
27
+ "j3",
28
+ "j4",
29
+ "j5",
30
+ "j6"
31
+ ]
32
+ }
33
+ },
34
+ "action": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 7
38
+ ],
39
+ "names": {
40
+ "displacement": [
41
+ "a0",
42
+ "a1",
43
+ "a2",
44
+ "a3",
45
+ "a4",
46
+ "a5",
47
+ "a6"
48
+ ]
49
+ }
50
+ },
51
+ "observation.images.camera_top_down": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 256,
55
+ 256,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channel"
62
+ ],
63
+ "info": {
64
+ "video.height": 256,
65
+ "video.width": 256,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "video.fps": 10,
70
+ "video.channels": 3,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "timestamp": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "frame_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "episode_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "task_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ }
109
+ }
110
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "push_t"}
videos/chunk-000/observation.images.camera_top_down/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ab83a91047bd4f8acd5777b502c95fa14b6d9402c33a2cc41cb9fbfe8c23c21
3
+ size 587626