gaozj commited on
Commit
386ec5b
·
verified ·
1 Parent(s): 9bc88ea

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:bdc627e71c81538cbee42be1e53b9a4331fc863b1d07e21c67a6969c0df6fd6e
3
+ size 45472
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["do something"], "length": 355}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.image": {"min": [[[1.0]], [[1.0]], [[1.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[1.0]], [[1.0]], [[1.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [100]}, "observation.images.wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [100]}, "observation.state": {"min": [-579.5989990234375, 132.1750030517578, 342.85699462890625, 179.74899291992188, -34.98899841308594, -151.5570068359375, 1.0, -1.0], "max": [-499.60198974609375, 132.2740020751953, 417.3819885253906, 179.8280029296875, 0.2460000067949295, -147.95399475097656, 1.0, -1.0], "mean": [-529.721435546875, 132.2250213623047, 395.3960266113281, 179.8152313232422, -4.687386512756348, -148.43455505371094, 1.0, -1.0], "std": [34.05583190917969, 0.016943998634815216, 28.865036010742188, 0.014082576148211956, 11.189553260803223, 1.1176716089248657, 0.0, 0.0], "count": [355]}, "action": {"min": [-579.5800170898438, 132.2050018310547, 342.8599853515625, 179.81700134277344, -34.98899841308594, -151.55599975585938, 0.0], "max": [-499.6180114746094, 132.24000549316406, 417.33599853515625, 179.8209991455078, 0.24300000071525574, -147.96099853515625, 0.0], "mean": [-532.150146484375, 132.22885131835938, 396.3957214355469, 179.8186798095703, -5.526120185852051, -148.529296875, 0.0], "std": [34.9503059387207, 0.010706394910812378, 28.95562744140625, 0.0013715106761083007, 12.389153480529785, 1.2528884410858154, 0.0], "count": [355]}, "timestamp": {"min": [0.0], "max": [35.4], "mean": [17.7], "std": [10.24792661956554], "count": [355]}, "frame_index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [355]}, "index": {"min": [0], "max": [354], "mean": [177.0], "std": [102.4792661956554], "count": [355]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [355]}}}
meta/info.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1,
5
+ "total_frames": 355,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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.images.image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "observation.images.wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 8
47
+ ],
48
+ "names": {
49
+ "motors": [
50
+ "x",
51
+ "y",
52
+ "z",
53
+ "rx",
54
+ "ry",
55
+ "rz",
56
+ "gripper_left",
57
+ "gripper_right"
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 7
65
+ ],
66
+ "names": {
67
+ "motors": [
68
+ "x",
69
+ "y",
70
+ "z",
71
+ "roll",
72
+ "pitch",
73
+ "yaw",
74
+ "gripper"
75
+ ]
76
+ }
77
+ },
78
+ "timestamp": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "frame_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "episode_index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
+ },
106
+ "task_index": {
107
+ "dtype": "int64",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ }
113
+ }
114
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "do something"}