frankbossvvvv commited on
Commit
b77651b
·
verified ·
1 Parent(s): 540eb4a

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:f44e5fb029ecd5d90694b11143f1ada6891e3b6b775434cd46fd8da8def0672b
3
+ size 96141
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1486}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.8905158042907715, 17.26875114440918, -24.412729263305664, 98.1399917602539, 6.438819885253906, 19.101146697998047], "max": [4.840684413909912, 28.35787582397461, -5.40470027923584, 100.78191375732422, 34.12965774536133, 47.533775329589844], "mean": [1.7869807481765747, 22.001001358032227, -15.281447410583496, 100.13298034667969, 20.326417922973633, 35.08777618408203], "std": [1.622765302658081, 1.9108537435531616, 4.446223258972168, 0.3696512281894684, 5.434422016143799, 5.070734977722168], "count": [1486]}, "observation.state": {"min": [-3.7672510147094727, 21.065778732299805, -22.003578186035156, 99.09091186523438, 7.765201568603516, 21.288135528564453], "max": [4.364043235778809, 28.642797470092773, -5.366726398468018, 100.0, 33.66675567626953, 47.186439514160156], "mean": [1.6837502717971802, 24.14120864868164, -13.95044231414795, 99.69686889648438, 20.39258575439453, 34.99535369873047], "std": [1.5381314754486084, 1.3325847387313843, 4.051354885101318, 0.14289669692516327, 5.3778076171875, 4.953444957733154], "count": [1486]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952207343711543]], [[0.5027957140317773]], [[0.4818908929157437]]], "std": [[[0.3115076022009716]], [[0.32100667132503935]], [[0.3068011824172826]]], "count": [239]}, "timestamp": {"min": [0.0], "max": [49.5], "mean": [24.75], "std": [14.299038429209148], "count": [1486]}, "frame_index": {"min": [0], "max": [1485], "mean": [742.5], "std": [428.9711528762744], "count": [1486]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1486]}, "index": {"min": [0], "max": [1485], "mean": [742.5], "std": [428.9711528762744], "count": [1486]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1486]}}}
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": 1486,
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
+ 240,
49
+ 320,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 240,
59
+ "video.width": 320,
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": "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:f0b5a30ca306c96cd9d0bf33b485fb870b9bea59299bcca003d136b591d70e23
3
+ size 5326636