TheoPonera commited on
Commit
3aef937
·
verified ·
1 Parent(s): 097e0ba

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:9138ecb1176a8f74e6500fa1dfc9d6f45b4be920599462f5da638a398cc184b6
3
+ size 43499
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Manipuler un objet"], "length": 863}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.337890625, 52.734375, -13.18359375, -12.216796875, -15.8203125, -0.10405828058719635], "max": [94.482421875, 200.302734375, 111.796875, 104.677734375, 33.57421875, 57.33610916137695], "mean": [43.253421783447266, 97.4421615600586, 51.74957275390625, 84.58753967285156, 2.411849021911621, 21.201353073120117], "std": [41.41780471801758, 35.69512176513672, 33.4713249206543, 26.45984649658203, 11.675867080688477, 16.846900939941406], "count": [863]}, "observation.state": {"min": [-10.986328125, 52.119140625, -4.5703125, -6.767578125, -15.8203125, 0.8928571939468384], "max": [94.130859375, 200.21484375, 127.6171875, 104.501953125, 32.080078125, 55.357139587402344], "mean": [43.54994201660156, 95.65644836425781, 53.61189270019531, 83.68936157226562, 2.544550657272339, 22.044553756713867], "std": [41.289493560791016, 35.93089294433594, 32.60315704345703, 26.503223419189453, 11.59412670135498, 15.990456581115723], "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": "Manipuler un objet"}