Team-Atom commited on
Commit
3975b8b
·
verified ·
1 Parent(s): dc72493

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:4bbd0b3d172fbd00cf7922fd1dd895923f050819cdf2ee1cb0ac3a01b8f966bc
3
+ size 98627
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["open_door"], "length": 1492}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-88.57167053222656, -106.032470703125, 7.950695037841797, -9.442623138427734, -88.58943939208984, 30.4650821685791], "max": [-88.27691650390625, 53.26806640625, 104.32193756103516, 56.456153869628906, -88.58159637451172, 30.608091354370117], "mean": [-88.48540496826172, -41.98469924926758, 57.14985275268555, 34.87929916381836, -88.58589935302734, 30.573972702026367], "std": [0.08331800997257233, 41.19158935546875, 25.327518463134766, 12.503551483154297, 0.0017857133643701673, 0.026577450335025787], "count": [1492]}, "observation.state": {"min": [-88.57078552246094, -99.8681640625, 9.351144790649414, -9.108159065246582, -88.59100341796875, 30.176898956298828], "max": [-88.27857971191406, 53.460777282714844, 100.0, 55.69260025024414, -88.56735229492188, 30.90530776977539], "mean": [-88.48616790771484, -38.688148498535156, 57.96269226074219, 35.35538101196289, -88.58599090576172, 30.50000762939453], "std": [0.0827925056219101, 39.15399169921875, 24.424531936645508, 12.269847869873047, 0.002035947283729911, 0.04669368639588356], "count": [1492]}, "observation.images.web": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5972553385416667]], [[0.5828983387799564]], [[0.6597419109136711]]], "std": [[[0.33412485480254756]], [[0.30039687013095134]], [[0.29611084028244616]]], "count": [240]}, "observation.images.rs": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42365556406590416]], [[0.42814367595996733]], [[0.44240748229847493]]], "std": [[[0.24636951893409686]], [[0.23375844690970946]], [[0.2308655931825032]]], "count": [240]}, "timestamp": {"min": [0.0], "max": [49.7], "mean": [24.849999999999998], "std": [14.356773469148436], "count": [1492]}, "frame_index": {"min": [0], "max": [1491], "mean": [745.5], "std": [430.7032040744531], "count": [1492]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1492]}, "index": {"min": [0], "max": [1491], "mean": [745.5], "std": [430.7032040744531], "count": [1492]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1492]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1492,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.web": {
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
+ "observation.images.rs": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "open_door"}
videos/chunk-000/observation.images.rs/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6742fed0d8792d38153b777348aa11a8f3d770f49b606f7856d2a8597b15f0
3
+ size 4667531
videos/chunk-000/observation.images.web/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb377a1091ab30ae8614fdd8de9d68b53a73be1f35e8b44d5248a8079ec05125
3
+ size 30951160