BENVBAI commited on
Commit
f0dcd93
·
verified ·
1 Parent(s): b68a10f

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:80e3d27ce3ebe9e0997a73725f3e14569716c1c57ef5753a2a4edfb31a2953d1
3
+ size 27453
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 745}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.234375, 50.537109375, 31.81640625, 3.955078125, 7.3828125, -1.5175719261169434], "max": [13.623046875, 190.458984375, 179.208984375, 93.779296875, 39.814453125, 19.169328689575195], "mean": [-9.158321380615234, 140.05653381347656, 131.5198974609375, 36.92161178588867, 20.370216369628906, 1.5802732706069946], "std": [12.034120559692383, 57.55964279174805, 55.729736328125, 37.32393264770508, 12.023882865905762, 4.820520877838135], "count": [745]}, "observation.state": {"min": [-29.970703125, 50.2734375, 34.365234375, 4.921875, 8.876953125, 0.8032128810882568], "max": [14.326171875, 187.91015625, 174.55078125, 93.427734375, 39.19921875, 18.80856704711914], "mean": [-8.707777976989746, 137.9833526611328, 129.32606506347656, 37.397403717041016, 20.6790714263916, 2.9507834911346436], "std": [11.961997985839844, 57.294254302978516, 52.852783203125, 37.2713623046875, 11.961485862731934, 4.5528411865234375], "count": [745]}, "observation.images.single_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46609803202384237]], [[0.46314963638037376]], [[0.43910370063518367]]], "std": [[[0.2727153412812023]], [[0.27845806827720293]], [[0.25101864590355644]]], "count": [142]}, "timestamp": {"min": [0.0], "max": [29.76], "mean": [14.879999999999997], "std": [8.602511261253891], "count": [745]}, "frame_index": {"min": [0], "max": [744], "mean": [372.0], "std": [215.06278153134727], "count": [745]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [745]}, "index": {"min": [0], "max": [744], "mean": [372.0], "std": [215.06278153134727], "count": [745]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [745]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 745,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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
+ "observation.images.single_camera": {
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.fps": 25.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
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": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.single_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cc9959bdd094ab4044ed372065f31f7ded226172f4fb0ee34607138f7ba977
3
+ size 16784825