leolin6 commited on
Commit
964b583
·
verified ·
1 Parent(s): 70f9924

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:be9b3e8b04243416be517a191d5735a456277ff06f4ec8dac6164527c7710f82
3
+ size 22688
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1075}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.3705077171325684, -3.812006950378418, 1.2699081897735596, 1.4751973152160645, 0.5408281087875366, -1.094592809677124, 3.563218832015991], "max": [-2.3705077171325684, -3.812006950378418, 1.2699081897735596, 1.4751973152160645, 0.5408281087875366, -1.094592809677124, 3.563218832015991], "mean": [-2.3705132007598877, -3.812011241912842, 1.269899845123291, 1.4752116203308105, 0.5408312082290649, -1.0946012735366821, 3.5632312297821045], "std": [5.4836273193359375e-06, 4.291534423828125e-06, 8.344650268554688e-06, 1.430511474609375e-05, 3.0994415283203125e-06, 8.463859558105469e-06, 1.239776611328125e-05], "count": [1075]}, "observation.state": {"min": [-2.3705077171325684, -3.812006950378418, 1.2699081897735596, 1.4751973152160645, 0.5408281087875366, -1.094592809677124, 3.563218832015991], "max": [-2.3705077171325684, -3.812006950378418, 1.2699081897735596, 1.4751973152160645, 0.5408281087875366, -1.094592809677124, 3.563218832015991], "mean": [-2.3705132007598877, -3.812011241912842, 1.269899845123291, 1.4752116203308105, 0.5408312082290649, -1.0946012735366821, 3.5632312297821045], "std": [5.4836273193359375e-06, 4.291534423828125e-06, 8.344650268554688e-06, 1.430511474609375e-05, 3.0994415283203125e-06, 8.463859558105469e-06, 1.239776611328125e-05], "count": [1075]}, "observation.images.front": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9372549019607843]]], "mean": [[[0.4178845745517458]], [[0.3888626369665513]], [[0.3212297488291217]]], "std": [[[0.2054877836511896]], [[0.22489430595101784]], [[0.23445908164226079]]], "count": [187]}, "timestamp": {"min": [0.0], "max": [35.8], "mean": [17.9], "std": [10.344187847396345], "count": [1075]}, "frame_index": {"min": [0], "max": [1074], "mean": [537.0], "std": [310.32563542189035], "count": [1075]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1075]}, "index": {"min": [0], "max": [1074], "mean": [537.0], "std": [310.32563542189035], "count": [1075]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1075]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "sawyer",
4
+ "total_episodes": 1,
5
+ "total_frames": 1075,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "right_j0",
24
+ "right_j1",
25
+ "right_j2",
26
+ "right_j3",
27
+ "right_j4",
28
+ "right_j5",
29
+ "right_j6"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "right_j0",
39
+ "right_j1",
40
+ "right_j2",
41
+ "right_j3",
42
+ "right_j4",
43
+ "right_j5",
44
+ "right_j6"
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black cube"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ad2c62ede564b0b1726b7fc710c1dc98b98c759c367ed59f38453a2af053f4
3
+ size 10853440