girardijp commited on
Commit
7cdbbc7
·
verified ·
1 Parent(s): 75bea47

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:5ccf793901ec6bff6ee786e223429f0536ec894ebc292de90e73bf02e653a690
3
+ size 77472
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 1796}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [26.074499130249023, -97.05159759521484, -74.38643646240234, -75.18734741210938, -49.135929107666016, 0.9776536226272583], "max": [99.54154968261719, 93.28419494628906, 100.0, 98.91757202148438, 18.803197860717773, 53.980445861816406], "mean": [57.809593200683594, -26.82469367980957, 42.28028106689453, 19.568946838378906, 0.5311971306800842, 21.08222007751465], "std": [12.072738647460938, 45.464637756347656, 44.50245666503906, 36.84351348876953, 5.836678504943848, 17.176340103149414], "count": [1796]}, "observation.state": {"min": [26.824357986450195, -96.57905578613281, -72.10338592529297, -74.4288558959961, -48.58259963989258, 3.3083646297454834], "max": [99.19476318359375, 93.49186706542969, 99.2869873046875, 97.35470581054688, 18.426197052001953, 53.370784759521484], "mean": [57.685752868652344, -25.959632873535156, 43.07530212402344, 19.839372634887695, 0.4520258903503418, 21.415416717529297], "std": [12.005906105041504, 45.87446594238281, 43.968326568603516, 36.62189483642578, 5.7316179275512695, 16.626981735229492], "count": [1796]}, "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,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
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
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "frame_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "episode_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "task_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ }
80
+ }
81
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the black cube"}