salhotra commited on
Commit
65d6fde
·
verified ·
1 Parent(s): 06fc197

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:54c0886b86f9f493f101a21a2492824b7986169a17b3dd603e71c9cbed2d99ae
3
+ size 24677
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a red block and put it in the bin."], "length": 469}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [88.53298950195312, 190.40036010742188, 170.6617431640625, 78.75988006591797, -3.587961196899414, -2.502894401550293], "max": [88.73119354248047, 190.74415588378906, 171.10499572753906, 80.27052307128906, -3.239450454711914, -2.308730125427246], "mean": [88.63542938232422, 190.5681610107422, 170.96322631835938, 79.40377044677734, -3.397091865539551, -2.3597748279571533], "std": [0.05234295129776001, 0.10330770909786224, 0.10261950641870499, 0.40824052691459656, 0.0996035784482956, 0.050812218338251114], "count": [469]}, "observation.state": {"min": [88.41796875, 188.349609375, 169.98046875, 78.046875, -3.779296875, -0.8253094553947449], "max": [88.505859375, 188.876953125, 171.826171875, 80.33203125, -2.724609375, -0.6877579092979431], "mean": [88.49324035644531, 188.87197875976562, 171.37255859375, 79.69144439697266, -3.4131171703338623, -0.824429988861084], "std": [0.030945666134357452, 0.042803823947906494, 0.24270391464233398, 0.2692214846611023, 0.11963896453380585, 0.010966012254357338], "count": [469]}, "timestamp": {"min": [0.0], "max": [15.6], "mean": [7.8], "std": [4.5129443456203475], "count": [469]}, "frame_index": {"min": [0], "max": [468], "mean": [234.0], "std": [135.3883303686104], "count": [469]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [469]}, "index": {"min": [0], "max": [468], "mean": [234.0], "std": [135.3883303686104], "count": [469]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [469]}}}
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": 469,
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": "Grasp a red block and put it in the bin."}