benlevin commited on
Commit
b69aff2
·
verified ·
1 Parent(s): e6745a9

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:57230168176ebb09aa878e4ba9260c3867ac1a604799c3cdc9c84d3aec354a52
3
+ size 70465
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Touch the trophy's head"], "length": 1796}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-34.0267448425293, -100.0, -41.891273498535156, -19.910913467407227, -59.35044479370117, 0.4170141816139221], "max": [-2.9717681407928467, 38.2176513671875, 100.0, 60.71269607543945, -5.1859612464904785, 20.43369483947754], "mean": [-13.17345142364502, -62.39433670043945, 51.31928253173828, 19.246198654174805, -27.2659854888916, 5.675660610198975], "std": [5.963287830352783, 51.6606330871582, 55.88992691040039, 24.507953643798828, 20.219480514526367, 7.159411907196045], "count": [1796]}, "observation.state": {"min": [-34.02907180786133, -100.0, -38.855281829833984, -17.879053115844727, -59.195404052734375, 0.6949270367622375], "max": [-3.2426388263702393, 38.8001708984375, 100.0, 60.38562774658203, -5.538139820098877, 20.013898849487305], "mean": [-13.200356483459473, -61.83818817138672, 52.29528045654297, 19.578834533691406, -27.107114791870117, 5.6865620613098145], "std": [5.918233871459961, 52.14720153808594, 54.7142219543457, 24.340656280517578, 20.239835739135742, 7.167603015899658], "count": [1796]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468534256288374]], [[0.4619750534759358]], [[0.44441609526638937]]], "std": [[[0.2691949360122542]], [[0.263774431253289]], [[0.28019839653507067]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.833333333333336], "mean": [29.916666666666668], "std": [17.28201537887163], "count": [1796]}, "frame_index": {"min": [0], "max": [1795], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1796]}, "index": {"min": [0], "max": [1795], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1796]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1796,
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
+ "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.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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": "Touch the trophy's head"}
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:bfacf2b4431f4a02c86fc57d4cd7b05df08350237fc04f2931ef46006a1cc747
3
+ size 93005815