TheoPonera commited on
Commit
08c6f17
·
verified ·
1 Parent(s): 696a58e

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:857dd8923af946e8d9aa7e8affed7db09f6fcb65bd06735ede1221838349f8fa
3
+ size 41748
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Déplacer un objet d'un point A à un point B"], "length": 863}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.23046875, 62.2265625, 79.62890625, 47.4609375, -19.951171875, 0.0], "max": [101.162109375, 200.654296875, 151.083984375, 104.58984375, 18.017578125, 76.5868911743164], "mean": [47.24759292602539, 138.38241577148438, 111.55254364013672, 82.79988861083984, -5.57509708404541, 7.333450794219971], "std": [44.36560821533203, 41.129940032958984, 15.56391716003418, 11.958057403564453, 9.05455493927002, 15.853034019470215], "count": [863]}, "observation.state": {"min": [-0.791015625, 62.40234375, 81.826171875, 49.5703125, -24.521484375, 0.535714328289032], "max": [100.72265625, 200.302734375, 150.99609375, 104.58984375, 16.962890625, 75.35714721679688], "mean": [47.464656829833984, 137.48745727539062, 112.55455017089844, 83.05962371826172, -5.713501453399658, 8.18465518951416], "std": [44.378456115722656, 41.53205490112305, 15.12462043762207, 12.011251449584961, 9.074627876281738, 15.349695205688477], "count": [863]}, "timestamp": {"min": [0.0], "max": [28.733333333333334], "mean": [14.366666666666664], "std": [8.304215796810679], "count": [863]}, "frame_index": {"min": [0], "max": [862], "mean": [431.0], "std": [249.12647390432033], "count": [863]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [863]}, "index": {"min": [0], "max": [862], "mean": [431.0], "std": [249.12647390432033], "count": [863]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [863]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 863,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
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": "Déplacer un objet d'un point A à un point B"}