Antreas commited on
Commit
5e2e2af
·
verified ·
1 Parent(s): 9d02a73

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:232bea7bdcdffd207442b34f663a8381e6a861755760aa70db0b91819aa133d2
3
+ size 27793
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Humans play, machines learn"], "length": 1288}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.78037166595459, -98.11885070800781, 98.46846771240234, 17.45755386352539, 5.992509365081787, 2.4175825119018555], "max": [-12.494595527648926, -97.86233520507812, 99.0990982055664, 52.02437973022461, 13.857677459716797, 2.4175825119018555], "mean": [-15.38988208770752, -97.94359588623047, 98.59060668945312, 51.063331604003906, 6.398364543914795, 2.4175567626953125], "std": [0.7475355267524719, 0.024321045726537704, 0.12569472193717957, 4.746457099914551, 0.7583484053611755, 2.574920654296875e-05], "count": [1288]}, "observation.state": {"min": [-15.820456504821777, -97.69918823242188, 98.56437683105469, 18.27300453186035, 6.1782660484313965, 2.5132274627685547], "max": [-12.877115249633789, -97.69918823242188, 98.56437683105469, 52.464019775390625, 13.55311393737793, 2.5132274627685547], "mean": [-15.470703125, -97.69734191894531, 98.56300354003906, 51.487117767333984, 6.459079742431641, 2.5131993293762207], "std": [0.7133788466453552, 0.0018463066080585122, 0.001373291015625, 4.714320659637451, 0.7451214790344238, 2.8133392333984375e-05], "count": [1288]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629918338830859]], [[0.48584401405941396]], [[0.4622046161403294]]], "std": [[[0.29403588269617936]], [[0.2617388822032383]], [[0.27892632086741076]]], "count": [214]}, "timestamp": {"min": [0.0], "max": [42.9], "mean": [21.45], "std": [12.393782043159115], "count": [1288]}, "frame_index": {"min": [0], "max": [1287], "mean": [643.5], "std": [371.81346129477345], "count": [1288]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1288]}, "index": {"min": [0], "max": [1287], "mean": [643.5], "std": [371.81346129477345], "count": [1288]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1288]}}}
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": 1288,
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": "Humans play, machines learn"}
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:36c45942527ba65c4e8510e1d99d36148efef76df8d5fcca5965d479a5ca62c9
3
+ size 16066645