andaba commited on
Commit
3cd3257
·
verified ·
1 Parent(s): a69b3e1

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:8bb03837907c4a08add6ea20f0e6187649fa728c859d20e2323ae8d689dd0fd7
3
+ size 69574
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Draw some curves randomly."], "length": 1790}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.974609375, 54.4921875, 117.509765625, -99.228515625, -121.201171875, -0.10869564861059189], "max": [21.62109375, 189.4921875, 179.208984375, 67.060546875, 6.591796875, 9.239130020141602], "mean": [4.43720006942749, 138.06063842773438, 164.04058837890625, -9.7900972366333, -45.55656051635742, 4.147559642791748], "std": [5.704971790313721, 51.42300796508789, 15.352274894714355, 65.69941711425781, 40.9342155456543, 3.7565882205963135], "count": [1790]}, "observation.state": {"min": [-13.359375, 54.4921875, 120.9375, -97.822265625, -120.76171875, 10.558375358581543], "max": [21.005859375, 189.228515625, 179.82421875, 66.884765625, 6.064453125, 10.96446704864502], "mean": [4.392076015472412, 137.3036346435547, 165.56063842773438, -9.621768951416016, -45.597007751464844, 10.804411888122559], "std": [5.704595565795898, 51.63985824584961, 15.210411071777344, 65.45266723632812, 40.828941345214844, 0.18659129738807678], "count": [1790]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5130156773618538]], [[0.5000142520796197]], [[0.49463447043969105]]], "std": [[[0.3275492809744031]], [[0.3305752711001485]], [[0.34475148759202556]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.63333333333333], "mean": [29.816666666666663], "std": [17.22428034297321], "count": [1790]}, "frame_index": {"min": [0], "max": [1789], "mean": [894.5], "std": [516.7284102891963], "count": [1790]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1790]}, "index": {"min": [0], "max": [1789], "mean": [894.5], "std": [516.7284102891963], "count": [1790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1790]}}}
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": 1790,
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
+ "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.laptop": {
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": 30.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": "Draw some curves randomly."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57dcd485211bcdf161a7500ba2685e9d1bac19813ee3981080b9c73bb99dbf51
3
+ size 7198469