sergiov2000 commited on
Commit
54eefe7
·
verified ·
1 Parent(s): dc1db12

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:46a408c6a330c6dd0f0bb60f88a9468ec0e20bf4cf48082f4fbdfd1e60a393c2
3
+ size 51361
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push the ball into the area enclosed by the lego structure."], "length": 1198}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-41.8359375, 101.513671875, 118.916015625, 8.4375, -22.060546875, -0.8179959058761597], "max": [7.03125, 184.658203125, 185.185546875, 57.744140625, 11.337890625, 1.5337423086166382], "mean": [-8.117557525634766, 169.16293334960938, 168.77809143066406, 35.937034606933594, -3.313946008682251, -0.6496068239212036], "std": [11.882251739501953, 23.343624114990234, 17.46980857849121, 9.236862182617188, 5.91657018661499, 0.23417477309703827], "count": [1198]}, "observation.state": {"min": [-41.396484375, 101.07421875, 121.46484375, 9.140625, -21.884765625, 0.9105960130691528], "max": [6.943359375, 185.361328125, 184.5703125, 56.953125, 11.07421875, 1.4072847366333008], "mean": [-8.207722663879395, 168.76071166992188, 169.6222686767578, 36.33912658691406, -3.209768533706665, 1.145254373550415], "std": [11.922072410583496, 23.519678115844727, 16.661649703979492, 9.077731132507324, 5.88638162612915, 0.06555537134408951], "count": [1198]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47485221775491804]], [[0.4959857680141022]], [[0.4440823020300074]]], "std": [[[0.16531844512305846]], [[0.14967013943960233]], [[0.15339087556483927]]], "count": [203]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.5201245532695837]], [[0.5187659736308315]], [[0.49384659539103]]], "std": [[[0.22598117921181038]], [[0.17249810088958062]], [[0.20028644732994014]]], "count": [203]}, "timestamp": {"min": [0.0], "max": [59.85], "mean": [29.924999999999994], "std": [17.291634538122764], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}, "index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1198,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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.above": {
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": 20.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
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 20.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Push the ball into the area enclosed by the lego structure."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4065e953132736f3bb7346503f8b9f86b10ec6d4c0f362cdc6d2e6aac33230db
3
+ size 33433729
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff301a5e9b55a135becd97f80809c7a10bfcd1827be4f438bd1bb5490fd90dc
3
+ size 26082618