Heuzef commited on
Commit
ff139a1
·
verified ·
1 Parent(s): 2959db1

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:9fdafc4fe447457bf87e0f6a72bdc5cded895aad296075dd18b65cee496ec631
3
+ size 77801
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Test"], "length": 1788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.052804946899414, -99.41373443603516, -51.90217208862305, -100.0, -52.625152587890625, 0.0], "max": [16.17161750793457, 76.38191223144531, 99.909423828125, 82.6589584350586, -2.17338228225708, 2.3608767986297607], "mean": [-4.5962958335876465, 24.52655792236328, 32.6038818359375, -44.86762619018555, -46.19669723510742, 0.49207603931427], "std": [13.596826553344727, 55.06150817871094, 49.82126235961914, 58.5181884765625, 4.994688034057617, 0.4826667904853821], "count": [1788]}, "observation.state": {"min": [-27.75748634338379, -99.91596984863281, -49.45454406738281, -98.29931640625, -51.89255142211914, 0.966183602809906], "max": [15.558801651000977, 77.05882263183594, 100.0, 78.82653045654297, -2.612942695617676, 2.0703933238983154], "mean": [-4.752548694610596, 25.563350677490234, 33.2601318359375, -44.29342269897461, -46.227134704589844, 1.0832939147949219], "std": [13.477277755737305, 55.913002014160156, 49.25608825683594, 57.24509811401367, 4.918594837188721, 0.20747356116771698], "count": [1788]}, "timestamp": {"min": [0.0], "max": [59.56666666666667], "mean": [29.78333333333333], "std": [17.205035330993677], "count": [1788]}, "frame_index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}, "index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1788,
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": "Test"}