dawity commited on
Commit
b8966b0
·
verified ·
1 Parent(s): aa85cc2

Add files using upload-large-folder tool

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:1b10c521dd31ca2032823751bf35a8c524c99c7add834648dbef74f89c419850
3
+ size 24520
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move labeled to their spots."], "length": 457}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [15.2], "mean": [7.6000000000000005], "std": [4.397474022410795], "count": [457]}, "frame_index": {"min": [0], "max": [456], "mean": [228.0], "std": [131.92422067232386], "count": [457]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [457]}, "index": {"min": [0], "max": [456], "mean": [228.0], "std": [131.92422067232386], "count": [457]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [457]}, "observation.images.camera1": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5248016278594771]], [[0.47189193218954245]], [[0.4094483537581699]]], "std": [[[0.26051994931951244]], [[0.23417153777737662]], [[0.2127631922002271]]], "count": [100]}, "observation.state": {"min": [-0.42031073570251465, -1.0108933448791504, -1.1152039766311646, 0.2991262674331665, -0.302194207906723, 0.013805827125906944], "max": [-0.023009711876511574, 0.7347767949104309, 1.0937283039093018, 1.79322350025177, 0.24697090685367584, 0.7271068692207336], "mean": [-0.15768446028232574, 0.11660945415496826, -0.2985588014125824, 1.0769848823547363, 0.08363024145364761, 0.403061181306839], "std": [0.1110069677233696, 0.4911311864852905, 0.643271803855896, 0.40861251950263977, 0.1722726672887802, 0.26791200041770935], "count": [457]}, "action": {"min": [-0.4187767505645752, -1.0108933448791504, -1.1688933372497559, 0.2485048919916153, -0.2991262674331665, 0.02147573046386242], "max": [-0.029145635664463043, 0.6964272856712341, 1.1182719469070435, 1.826971173286438, 0.25003886222839355, 0.7117670774459839], "mean": [-0.15811431407928467, 0.06882438063621521, -0.3378315567970276, 1.0554535388946533, 0.08496978878974915, 0.34244289994239807], "std": [0.1103651374578476, 0.47444769740104675, 0.6547603607177734, 0.4224512577056885, 0.17330855131149292, 0.31032100319862366], "count": [457]}}}
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "omx_f",
4
+ "total_episodes": 1,
5
+ "total_frames": 457,
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
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.camera1": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 480,
66
+ "video.width": 640,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.state": {
73
+ "dtype": "float32",
74
+ "names": [
75
+ "joint1",
76
+ "joint2",
77
+ "joint3",
78
+ "joint4",
79
+ "joint5",
80
+ "gripper_joint_1"
81
+ ],
82
+ "shape": [
83
+ 6
84
+ ]
85
+ },
86
+ "action": {
87
+ "dtype": "float32",
88
+ "names": [
89
+ "joint1",
90
+ "joint2",
91
+ "joint3",
92
+ "joint4",
93
+ "joint5",
94
+ "gripper_joint_1"
95
+ ],
96
+ "shape": [
97
+ 6
98
+ ]
99
+ }
100
+ }
101
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Move labeled to their spots."}
videos/chunk-000/observation.images.camera1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8801a3577b4280dccd8103faf98851741576d09575cf02d8cb2ea2e20c82ccd4
3
+ size 4717876