b10902046 commited on
Commit
74a8572
·
verified ·
1 Parent(s): e49cf85

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:da29272973ed98f7b730ea2d82381826ca2b6e41496b68b2fe46fbea81c4bbb6
3
+ size 47379
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick and place the cube"], "length": 1796}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.634693145751953, -93.3436508178711, 17.466062545776367, -33.7634391784668, -3.106898307800293, 0.0], "max": [-0.33076074719429016, 20.510835647583008, 99.90950012207031, 76.34408569335938, 51.02685546875, 32.75290298461914], "mean": [-2.101370096206665, -77.89018249511719, 90.8036880493164, 56.5966682434082, 44.94376754760742, 28.88289451599121], "std": [2.6316301822662354, 34.66242980957031, 22.932003021240234, 37.077449798583984, 11.313231468200684, 9.18964672088623], "count": [1796]}, "observation.state": {"min": [-13.586559295654297, -100.0, 19.873817443847656, -32.87846374511719, -3.2511799335479736, 1.903467059135437], "max": [-0.43827611207962036, 20.867429733276367, 99.54934692382812, 74.92537689208984, 50.865234375, 32.42692184448242], "mean": [-2.259093999862671, -77.78279876708984, 91.05795288085938, 55.77952575683594, 44.980873107910156, 29.33151626586914], "std": [2.576390504837036, 35.032203674316406, 22.321128845214844, 36.342899322509766, 11.568017959594727, 8.422818183898926], "count": [1796]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5304936593879975]], [[0.5141302985739751]], [[0.5072792268270944]]], "std": [[[0.306191077455244]], [[0.3242515883577632]], [[0.31360596506991767]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.833333333333336], "mean": [29.916666666666668], "std": [17.28201537887163], "count": [1796]}, "frame_index": {"min": [0], "max": [1795], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1796]}, "index": {"min": [0], "max": [1795], "mean": [897.5], "std": [518.4604613661489], "count": [1796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1796]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1796,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick and place the cube"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4b11f1e6afd0e8a134c407c90a4990edc6d6d0c2060e60364c4a18d3703ea9
3
+ size 15714867