andaba commited on
Commit
573a176
·
verified ·
1 Parent(s): 7b90dfc

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:71e1f893d89dc0adac703f68cf9dd50d324dd3583e64ac956975d0c5d3de337b
3
+ size 89275
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": [-17.666015625, 31.025390625, 116.3671875, -106.69921875, -140.9765625, -0.21739129722118378], "max": [30.9375, 189.31640625, 178.9453125, 70.13671875, 37.001953125, 5.65217399597168], "mean": [7.116096496582031, 96.3026351928711, 157.2049102783203, -56.92924118041992, -72.78141784667969, 1.380066156387329], "std": [10.338563919067383, 44.145050048828125, 16.708984375, 52.53535461425781, 29.641517639160156, 1.3756158351898193], "count": [1790]}, "observation.state": {"min": [-17.05078125, 31.904296875, 119.53125, -103.623046875, -140.712890625, 10.761421203613281], "max": [30.146484375, 188.876953125, 178.857421875, 69.9609375, 34.716796875, 10.761421203613281], "mean": [7.084770202636719, 95.59709930419922, 157.95138549804688, -56.303585052490234, -72.76058197021484, 10.76155948638916], "std": [10.266459465026855, 43.8969612121582, 16.4514102935791, 51.66838836669922, 29.46868324279785, 0.0001382809568895027], "count": [1790]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5169284165181224]], [[0.5034153371954843]], [[0.49189336229946523]]], "std": [[[0.3597387194905005]], [[0.36031095124485424]], [[0.3692368169381904]]], "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:192f0679d5d31d293642a8fde5c8051df60e37f549938e0a3d38fb386eb21840
3
+ size 8267923