chenxing1234567890 commited on
Commit
e218520
·
verified ·
1 Parent(s): 0f667be

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:476693ee55cbc3ccf9c29dc6bd0f4563b0c6dcfba18d57b061895f0b486a3305
3
+ size 27801
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the block into the box."], "length": 720}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.1171875, 82.529296875, 96.064453125, -17.314453125, -8.349609375, 0.17578125], "max": [29.267578125, 126.9140625, 175.693359375, 67.587890625, 19.599609375, 38.49609375], "mean": [6.9439697265625, 123.71083068847656, 161.10496520996094, 7.3232421875, 4.7232666015625, 28.4462890625], "std": [5.137182712554932, 9.117605209350586, 25.32065200805664, 21.772184371948242, 7.009917259216309, 12.452852249145508], "count": [720]}, "observation.state": {"min": [-14.326171875, 82.353515625, 99.580078125, -13.7109375, -7.55859375, 0.966796875], "max": [28.388671875, 126.650390625, 176.8359375, 67.67578125, 19.86328125, 37.08984375], "mean": [6.98779296875, 123.65882110595703, 161.37890625, 7.3504638671875, 5.353271484375, 28.6527099609375], "std": [5.021740913391113, 9.38808822631836, 24.01618194580078, 22.751108169555664, 7.0489959716796875, 12.33272933959961], "count": [720]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4802513823766221]], [[0.468415926636355]], [[0.45465057544757037]]], "std": [[[0.3482506420384752]], [[0.34710655218]], [[0.3563602741845091]]], "count": [138]}, "timestamp": {"min": [0.0], "max": [23.966666666666665], "mean": [11.983333333333333], "std": [6.928196547977504], "count": [720]}, "frame_index": {"min": [0], "max": [719], "mean": [359.5], "std": [207.84589643932512], "count": [720]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [720]}, "index": {"min": [0], "max": [719], "mean": [359.5], "std": [207.84589643932512], "count": [720]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [720]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 720,
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
+ 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.laptop": {
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put the block into the box."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e09ed970bd00068b5d3273900ede59e0342a4c204a4563825d2cf18daa9b34c
3
+ size 9488330