Askel1419 commited on
Commit
a7d7619
·
verified ·
1 Parent(s): 354ff5e

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:07e50f41b49a1a01da05444f8d782c94663ac5d37f70fbd6a0c47689d3a7c598
3
+ size 38462
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the cube and put in the box"], "length": 900}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-53.80434799194336, -100.0, -0.08810572326183319, 55.51118087768555, -52.0390739440918, 0.0], "max": [8.850932121276855, 19.788917541503906, 99.03083801269531, 80.51118469238281, 20.58608055114746, 65.49053192138672], "mean": [-6.867867469787598, -48.28251647949219, 50.43476486206055, 63.350303649902344, -39.42637252807617, 20.45589828491211], "std": [17.904264450073242, 45.44309616088867, 35.90047836303711, 8.522629737854004, 17.695087432861328, 23.923255920410156], "count": [900]}, "observation.state": {"min": [-53.17337417602539, -99.83909606933594, 4.477612018585205, 56.74769592285156, -51.817893981933594, 1.5099519491195679], "max": [8.204334259033203, 18.825422286987305, 99.63817596435547, 80.05029296875, 19.759721755981445, 64.44749450683594], "mean": [-7.382645606994629, -45.98460006713867, 52.799560546875, 64.43688201904297, -39.6470947265625, 20.892061233520508], "std": [17.728229522705078, 46.56187438964844, 35.25967788696289, 7.717348098754883, 17.349760055541992, 23.576557159423828], "count": [900]}, "timestamp": {"min": [0.0], "max": [29.966666666666665], "mean": [14.983333333333333], "std": [8.66024869200691], "count": [900]}, "frame_index": {"min": [0], "max": [899], "mean": [449.5], "std": [259.80746076020733], "count": [900]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [900]}, "index": {"min": [0], "max": [899], "mean": [449.5], "std": [259.80746076020733], "count": [900]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [900]}}}
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": 900,
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 cube and put in the box"}