aiwhisperer commited on
Commit
666beb7
·
verified ·
1 Parent(s): 7a8609a

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:f199390d84c6c53fdbfd0335a7c5b45f1d6fe247162ae5acd9401908345e23d6
3
+ size 45564
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grab solder"], "length": 749}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-79.04762268066406, -89.74161529541016, -9.590274810791016, 16.382387161254883, 1.4407814741134644, 0.08605851978063583], "max": [30.687829971313477, 31.8935604095459, 95.1373291015625, 85.95795440673828, 25.372406005859375, 54.04475021362305], "mean": [-18.405357360839844, -35.93883514404297, 46.80659484863281, 51.48738479614258, 11.306551933288574, 14.15479850769043], "std": [30.71932029724121, 30.699113845825195, 30.33609390258789, 15.975642204284668, 5.403834342956543, 15.091072082519531], "count": [749]}, "observation.state": {"min": [-78.27202606201172, -90.09236145019531, -4.9513702392578125, 17.241378784179688, 1.6361416578292847, 1.4141414165496826], "max": [30.1112060546875, 33.24937057495117, 98.14323425292969, 85.1220474243164, 25.128204345703125, 44.64646530151367], "mean": [-17.970136642456055, -34.79557800292969, 49.4383659362793, 51.865753173828125, 11.211527824401855, 15.057811737060547], "std": [30.62478256225586, 31.922080993652344, 29.945201873779297, 15.929590225219727, 5.419971466064453, 12.736133575439453], "count": [749]}, "timestamp": {"min": [0.0], "max": [24.933333333333334], "mean": [12.466666666666667], "std": [7.2072494368132185], "count": [749]}, "frame_index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [749]}, "index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [749]}}}
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": 749,
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 solder"}