thomyv commited on
Commit
f2e4f7a
·
verified ·
1 Parent(s): fffdc58

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:1571c5a2193bedbfbe3718124fabc6d60d2813759daf33c9787ed09c215bf753
3
+ size 24624
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Take the rubik's cube and place it in the bowl"], "length": 279}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.36974334716797, -100.14068603515625, -89.07960510253906, -100.99200439453125, -7.255466461181641, 2.264097213745117], "max": [28.850017547607422, 55.620689392089844, 97.11351013183594, 113.41093444824219, 67.79579162597656, 32.5562744140625], "mean": [6.63250207901001, -13.416644096374512, 5.993475914001465, 32.50772476196289, 29.9460506439209, 17.85700225830078], "std": [12.50252628326416, 48.547119140625, 53.452884674072266, 51.4716682434082, 18.465988159179688, 8.241082191467285], "count": [279]}, "observation.state": {"min": [-15.929583549499512, -99.58263397216797, -86.5418930053711, -99.57007598876953, -5.689865589141846, 2.5198938846588135], "max": [28.98239517211914, 56.5108528137207, 99.55436706542969, 92.26139068603516, 63.907203674316406, 30.437665939331055], "mean": [6.675224781036377, -12.531641006469727, 7.927151679992676, 31.405319213867188, 29.82088279724121, 17.79397964477539], "std": [12.40516185760498, 49.76031494140625, 53.93571090698242, 52.417701721191406, 18.446809768676758, 8.241558074951172], "count": [279]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6019294342320262]], [[0.6388957986111111]], [[0.6292830943627451]]], "std": [[[0.1526680227715769]], [[0.18112072536398463]], [[0.23251204160011507]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.266666666666667], "mean": [4.633333333333335], "std": [2.6846615070446793], "count": [279]}, "frame_index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [279]}, "index": {"min": [0], "max": [278], "mean": [139.0], "std": [80.53984521134038], "count": [279]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [279]}}}
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": 279,
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
+ 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
+ "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": "Take the rubik's cube and place it in the bowl"}
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:6689bdb96e3c29c1a65e807acb70663be71f1637ece0afdf6a044b34d69c6b6a
3
+ size 3877268