Datasets:
Upload folder using huggingface_hub
Browse files- README.md +166 -0
- data/chunk-000/episode_000000.parquet +3 -0
- data/chunk-000/episode_000001.parquet +3 -0
- data/chunk-000/episode_000002.parquet +3 -0
- data/chunk-000/episode_000003.parquet +3 -0
- data/chunk-000/episode_000004.parquet +3 -0
- data/chunk-000/episode_000005.parquet +3 -0
- data/chunk-000/episode_000006.parquet +3 -0
- data/chunk-000/episode_000007.parquet +3 -0
- data/chunk-000/episode_000008.parquet +3 -0
- data/chunk-000/episode_000009.parquet +3 -0
- data/chunk-000/episode_000010.parquet +3 -0
- data/chunk-000/episode_000011.parquet +3 -0
- data/chunk-000/episode_000012.parquet +3 -0
- data/chunk-000/episode_000013.parquet +3 -0
- data/chunk-000/episode_000014.parquet +3 -0
- data/chunk-000/episode_000015.parquet +3 -0
- data/chunk-000/episode_000016.parquet +3 -0
- data/chunk-000/episode_000017.parquet +3 -0
- data/chunk-000/episode_000018.parquet +3 -0
- data/chunk-000/episode_000019.parquet +3 -0
- data/chunk-000/episode_000020.parquet +3 -0
- data/chunk-000/episode_000021.parquet +3 -0
- data/chunk-000/episode_000022.parquet +3 -0
- data/chunk-000/episode_000023.parquet +3 -0
- data/chunk-000/episode_000024.parquet +3 -0
- data/chunk-000/episode_000025.parquet +3 -0
- data/chunk-000/episode_000026.parquet +3 -0
- data/chunk-000/episode_000027.parquet +3 -0
- data/chunk-000/episode_000028.parquet +3 -0
- data/chunk-000/episode_000029.parquet +3 -0
- data/chunk-000/episode_000030.parquet +3 -0
- data/chunk-000/episode_000031.parquet +3 -0
- data/chunk-000/episode_000032.parquet +3 -0
- data/chunk-000/episode_000033.parquet +3 -0
- data/chunk-000/episode_000034.parquet +3 -0
- meta/episodes.jsonl +35 -0
- meta/episodes_stats.jsonl +35 -0
- meta/info.json +129 -0
- meta/tasks.jsonl +1 -0
README.md
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
tags:
|
6 |
+
- LeRobot
|
7 |
+
- openpi
|
8 |
+
- tutorial
|
9 |
+
configs:
|
10 |
+
- config_name: default
|
11 |
+
data_files: data/*/*.parquet
|
12 |
+
---
|
13 |
+
|
14 |
+
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
15 |
+
|
16 |
+
## Dataset Description
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Homepage:** [More Information Needed]
|
21 |
+
- **Paper:** [More Information Needed]
|
22 |
+
- **License:** apache-2.0
|
23 |
+
|
24 |
+
## Dataset Structure
|
25 |
+
|
26 |
+
[meta/info.json](meta/info.json):
|
27 |
+
```json
|
28 |
+
{
|
29 |
+
"codebase_version": "v2.1",
|
30 |
+
"robot_type": "so100",
|
31 |
+
"total_episodes": 5,
|
32 |
+
"total_frames": 1945,
|
33 |
+
"total_tasks": 1,
|
34 |
+
"total_videos": 10,
|
35 |
+
"total_chunks": 1,
|
36 |
+
"chunks_size": 1000,
|
37 |
+
"fps": 30,
|
38 |
+
"splits": {
|
39 |
+
"train": "0:5"
|
40 |
+
},
|
41 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
42 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
43 |
+
"features": {
|
44 |
+
"action": {
|
45 |
+
"dtype": "float32",
|
46 |
+
"shape": [
|
47 |
+
7
|
48 |
+
],
|
49 |
+
"names": [
|
50 |
+
"main_shoulder_pan",
|
51 |
+
"main_shoulder_lift",
|
52 |
+
"main_elbow_flex",
|
53 |
+
"main_wrist_flex",
|
54 |
+
"main_wrist_side",
|
55 |
+
"main_wrist_roll",
|
56 |
+
"main_gripper"
|
57 |
+
]
|
58 |
+
},
|
59 |
+
"observation.state": {
|
60 |
+
"dtype": "float32",
|
61 |
+
"shape": [
|
62 |
+
7
|
63 |
+
],
|
64 |
+
"names": [
|
65 |
+
"main_shoulder_pan",
|
66 |
+
"main_shoulder_lift",
|
67 |
+
"main_elbow_flex",
|
68 |
+
"main_wrist_flex",
|
69 |
+
"main_wrist_side",
|
70 |
+
"main_wrist_roll",
|
71 |
+
"main_gripper"
|
72 |
+
]
|
73 |
+
},
|
74 |
+
"observation.images.laptop": {
|
75 |
+
"dtype": "video",
|
76 |
+
"shape": [
|
77 |
+
480,
|
78 |
+
640,
|
79 |
+
3
|
80 |
+
],
|
81 |
+
"names": [
|
82 |
+
"height",
|
83 |
+
"width",
|
84 |
+
"channels"
|
85 |
+
],
|
86 |
+
"info": {
|
87 |
+
"video.fps": 30.0,
|
88 |
+
"video.height": 480,
|
89 |
+
"video.width": 640,
|
90 |
+
"video.channels": 3,
|
91 |
+
"video.codec": "av1",
|
92 |
+
"video.pix_fmt": "yuv420p",
|
93 |
+
"video.is_depth_map": false,
|
94 |
+
"has_audio": false
|
95 |
+
}
|
96 |
+
},
|
97 |
+
"observation.images.phone": {
|
98 |
+
"dtype": "video",
|
99 |
+
"shape": [
|
100 |
+
480,
|
101 |
+
640,
|
102 |
+
3
|
103 |
+
],
|
104 |
+
"names": [
|
105 |
+
"height",
|
106 |
+
"width",
|
107 |
+
"channels"
|
108 |
+
],
|
109 |
+
"info": {
|
110 |
+
"video.fps": 30.0,
|
111 |
+
"video.height": 480,
|
112 |
+
"video.width": 640,
|
113 |
+
"video.channels": 3,
|
114 |
+
"video.codec": "av1",
|
115 |
+
"video.pix_fmt": "yuv420p",
|
116 |
+
"video.is_depth_map": false,
|
117 |
+
"has_audio": false
|
118 |
+
}
|
119 |
+
},
|
120 |
+
"timestamp": {
|
121 |
+
"dtype": "float32",
|
122 |
+
"shape": [
|
123 |
+
1
|
124 |
+
],
|
125 |
+
"names": null
|
126 |
+
},
|
127 |
+
"frame_index": {
|
128 |
+
"dtype": "int64",
|
129 |
+
"shape": [
|
130 |
+
1
|
131 |
+
],
|
132 |
+
"names": null
|
133 |
+
},
|
134 |
+
"episode_index": {
|
135 |
+
"dtype": "int64",
|
136 |
+
"shape": [
|
137 |
+
1
|
138 |
+
],
|
139 |
+
"names": null
|
140 |
+
},
|
141 |
+
"index": {
|
142 |
+
"dtype": "int64",
|
143 |
+
"shape": [
|
144 |
+
1
|
145 |
+
],
|
146 |
+
"names": null
|
147 |
+
},
|
148 |
+
"task_index": {
|
149 |
+
"dtype": "int64",
|
150 |
+
"shape": [
|
151 |
+
1
|
152 |
+
],
|
153 |
+
"names": null
|
154 |
+
}
|
155 |
+
}
|
156 |
+
}
|
157 |
+
```
|
158 |
+
|
159 |
+
|
160 |
+
## Citation
|
161 |
+
|
162 |
+
**BibTeX:**
|
163 |
+
|
164 |
+
```bibtex
|
165 |
+
[More Information Needed]
|
166 |
+
```
|
data/chunk-000/episode_000000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ad637f6db92358bf30f01cd9bcd34c2d2fa82f13c3618b9e3d2c2f4599a1bc3
|
3 |
+
size 21102
|
data/chunk-000/episode_000001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ec485ac5b941d647e43fc56313348870e4b24594740212d69419d6c0a8a0d7c
|
3 |
+
size 20939
|
data/chunk-000/episode_000002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54514a5a3d5a1f2dfb5bfb7ec91734b2d1ce4385337118185e6b78252509ad5d
|
3 |
+
size 23195
|
data/chunk-000/episode_000003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eed5d66ee7e09ecd1a3501a74e2dbbb90213bc1335531753af2bd4467623fab
|
3 |
+
size 22397
|
data/chunk-000/episode_000004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a29c5de34218bfb19cdabb91074d887c7f62ec9492af22f583b6a80208e3340f
|
3 |
+
size 23638
|
data/chunk-000/episode_000005.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d186000e72f3e2c4ec94e9a4f6613ca1ee21ed035d5d50cd2b3fa7a618a1bcd
|
3 |
+
size 22803
|
data/chunk-000/episode_000006.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ca2e0c0524c298387ea51746bc1cafbece2c73e9c78d2cc58256b4b5f15b2d4
|
3 |
+
size 21997
|
data/chunk-000/episode_000007.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6744f69d6cfa2681bd522138cf9dc2bd52b568c10881a667f7a69c721d73b2a
|
3 |
+
size 19956
|
data/chunk-000/episode_000008.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94e809c2849e945af23b94a488ca9e53b8cd83f946f76a07cf0c20b67b5cfe6d
|
3 |
+
size 19771
|
data/chunk-000/episode_000009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d11d5de6a0243b3aa192a4702ddfd897d92a952a518439935ea6abb0d8d8c693
|
3 |
+
size 20810
|
data/chunk-000/episode_000010.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcec8d54ca76d3a86ae6431231e16ca6567c17e34143b0cb29ed43572090979d
|
3 |
+
size 21531
|
data/chunk-000/episode_000011.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28eeb00f8c6a4e459acd5ac37a7324d6fb395900e7f363fb4a9bc922cc19d053
|
3 |
+
size 20997
|
data/chunk-000/episode_000012.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fad7d9af041de7d8721e76b0084b2fe0015989496d8cf9e72b43912854344c0
|
3 |
+
size 20141
|
data/chunk-000/episode_000013.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aface71aaf967729dc67fe013e3eddc35f3723d74eff0be04b787cb1de3c69cc
|
3 |
+
size 19839
|
data/chunk-000/episode_000014.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9b158cb7a0cdf602b0b54f41e9c6cc7ed36d1a1af04b2fd6a3a93b17192e5f7
|
3 |
+
size 23140
|
data/chunk-000/episode_000015.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c00b1c2382e452f43a0486ecaf79cc3670369d3578409b9eeb62c6d0e9d77ce
|
3 |
+
size 22632
|
data/chunk-000/episode_000016.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fb70580cd44337c3a7f41a147435e397c14b93d79dedabb80c67060d82464b8
|
3 |
+
size 21336
|
data/chunk-000/episode_000017.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:243a002c34a07ecafef87fd1806b808dd95b97b25d732a2d7ee4f9b2bda1d6c8
|
3 |
+
size 19822
|
data/chunk-000/episode_000018.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11f705e88d1079720de0d87dd5dd998240fcf6cb53005460af8e9f178fc5792a
|
3 |
+
size 22131
|
data/chunk-000/episode_000019.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4aecd9d82f92e36b363e5b78a1026378e1507e50fb2bb04db50dc85b4a6e1924
|
3 |
+
size 23169
|
data/chunk-000/episode_000020.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fad881b4f52e51e988e020d469f37d70888994893a9292dc16c5791302c232b
|
3 |
+
size 22558
|
data/chunk-000/episode_000021.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:329d8bcfb708a5904be3f4612651ba49423b1662c6b9551fa1e16bad337c6219
|
3 |
+
size 21042
|
data/chunk-000/episode_000022.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b919b5faaf3863b14f05f224ab43d725b03446b16d7a7e3b5abc5e64e06bcd94
|
3 |
+
size 20168
|
data/chunk-000/episode_000023.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31bc4d975dff450101327ccbee3f449719f18529a0dff0e7d1d71f673fa61e70
|
3 |
+
size 19098
|
data/chunk-000/episode_000024.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd68cd00226c35580acca1f7f5471257441cca8c6c577bb4d197ea811002d5a4
|
3 |
+
size 20958
|
data/chunk-000/episode_000025.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8db231219af21348bbca8032a5d9263b930c71c203029b182c5dcb7a9b4c23d
|
3 |
+
size 20074
|
data/chunk-000/episode_000026.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0296461c3776c53014058dfbe04a22803f9ddc5dde9eb49a6af1228d475100b5
|
3 |
+
size 21881
|
data/chunk-000/episode_000027.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d505be73a619d0de91406616ad2dd466636281bd140397a3bd01a670bbab4b7
|
3 |
+
size 23518
|
data/chunk-000/episode_000028.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e81ae6b9300b81d41e91c761c263aad2f5257222e42aaa0575d74680a06b57bf
|
3 |
+
size 20408
|
data/chunk-000/episode_000029.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f0ffef490c66ceb3707ebaa4492539e6b4fdaef7b245a8dd088c90bf12c2b6f
|
3 |
+
size 21786
|
data/chunk-000/episode_000030.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2881e013ae30b91e7ea4aaa90b109358e50c3b59bbe6a37e4da1ed763df992e0
|
3 |
+
size 19292
|
data/chunk-000/episode_000031.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e67264cec2c5a524115bce9cc6c5a90a3f0b79d16a710d11441b6b7c52445f1
|
3 |
+
size 19633
|
data/chunk-000/episode_000032.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b7a53484a297f69b452d0e1b81f7d90e70a0eb939b62c1b44416b384f08269
|
3 |
+
size 21269
|
data/chunk-000/episode_000033.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7489ff8bd43fe896fe1bab811f9c9d76998b98ad7315e6d3d8e6108fd9598dee
|
3 |
+
size 21397
|
data/chunk-000/episode_000034.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24b4aa2f587115421efbf6adea5159871d57ccc5e9ae44969ed943452e2e9359
|
3 |
+
size 20628
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"episode_index": 0, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
2 |
+
{"episode_index": 1, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
3 |
+
{"episode_index": 2, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
4 |
+
{"episode_index": 3, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
5 |
+
{"episode_index": 4, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
6 |
+
{"episode_index": 5, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
7 |
+
{"episode_index": 6, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
8 |
+
{"episode_index": 7, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
9 |
+
{"episode_index": 8, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
10 |
+
{"episode_index": 9, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
11 |
+
{"episode_index": 10, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
12 |
+
{"episode_index": 11, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
13 |
+
{"episode_index": 12, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
14 |
+
{"episode_index": 13, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
15 |
+
{"episode_index": 14, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
16 |
+
{"episode_index": 15, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
17 |
+
{"episode_index": 16, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
18 |
+
{"episode_index": 17, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
19 |
+
{"episode_index": 18, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
20 |
+
{"episode_index": 19, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
21 |
+
{"episode_index": 20, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
22 |
+
{"episode_index": 21, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
23 |
+
{"episode_index": 22, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
24 |
+
{"episode_index": 23, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
25 |
+
{"episode_index": 24, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
26 |
+
{"episode_index": 25, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
27 |
+
{"episode_index": 26, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
28 |
+
{"episode_index": 27, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
29 |
+
{"episode_index": 28, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
30 |
+
{"episode_index": 29, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
31 |
+
{"episode_index": 30, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
32 |
+
{"episode_index": 31, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
33 |
+
{"episode_index": 32, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
34 |
+
{"episode_index": 33, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
35 |
+
{"episode_index": 34, "tasks": ["bring contact to the pad on the board."], "length": 389}
|
meta/episodes_stats.jsonl
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"episode_index": 0, "stats": {"action": {"min": [2.28515625, 100.8984375, 111.26953125, 44.12109375, -13.0078125, -4.130859375, 100.26881408691406], "max": [19.775390625, 174.990234375, 171.650390625, 56.337890625, 6.15234375, 8.61328125, 100.26881408691406], "mean": [15.491569519042969, 129.0536651611328, 131.6992645263672, 50.35635757446289, -9.08775520324707, -0.4545910954475403, 100.26920318603516], "std": [4.3587164878845215, 30.95696449279785, 24.5838680267334, 3.7889604568481445, 3.48294734954834, 3.2462143898010254, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [2.28515625, 100.634765625, 111.796875, 44.296875, -12.12890625, -4.130859375, 96.83698272705078], "max": [19.775390625, 174.90234375, 172.177734375, 56.337890625, 4.833984375, 8.61328125, 96.83698272705078], "mean": [15.485695838928223, 128.7373504638672, 132.17442321777344, 50.46006393432617, -9.074198722839355, -0.44193845987319946, 96.83721160888672], "std": [4.361281394958496, 31.077028274536133, 24.56709861755371, 3.762343168258667, 3.383486032485962, 3.2549731731414795, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45757699142156866]], [[0.5009597242647059]], [[0.4897496772875817]]], "std": [[[0.2973809487674285]], [[0.26192166963801444]], [[0.2620371033951103]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6559611968954248]], [[0.6872615134803922]], [[0.7269244975490197]]], "std": [[[0.329630169715265]], [[0.2825785845080106]], [[0.23872192042983603]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}, "index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
2 |
+
{"episode_index": 1, "stats": {"action": {"min": [0.703125, 98.525390625, 107.578125, 40.517578125, -7.734375, -2.373046875, 100.26881408691406], "max": [17.2265625, 174.990234375, 171.650390625, 55.546875, 4.21875, 7.3828125, 100.26881408691406], "mean": [11.637487411499023, 135.44174194335938, 137.73280334472656, 48.75286102294922, -1.032771348953247, 1.3020917177200317, 100.26920318603516], "std": [4.156280040740967, 34.90083694458008, 28.57316780090332, 4.566824913024902, 3.8207476139068604, 2.2590010166168213, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.615234375, 98.349609375, 108.10546875, 40.60546875, -7.119140625, -2.373046875, 96.83698272705078], "max": [17.2265625, 174.90234375, 171.9140625, 55.634765625, 3.603515625, 7.470703125, 96.83698272705078], "mean": [11.65759563446045, 135.10842895507812, 138.0793914794922, 48.8746452331543, -1.205389380455017, 1.3136146068572998, 96.83721160888672], "std": [4.130367279052734, 34.95320510864258, 28.500396728515625, 4.540482997894287, 3.528395652770996, 2.267700672149658, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47007030841503267]], [[0.5092960110294118]], [[0.5078728635620915]]], "std": [[[0.29541258761907396]], [[0.25942275799956155]], [[0.2623486463641772]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6636717687908498]], [[0.6865562908496732]], [[0.7198343198529411]]], "std": [[[0.32987556703616067]], [[0.29316864993801434]], [[0.2571469052666745]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [389]}, "index": {"min": [389], "max": [777], "mean": [583.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
3 |
+
{"episode_index": 2, "stats": {"action": {"min": [-4.306640625, 86.396484375, 94.04296875, 30.673828125, -17.2265625, 1.93359375, 100.26881408691406], "max": [17.05078125, 174.990234375, 171.650390625, 70.400390625, 30.05859375, 52.119140625, 100.26881408691406], "mean": [3.3493332862854004, 123.56033325195312, 128.10777282714844, 53.407901763916016, 13.628469467163086, 28.448997497558594, 100.26920318603516], "std": [6.423802375793457, 36.95722961425781, 31.92613410949707, 12.155197143554688, 15.60255241394043, 21.737483978271484, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-4.306640625, 86.1328125, 94.5703125, 30.849609375, -15.99609375, 1.93359375, 96.83698272705078], "max": [17.05078125, 174.90234375, 171.9140625, 70.48828125, 29.091796875, 52.119140625, 96.83698272705078], "mean": [3.328772783279419, 123.26618957519531, 128.475341796875, 53.5285530090332, 13.665749549865723, 28.521072387695312, 96.83721160888672], "std": [6.413301467895508, 37.05110549926758, 31.871570587158203, 12.108860969543457, 15.248590469360352, 21.716691970825195, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4451369219771242]], [[0.4805714072712418]], [[0.49580958946078435]]], "std": [[[0.30632509746578]], [[0.2734470136823967]], [[0.27241314594778565]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6795080473856209]], [[0.7002109232026144]], [[0.7286127144607843]]], "std": [[[0.3237129383477375]], [[0.2943301369629055]], [[0.25870188404320715]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [389]}, "index": {"min": [778], "max": [1166], "mean": [972.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
4 |
+
{"episode_index": 3, "stats": {"action": {"min": [4.74609375, 88.505859375, 103.7109375, 37.96875, -42.099609375, -22.8515625, 100.26881408691406], "max": [34.365234375, 175.078125, 171.5625, 57.65625, 3.515625, 8.61328125, 100.26881408691406], "mean": [22.534793853759766, 125.84310913085938, 132.9913787841797, 50.14442443847656, -24.066892623901367, -10.161421775817871, 100.26920318603516], "std": [12.156914710998535, 37.20439147949219, 28.958843231201172, 6.3703765869140625, 17.245119094848633, 11.847829818725586, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [4.74609375, 88.2421875, 104.23828125, 38.14453125, -41.044921875, -22.8515625, 96.83698272705078], "max": [34.189453125, 175.078125, 171.9140625, 57.65625, 2.548828125, 8.61328125, 96.83698272705078], "mean": [22.49005889892578, 125.57833862304688, 133.3222198486328, 50.23186492919922, -23.795991897583008, -10.14922046661377, 96.83721160888672], "std": [12.108722686767578, 37.330257415771484, 28.987342834472656, 6.332257270812988, 17.203327178955078, 11.852546691894531, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643482250816993]], [[0.5103097160947713]], [[0.5061529064542484]]], "std": [[[0.2882520558296446]], [[0.25546418801827747]], [[0.2611871678961312]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6986711683006536]], [[0.7327302267156863]], [[0.7754727655228758]]], "std": [[[0.34619803572337815]], [[0.29011421215811795]], [[0.23584997782995173]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [389]}, "index": {"min": [1167], "max": [1555], "mean": [1361.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
5 |
+
{"episode_index": 4, "stats": {"action": {"min": [-1.7578125, 80.419921875, 98.4375, 31.640625, -49.482421875, -41.1328125, 100.53763580322266], "max": [36.73828125, 174.990234375, 171.650390625, 63.017578125, 11.953125, 10.107421875, 100.53763580322266], "mean": [27.6082763671875, 110.4642105102539, 122.92472839355469, 52.144447326660156, -33.841957092285156, -24.20132827758789, 100.53773498535156], "std": [12.221220970153809, 36.61625289916992, 28.965492248535156, 10.134496688842773, 19.80063819885254, 18.470252990722656, 9.918212890625e-05], "count": [389]}, "observation.state": {"min": [-1.845703125, 80.244140625, 98.876953125, 31.81640625, -47.8125, -41.1328125, 96.83698272705078], "max": [36.650390625, 174.90234375, 171.9140625, 63.10546875, 10.810546875, 10.1953125, 96.83698272705078], "mean": [27.5339412689209, 110.18794250488281, 123.3219223022461, 52.218326568603516, -33.35460662841797, -24.207653045654297, 96.83721160888672], "std": [12.18844985961914, 36.70423126220703, 28.930837631225586, 10.092646598815918, 19.525257110595703, 18.464622497558594, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4562563276143791]], [[0.49769828227124185]], [[0.4913108639705882]]], "std": [[[0.29354494997597924]], [[0.26220689245395645]], [[0.2655483856204556]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6701187152777778]], [[0.7138192258986928]], [[0.767137097630719]]], "std": [[[0.3682281103168973]], [[0.30147403653957755]], [[0.23637408304569335]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [389]}, "index": {"min": [1556], "max": [1944], "mean": [1750.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
6 |
+
{"episode_index": 5, "stats": {"action": {"min": [-0.52734375, 91.845703125, 118.564453125, 29.443359375, -47.98828125, -17.666015625, 100.26881408691406], "max": [34.365234375, 175.078125, 171.650390625, 46.0546875, 6.416015625, 9.404296875, 100.26881408691406], "mean": [21.982824325561523, 123.91834259033203, 137.8950653076172, 36.26787567138672, -26.61368751525879, -7.228721618652344, 100.26920318603516], "std": [13.10527229309082, 34.01601028442383, 21.155637741088867, 5.023463726043701, 21.601526260375977, 10.123394012451172, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-0.52734375, 91.58203125, 119.00390625, 29.619140625, -46.23046875, -17.666015625, 96.83698272705078], "max": [34.365234375, 174.90234375, 172.177734375, 46.142578125, 5.80078125, 9.404296875, 96.83698272705078], "mean": [22.002254486083984, 123.61373138427734, 138.3334197998047, 36.375648498535156, -25.988059997558594, -7.233240127563477, 96.83721160888672], "std": [13.067903518676758, 34.102699279785156, 21.134855270385742, 5.0423197746276855, 20.687397003173828, 10.115460395812988, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4552686274509804]], [[0.4947301572712418]], [[0.4843614950980392]]], "std": [[[0.2980924344964779]], [[0.26633700965720875]], [[0.26874556735262617]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6171406066176471]], [[0.664169133986928]], [[0.7255327982026144]]], "std": [[[0.3814761995728198]], [[0.318518548099082]], [[0.25738237652093077]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [389]}, "index": {"min": [1945], "max": [2333], "mean": [2139.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
7 |
+
{"episode_index": 6, "stats": {"action": {"min": [-2.109375, 99.140625, 116.71875, 26.71875, -29.1796875, -7.470703125, 100.26881408691406], "max": [26.982421875, 175.166015625, 171.5625, 45.3515625, 8.701171875, 8.96484375, 100.26881408691406], "mean": [16.50400733947754, 129.93446350097656, 139.357666015625, 40.438045501708984, -14.423551559448242, -1.5809015035629272, 100.26920318603516], "std": [11.612699508666992, 32.79712677001953, 22.94852066040039, 4.663402557373047, 15.090182304382324, 5.852323055267334, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-2.109375, 98.96484375, 117.158203125, 26.89453125, -27.94921875, -7.470703125, 96.83698272705078], "max": [26.982421875, 175.078125, 171.826171875, 45.439453125, 7.998046875, 8.96484375, 96.83698272705078], "mean": [16.50400733947754, 129.65835571289062, 139.7054901123047, 40.55824661254883, -13.776008605957031, -1.572767734527588, 96.83721160888672], "std": [11.594249725341797, 32.923404693603516, 22.95051383972168, 4.633569240570068, 14.625524520874023, 5.854709148406982, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644592524509804]], [[0.4991803799019608]], [[0.4947014072712418]]], "std": [[[0.29621583491402786]], [[0.2616213944858179]], [[0.26701901609215595]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6232773427287581]], [[0.6649176838235293]], [[0.7130337234477124]]], "std": [[[0.3561718837948954]], [[0.30012337593109184]], [[0.2473530606991206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [389]}, "index": {"min": [2334], "max": [2722], "mean": [2528.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
8 |
+
{"episode_index": 7, "stats": {"action": {"min": [-1.494140625, 100.634765625, 112.5, 39.287109375, -14.765625, -8.26171875, 100.26881408691406], "max": [21.26953125, 175.078125, 171.5625, 50.537109375, 8.876953125, 8.525390625, 100.26881408691406], "mean": [10.517728805541992, 138.14581298828125, 142.6779327392578, 45.51152801513672, -3.363567352294922, -0.4116625189781189, 100.26920318603516], "std": [9.826367378234863, 34.21435546875, 26.5638484954834, 2.4115378856658936, 10.00832462310791, 6.734084606170654, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-1.494140625, 100.458984375, 112.939453125, 39.462890625, -13.88671875, -8.26171875, 96.83698272705078], "max": [21.26953125, 174.90234375, 171.826171875, 50.625, 8.349609375, 8.525390625, 96.83698272705078], "mean": [10.50823974609375, 137.9199676513672, 143.00051879882812, 45.64664077758789, -3.021268367767334, -0.41256627440452576, 96.83721160888672], "std": [9.813488960266113, 34.282501220703125, 26.535655975341797, 2.386138677597046, 9.586172103881836, 6.728945732116699, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774939052287582]], [[0.5109050551470588]], [[0.5083072508169935]]], "std": [[[0.29108222025431235]], [[0.2545634694691723]], [[0.26144411302226367]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6837177675653595]], [[0.7133688766339868]], [[0.7454687847222222]]], "std": [[[0.320238626108185]], [[0.2757729184595864]], [[0.23333891694251468]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [389]}, "index": {"min": [2723], "max": [3111], "mean": [2917.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
9 |
+
{"episode_index": 8, "stats": {"action": {"min": [0.263671875, 101.513671875, 111.796875, 39.90234375, -4.130859375, -2.109375, 100.26881408691406], "max": [16.5234375, 174.990234375, 171.474609375, 50.537109375, 11.6015625, 11.162109375, 100.26881408691406], "mean": [9.212925910949707, 133.06878662109375, 138.5093994140625, 45.342071533203125, 2.028036594390869, 2.424335241317749, 100.26920318603516], "std": [6.525701522827148, 33.217891693115234, 25.682369232177734, 2.1972203254699707, 4.21355676651001, 4.139269828796387, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.263671875, 101.25, 112.32421875, 39.990234375, -3.515625, -2.109375, 96.83698272705078], "max": [16.5234375, 174.90234375, 171.826171875, 50.625, 10.8984375, 11.162109375, 96.83698272705078], "mean": [9.200950622558594, 132.82025146484375, 138.8681640625, 45.4726676940918, 1.9521207809448242, 2.4304356575012207, 96.83721160888672], "std": [6.530742645263672, 33.32769012451172, 25.68625831604004, 2.1789729595184326, 4.264767169952393, 4.142960071563721, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46143835171568626]], [[0.5050410416666666]], [[0.49962531454248366]]], "std": [[[0.2953934689614865]], [[0.26188286438745106]], [[0.2640732856025512]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6344403941993464]], [[0.6664802593954249]], [[0.7026911499183007]]], "std": [[[0.33351311083762686]], [[0.29048013570124653]], [[0.247906622812297]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [389]}, "index": {"min": [3112], "max": [3500], "mean": [3306.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
10 |
+
{"episode_index": 9, "stats": {"action": {"min": [-2.28515625, 95.009765625, 100.458984375, 37.001953125, -3.603515625, 2.197265625, 100.26881408691406], "max": [10.8984375, 175.078125, 171.474609375, 60.29296875, 22.236328125, 20.91796875, 100.26881408691406], "mean": [3.835330009460449, 131.38702392578125, 134.8123016357422, 49.431358337402344, 10.804672241210938, 12.151274681091309, 100.26920318603516], "std": [2.461177349090576, 35.75490188598633, 29.694015502929688, 6.869929313659668, 9.45598316192627, 7.012392997741699, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-2.28515625, 94.74609375, 100.986328125, 37.177734375, -2.98828125, 2.197265625, 96.83698272705078], "max": [10.8984375, 175.078125, 171.826171875, 60.380859375, 21.533203125, 21.005859375, 96.83698272705078], "mean": [3.810476541519165, 131.0320281982422, 135.1466064453125, 49.54726791381836, 10.991524696350098, 12.171382904052734, 96.83721160888672], "std": [2.465153694152832, 35.83806610107422, 29.647836685180664, 6.837926387786865, 9.390726089477539, 6.9988555908203125, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4562264460784314]], [[0.49571838031045756]], [[0.505982626633987]]], "std": [[[0.30286987212624594]], [[0.26956389899014244]], [[0.27312935588432974]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6569409007352941]], [[0.6800878247549019]], [[0.7053284232026144]]], "std": [[[0.3324691689902873]], [[0.30451860768567607]], [[0.27218221743695603]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [389]}, "index": {"min": [3501], "max": [3889], "mean": [3695.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
11 |
+
{"episode_index": 10, "stats": {"action": {"min": [-6.85546875, 100.37109375, 124.98046875, 12.568359375, -10.37109375, 2.373046875, 100.26881408691406], "max": [10.458984375, 175.078125, 171.73828125, 46.669921875, 39.814453125, 11.953125, 100.26881408691406], "mean": [-0.8942701816558838, 128.82864379882812, 145.9509735107422, 25.830806732177734, 22.365339279174805, 8.113953590393066, 100.26920318603516], "std": [4.852066993713379, 31.565261840820312, 16.685977935791016, 11.846923828125, 17.291181564331055, 3.2256948947906494, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-6.85546875, 100.107421875, 125.419921875, 12.744140625, -9.580078125, 2.373046875, 96.83698272705078], "max": [10.458984375, 174.90234375, 172.177734375, 46.669921875, 38.84765625, 12.041015625, 96.83698272705078], "mean": [-0.8822953701019287, 128.58558654785156, 146.32029724121094, 25.95642852783203, 21.964523315429688, 8.114405632019043, 96.83721160888672], "std": [4.860838413238525, 31.621700286865234, 16.717609405517578, 11.850260734558105, 17.120288848876953, 3.2348716259002686, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4354796282679738]], [[0.47999166462418297]], [[0.48458119076797385]]], "std": [[[0.30097413053482636]], [[0.268554560758824]], [[0.26566872811643333]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5325849959150327]], [[0.5597965400326798]], [[0.5961479370915033]]], "std": [[[0.3780361619914733]], [[0.3539247509972866]], [[0.33809922903588224]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [389]}, "index": {"min": [3890], "max": [4278], "mean": [4084.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
12 |
+
{"episode_index": 11, "stats": {"action": {"min": [-2.63671875, 101.513671875, 117.158203125, 33.662109375, 4.921875, 4.306640625, 100.26881408691406], "max": [11.865234375, 175.078125, 171.5625, 45.263671875, 22.939453125, 19.248046875, 100.26881408691406], "mean": [1.4195804595947266, 137.00274658203125, 143.4361572265625, 42.11565017700195, 13.962634086608887, 12.454259872436523, 100.26920318603516], "std": [3.2227227687835693, 33.39635467529297, 24.044143676757812, 3.174652338027954, 7.412369251251221, 6.266646862030029, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-2.63671875, 101.337890625, 117.685546875, 33.837890625, 4.39453125, 4.306640625, 96.83698272705078], "max": [11.865234375, 174.990234375, 171.9140625, 45.3515625, 22.060546875, 19.3359375, 96.83698272705078], "mean": [1.4161913394927979, 136.8224334716797, 143.82215881347656, 42.22636032104492, 13.599549293518066, 12.463071823120117, 96.83721160888672], "std": [3.2146806716918945, 33.466705322265625, 24.006046295166016, 3.161055088043213, 7.214169979095459, 6.26747989654541, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.459381460375817]], [[0.49748891135620915]], [[0.5044339705882352]]], "std": [[[0.29769760777040477]], [[0.2637609577900079]], [[0.26749370724136584]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6566503104575163]], [[0.6785560212418301]], [[0.7076249489379085]]], "std": [[[0.3339784135787452]], [[0.30612453988212224]], [[0.27466354828132683]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [389]}, "index": {"min": [4279], "max": [4667], "mean": [4473.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
13 |
+
{"episode_index": 12, "stats": {"action": {"min": [0.615234375, 101.953125, 112.1484375, 40.517578125, -1.93359375, 3.33984375, 100.26881408691406], "max": [14.326171875, 175.166015625, 171.5625, 52.294921875, 5.537109375, 7.294921875, 100.26881408691406], "mean": [8.617347717285156, 132.02134704589844, 136.6782989501953, 47.17873764038086, 2.0815844535827637, 5.0642170906066895, 100.26920318603516], "std": [5.046110153198242, 32.57081985473633, 25.98130989074707, 3.4515202045440674, 2.2578210830688477, 0.9056313037872314, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.52734375, 101.77734375, 112.67578125, 40.693359375, -1.318359375, 3.33984375, 96.83698272705078], "max": [14.326171875, 174.990234375, 171.9140625, 52.3828125, 6.15234375, 7.3828125, 96.83698272705078], "mean": [8.603340148925781, 131.80319213867188, 137.08993530273438, 47.29668045043945, 2.043626546859741, 5.0761919021606445, 96.83721160888672], "std": [5.049875259399414, 32.67658233642578, 25.941991806030273, 3.4162299633026123, 2.1192238330841064, 0.9033931493759155, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46363944648692806]], [[0.503561051879085]], [[0.5006871282679739]]], "std": [[[0.29898178213804283]], [[0.26334528226408854]], [[0.26510781696676944]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6532639685457516]], [[0.683793743872549]], [[0.719946327614379]]], "std": [[[0.325873289023485]], [[0.2825044238862661]], [[0.237606317791593]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [389]}, "index": {"min": [4668], "max": [5056], "mean": [4862.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
14 |
+
{"episode_index": 13, "stats": {"action": {"min": [0.791015625, 95.2734375, 100.458984375, 40.4296875, -9.66796875, 0.3515625, 100.26881408691406], "max": [15.205078125, 174.990234375, 171.5625, 62.9296875, 4.21875, 5.80078125, 100.26881408691406], "mean": [9.459425926208496, 130.10342407226562, 131.5700225830078, 53.5360107421875, -4.482647895812988, 2.5915307998657227, 100.26920318603516], "std": [5.528360366821289, 35.834190368652344, 31.884794235229492, 8.41883373260498, 4.66201639175415, 1.3256155252456665, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.703125, 95.009765625, 100.986328125, 40.693359375, -8.876953125, 0.3515625, 96.83698272705078], "max": [15.205078125, 174.90234375, 171.9140625, 63.017578125, 3.515625, 5.80078125, 96.83698272705078], "mean": [9.4474515914917, 129.83340454101562, 131.94635009765625, 53.653724670410156, -3.9864838123321533, 2.6030538082122803, 96.83721160888672], "std": [5.5330281257629395, 35.98721694946289, 31.839845657348633, 8.372273445129395, 4.335107326507568, 1.3346530199050903, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46316137663398693]], [[0.5028966748366013]], [[0.4987522324346405]]], "std": [[[0.29944872965759767]], [[0.2661460656624219]], [[0.2676054460092295]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6988401307189542]], [[0.7237098100490197]], [[0.7562036601307189]]], "std": [[[0.312326513196943]], [[0.2746797885963364]], [[0.23487816991143315]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [389]}, "index": {"min": [5057], "max": [5445], "mean": [5251.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
15 |
+
{"episode_index": 14, "stats": {"action": {"min": [-4.04296875, 82.529296875, 89.912109375, 39.7265625, -47.109375, -42.802734375, 100.26881408691406], "max": [34.27734375, 175.078125, 171.650390625, 73.828125, 12.48046875, 7.91015625, 100.26881408691406], "mean": [20.711233139038086, 122.09469604492188, 127.86820983886719, 54.190330505371094, -23.685054779052734, -17.642969131469727, 100.26920318603516], "std": [14.594555854797363, 40.21806716918945, 33.08447265625, 9.669878959655762, 21.41965103149414, 18.87235450744629, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-4.130859375, 82.353515625, 90.3515625, 39.90234375, -45.791015625, -42.802734375, 96.83698272705078], "max": [34.1015625, 175.078125, 171.9140625, 73.828125, 11.689453125, 7.998046875, 96.83698272705078], "mean": [20.66220474243164, 121.90970611572266, 128.28964233398438, 54.30104064941406, -23.370773315429688, -17.628284454345703, 96.83721160888672], "std": [14.529830932617188, 40.352699279785156, 33.07229232788086, 9.628273010253906, 21.059261322021484, 18.86865997314453, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46947625]], [[0.5107838296568628]], [[0.4996634232026144]]], "std": [[[0.29125638048251634]], [[0.25784191029353987]], [[0.2617302950798887]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6899422732843138]], [[0.7252731862745098]], [[0.7707294526143791]]], "std": [[[0.35590981520308335]], [[0.2992472673279515]], [[0.24228877939910376]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [389]}, "index": {"min": [5446], "max": [5834], "mean": [5640.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
16 |
+
{"episode_index": 15, "stats": {"action": {"min": [2.28515625, 92.63671875, 108.28125, 33.486328125, -40.869140625, -31.9921875, 100.26881408691406], "max": [31.9921875, 174.990234375, 171.650390625, 49.74609375, 1.142578125, 4.04296875, 100.26881408691406], "mean": [18.834577560424805, 130.25831604003906, 138.21307373046875, 43.897865295410156, -20.09984016418457, -12.275993347167969, 100.26920318603516], "std": [12.016719818115234, 35.654701232910156, 26.394180297851562, 3.974933385848999, 16.905330657958984, 15.401897430419922, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [2.28515625, 92.373046875, 108.720703125, 33.662109375, -39.287109375, -31.9921875, 96.83698272705078], "max": [31.9921875, 174.90234375, 172.08984375, 49.833984375, 1.669921875, 4.04296875, 96.83698272705078], "mean": [18.801589965820312, 130.05307006835938, 138.6501007080078, 44.00767135620117, -19.785783767700195, -12.269892692565918, 96.83721160888672], "std": [12.020638465881348, 35.819766998291016, 26.401927947998047, 3.951737642288208, 16.76352310180664, 15.40042495727539, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46959957107843137]], [[0.5115875408496732]], [[0.5063808026960784]]], "std": [[[0.2893482991145933]], [[0.25619406059682076]], [[0.2618647367107761]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6685407904411764]], [[0.7063344178921568]], [[0.7557828819444444]]], "std": [[[0.3555475772663883]], [[0.2992278222457699]], [[0.2444327980102673]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [389]}, "index": {"min": [5835], "max": [6223], "mean": [6029.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
17 |
+
{"episode_index": 16, "stats": {"action": {"min": [3.779296875, 102.65625, 112.5, 37.705078125, -21.4453125, -19.248046875, 100.26881408691406], "max": [23.642578125, 175.166015625, 171.73828125, 51.064453125, 2.63671875, 5.44921875, 100.26881408691406], "mean": [15.286642074584961, 131.89231872558594, 138.35818481445312, 44.31766128540039, -10.890755653381348, -8.3927640914917, 100.26920318603516], "std": [8.622958183288574, 31.672473907470703, 24.577966690063477, 2.703195571899414, 9.688509941101074, 10.787846565246582, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [3.779296875, 102.48046875, 113.02734375, 37.79296875, -20.390625, -19.248046875, 96.83698272705078], "max": [23.642578125, 174.990234375, 172.001953125, 51.15234375, 2.109375, 5.44921875, 96.83698272705078], "mean": [15.275571823120117, 131.65383911132812, 138.72262573242188, 44.427921295166016, -10.756772994995117, -8.384856224060059, 96.83721160888672], "std": [8.622367858886719, 31.771764755249023, 24.590360641479492, 2.703761577606201, 9.563837051391602, 10.787226676940918, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46729299632352944]], [[0.5069821160130719]], [[0.4985366666666667]]], "std": [[[0.2925480272291009]], [[0.25904162523667107]], [[0.26192359173699314]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6760665890522876]], [[0.7079286172385622]], [[0.7474562520424837]]], "std": [[[0.32328612286098385]], [[0.27498078777501933]], [[0.22791431063705322]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [389]}, "index": {"min": [6224], "max": [6612], "mean": [6418.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
18 |
+
{"episode_index": 17, "stats": {"action": {"min": [4.04296875, 108.369140625, 120.849609375, 34.189453125, -2.28515625, -1.40625, 100.26881408691406], "max": [13.095703125, 174.990234375, 171.650390625, 45.52734375, 5.80078125, 6.85546875, 100.26881408691406], "mean": [7.541874408721924, 140.27896118164062, 145.7086639404297, 41.06977462768555, 2.05989408493042, 1.7688835859298706, 100.26920318603516], "std": [2.6177432537078857, 29.6451358795166, 21.382429122924805, 3.062666654586792, 3.1144938468933105, 2.462080717086792, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [3.955078125, 108.10546875, 121.376953125, 34.365234375, -1.7578125, -1.40625, 96.83698272705078], "max": [13.095703125, 174.90234375, 171.9140625, 45.615234375, 5.2734375, 6.943359375, 96.83698272705078], "mean": [7.530803203582764, 140.05538940429688, 146.0986328125, 41.1917839050293, 2.1260945796966553, 1.7783730030059814, 96.83721160888672], "std": [2.618504285812378, 29.772741317749023, 21.390256881713867, 3.05147123336792, 2.6865639686584473, 2.4667115211486816, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47666063112745094]], [[0.5134461764705882]], [[0.5190741932189542]]], "std": [[[0.2920960320021153]], [[0.2528204353776106]], [[0.258522002353595]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6754212561274511]], [[0.701265655637255]], [[0.7340940441176471]]], "std": [[[0.3251607472237219]], [[0.2876524625407773]], [[0.2527364366009454]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [389]}, "index": {"min": [6613], "max": [7001], "mean": [6807.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
19 |
+
{"episode_index": 18, "stats": {"action": {"min": [-11.689453125, 93.515625, 111.796875, 26.279296875, -9.931640625, 0.791015625, 100.26881408691406], "max": [10.283203125, 174.990234375, 171.650390625, 48.955078125, 44.033203125, 31.728515625, 100.26881408691406], "mean": [-1.042712688446045, 134.042724609375, 142.15057373046875, 42.32193374633789, 19.0465087890625, 16.045801162719727, 100.26920318603516], "std": [8.844881057739258, 36.30977249145508, 25.705663681030273, 4.969775199890137, 22.357311248779297, 12.798768997192383, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-11.689453125, 93.33984375, 112.32421875, 26.3671875, -9.052734375, 0.791015625, 96.83698272705078], "max": [10.283203125, 174.90234375, 171.9140625, 49.04296875, 42.71484375, 31.81640625, 96.83698272705078], "mean": [-1.0718588829040527, 133.7828369140625, 142.52130126953125, 42.42451095581055, 18.761598587036133, 16.070653915405273, 96.83721160888672], "std": [8.825637817382812, 36.39039993286133, 25.661144256591797, 4.943696022033691, 21.85276222229004, 12.794702529907227, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4714492871732026]], [[0.5063514195261438]], [[0.5191497303921568]]], "std": [[[0.2944888860165439]], [[0.25816357492235437]], [[0.2623793761241955]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.641094681372549]], [[0.6699185294117648]], [[0.7006154064542485]]], "std": [[[0.3566322320853747]], [[0.32783854501738946]], [[0.3032544581095612]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [389]}, "index": {"min": [7002], "max": [7390], "mean": [7196.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
20 |
+
{"episode_index": 19, "stats": {"action": {"min": [-14.326171875, 82.705078125, 99.228515625, 26.71875, -9.228515625, 1.318359375, 100.26881408691406], "max": [10.634765625, 174.990234375, 171.650390625, 61.171875, 51.416015625, 48.076171875, 100.26881408691406], "mean": [-2.754659414291382, 127.13648986816406, 135.15338134765625, 46.90422058105469, 24.32288360595703, 24.23928451538086, 100.26920318603516], "std": [10.20087718963623, 40.105953216552734, 30.090408325195312, 9.754234313964844, 25.18539810180664, 19.387004852294922, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-14.326171875, 82.44140625, 99.755859375, 26.89453125, -8.26171875, 1.318359375, 96.83698272705078], "max": [10.634765625, 174.814453125, 171.9140625, 61.259765625, 50.2734375, 48.076171875, 96.83698272705078], "mean": [-2.7670860290527344, 126.76908111572266, 135.48289489746094, 47.04294967651367, 24.241544723510742, 24.29351043701172, 96.83721160888672], "std": [10.199167251586914, 40.15747833251953, 30.054513931274414, 9.700989723205566, 24.903608322143555, 19.391773223876953, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45618827614379087]], [[0.5039470812908496]], [[0.505264464869281]]], "std": [[[0.2924182098000334]], [[0.2609392342120673]], [[0.2622781294280336]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.626940727124183]], [[0.6541443361928104]], [[0.6816069321895425]]], "std": [[[0.362452134443584]], [[0.33794104192699614]], [[0.3174574462620761]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [389]}, "index": {"min": [7391], "max": [7779], "mean": [7585.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
21 |
+
{"episode_index": 20, "stats": {"action": {"min": [-6.240234375, 93.779296875, 105.908203125, 31.81640625, -12.12890625, 1.142578125, 100.26881408691406], "max": [12.3046875, 174.990234375, 171.650390625, 54.580078125, 36.474609375, 21.708984375, 100.26881408691406], "mean": [2.3378002643585205, 131.2898712158203, 136.49891662597656, 46.56621551513672, 15.689945220947266, 12.100212097167969, 100.26920318603516], "std": [6.420376777648926, 35.48345947265625, 28.260482788085938, 6.404255390167236, 18.5148868560791, 7.731221675872803, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-6.240234375, 93.515625, 106.34765625, 31.904296875, -11.07421875, 1.142578125, 96.83698272705078], "max": [12.3046875, 174.90234375, 172.177734375, 54.580078125, 35.771484375, 21.796875, 96.83698272705078], "mean": [2.3260514736175537, 131.0291748046875, 136.89401245117188, 46.673309326171875, 15.785969734191895, 12.116479873657227, 96.83721160888672], "std": [6.418978691101074, 35.575984954833984, 28.214786529541016, 6.374435901641846, 18.31922149658203, 7.733814239501953, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505519607843137]], [[0.4919223202614379]], [[0.5011611151960784]]], "std": [[[0.3022653537277171]], [[0.2681712075098762]], [[0.26783729732318623]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6236944076797386]], [[0.649513786764706]], [[0.6751617340686275]]], "std": [[[0.3495461967731377]], [[0.3322161512429379]], [[0.31418431148340786]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [389]}, "index": {"min": [7780], "max": [8168], "mean": [7974.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
22 |
+
{"episode_index": 21, "stats": {"action": {"min": [-0.966796875, 104.853515625, 116.89453125, 28.564453125, -16.171875, -1.0546875, 100.26881408691406], "max": [18.6328125, 174.990234375, 171.73828125, 44.6484375, 16.787109375, 10.634765625, 100.26881408691406], "mean": [7.904056072235107, 135.4416961669922, 141.77560424804688, 41.08197784423828, 5.493729114532471, 6.870832443237305, 100.26920318603516], "std": [4.113314628601074, 31.65886688232422, 23.06916618347168, 3.5464768409729004, 9.885294914245605, 3.5237436294555664, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-1.0546875, 104.58984375, 117.421875, 28.740234375, -15.1171875, -1.0546875, 96.83698272705078], "max": [18.6328125, 174.90234375, 172.001953125, 44.736328125, 16.083984375, 10.634765625, 96.83698272705078], "mean": [7.918516159057617, 135.20263671875, 142.13523864746094, 41.203758239746094, 5.5183563232421875, 6.887326240539551, 96.83721160888672], "std": [4.089041709899902, 31.780277252197266, 23.079177856445312, 3.540555238723755, 9.701278686523438, 3.5162129402160645, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46302053513071895]], [[0.5053513950163399]], [[0.5073285723039216]]], "std": [[[0.2956723192269023]], [[0.2598384170636023]], [[0.261662781788144]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6162619362745098]], [[0.6510023386437909]], [[0.6871466932189543]]], "std": [[[0.3489042414974289]], [[0.31572577878292]], [[0.2807139475741587]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [389]}, "index": {"min": [8169], "max": [8557], "mean": [8363.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
23 |
+
{"episode_index": 22, "stats": {"action": {"min": [0.439453125, 107.578125, 116.455078125, 37.79296875, -6.943359375, 1.494140625, 100.26881408691406], "max": [17.40234375, 175.166015625, 171.5625, 46.93359375, 8.701171875, 9.140625, 100.26881408691406], "mean": [9.395258903503418, 134.2781982421875, 139.8426055908203, 41.99341583251953, 1.0133404731750488, 4.648036003112793, 100.26920318603516], "std": [4.408578395843506, 29.894580841064453, 21.8431396484375, 2.21331524848938, 2.947338581085205, 1.6140040159225464, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.439453125, 107.314453125, 116.982421875, 38.056640625, -5.888671875, 1.494140625, 96.83698272705078], "max": [17.40234375, 175.078125, 172.001953125, 47.021484375, 8.349609375, 9.228515625, 96.83698272705078], "mean": [9.387577056884766, 134.03009033203125, 140.19683837890625, 42.119041442871094, 0.8151912093162537, 4.65662145614624, 96.83721160888672], "std": [4.389132022857666, 29.981081008911133, 21.865028381347656, 2.2187438011169434, 2.8375024795532227, 1.6150075197219849, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46123576184640525]], [[0.5058671997549019]], [[0.5014819362745098]]], "std": [[[0.2946300056819795]], [[0.25905967864925644]], [[0.25992340018343385]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6137296425653594]], [[0.6552809987745098]], [[0.6971532189542483]]], "std": [[[0.3445266457098163]], [[0.300096816099953]], [[0.25750757616214814]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [389]}, "index": {"min": [8558], "max": [8946], "mean": [8752.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
24 |
+
{"episode_index": 23, "stats": {"action": {"min": [1.23046875, 107.666015625, 123.57421875, 36.298828125, -11.513671875, -1.40625, 100.26881408691406], "max": [17.490234375, 174.990234375, 171.650390625, 48.251953125, 3.33984375, 5.2734375, 100.26881408691406], "mean": [11.141097068786621, 144.41635131835938, 148.48388671875, 41.24171447753906, -5.908780574798584, 1.8585816621780396, 100.26920318603516], "std": [5.957787036895752, 30.928253173828125, 21.89029312133789, 3.5241568088531494, 5.0139288902282715, 2.1258933544158936, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [0.703125, 107.490234375, 124.1015625, 36.474609375, -10.283203125, -1.40625, 96.83698272705078], "max": [17.490234375, 174.90234375, 172.001953125, 48.33984375, 3.515625, 5.2734375, 96.83698272705078], "mean": [11.11285400390625, 144.1378173828125, 148.82867431640625, 41.3707275390625, -5.693911552429199, 1.8673933744430542, 96.83721160888672], "std": [5.975785255432129, 31.020891189575195, 21.891687393188477, 3.546339511871338, 4.751732349395752, 2.130898952484131, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47906176674836604]], [[0.5192471078431373]], [[0.5124660518790849]]], "std": [[[0.28772742751187225]], [[0.25257604887124424]], [[0.2589614595989075]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6938547283496732]], [[0.7250190298202615]], [[0.760986466503268]]], "std": [[[0.32788589093967185]], [[0.2834751700051872]], [[0.2416096852773317]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [389]}, "index": {"min": [8947], "max": [9335], "mean": [9141.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
25 |
+
{"episode_index": 24, "stats": {"action": {"min": [1.23046875, 98.96484375, 114.169921875, 32.958984375, -31.201171875, -22.412109375, 100.26881408691406], "max": [27.861328125, 174.990234375, 171.5625, 46.58203125, 3.603515625, 5.185546875, 100.26881408691406], "mean": [17.421096801757812, 132.11871337890625, 138.99351501464844, 43.42813491821289, -16.09031105041504, -9.575559616088867, 100.26920318603516], "std": [11.10726261138916, 34.12709426879883, 25.294719696044922, 2.578857183456421, 14.216547012329102, 12.237187385559082, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [1.23046875, 98.701171875, 114.697265625, 33.134765625, -29.8828125, -22.412109375, 96.83698272705078], "max": [27.861328125, 174.814453125, 171.9140625, 46.669921875, 2.98828125, 5.2734375, 96.83698272705078], "mean": [17.4145450592041, 131.7975311279297, 139.32901000976562, 43.548336029052734, -16.11742401123047, -9.567651748657227, 96.83721160888672], "std": [11.083919525146484, 34.19581985473633, 25.315683364868164, 2.574267864227295, 14.018990516662598, 12.23697280883789, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47912822303921565]], [[0.5165144546568627]], [[0.5142181413398693]]], "std": [[[0.291558548996726]], [[0.2561277492721098]], [[0.2628090894106059]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6659794301470587]], [[0.7055685253267975]], [[0.7508476307189543]]], "std": [[[0.3468852838718855]], [[0.2926921597645912]], [[0.2396343649657588]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [389]}, "index": {"min": [9336], "max": [9724], "mean": [9530.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
26 |
+
{"episode_index": 25, "stats": {"action": {"min": [4.130859375, 100.458984375, 108.28125, 42.099609375, -16.875, -1.142578125, 100.26881408691406], "max": [19.072265625, 175.078125, 171.650390625, 52.91015625, -0.615234375, 6.328125, 100.26881408691406], "mean": [12.604735374450684, 135.5280303955078, 138.08721923828125, 47.93450927734375, -9.148758888244629, 1.4193545579910278, 100.26920318603516], "std": [6.471072673797607, 33.84809494018555, 28.145193099975586, 3.717069387435913, 4.849036693572998, 1.6740810871124268, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [4.130859375, 100.1953125, 108.720703125, 42.1875, -15.908203125, -1.142578125, 96.83698272705078], "max": [19.072265625, 174.90234375, 172.08984375, 52.998046875, -0.439453125, 6.328125, 96.83698272705078], "mean": [12.59547233581543, 135.2394561767578, 138.4119110107422, 48.05741882324219, -9.149662971496582, 1.4365259408950806, 96.83721160888672], "std": [6.466979503631592, 33.9457893371582, 28.138864517211914, 3.6872200965881348, 4.820343971252441, 1.6859617233276367, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46948754289215683]], [[0.5114433394607844]], [[0.498984074754902]]], "std": [[[0.29479735143178804]], [[0.26036327512882973]], [[0.2626619297857899]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6730904901960784]], [[0.7087447181372549]], [[0.7483201164215687]]], "std": [[[0.3411091985101787]], [[0.2914981232355522]], [[0.24413243911960472]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [389]}, "index": {"min": [9725], "max": [10113], "mean": [9919.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
27 |
+
{"episode_index": 26, "stats": {"action": {"min": [10.546875, 98.876953125, 117.158203125, 34.013671875, -35.595703125, -5.185546875, 100.26881408691406], "max": [28.30078125, 174.990234375, 171.650390625, 45.52734375, -9.580078125, 1.93359375, 100.26881408691406], "mean": [21.450735092163086, 126.05342102050781, 136.01614379882812, 40.208717346191406, -25.41891860961914, -1.8698786497116089, 100.26920318603516], "std": [7.184630393981934, 31.82362937927246, 22.643808364868164, 2.89178466796875, 10.31304931640625, 1.9713577032089233, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [10.546875, 98.61328125, 117.685546875, 34.1015625, -34.27734375, -5.185546875, 96.83698272705078], "max": [28.30078125, 174.90234375, 171.9140625, 45.615234375, -9.931640625, 1.93359375, 96.83698272705078], "mean": [21.438081741333008, 125.7624282836914, 136.4266815185547, 40.324851989746094, -24.704044342041016, -1.8701046705245972, 96.83721160888672], "std": [7.181835651397705, 31.895532608032227, 22.6090145111084, 2.8933820724487305, 9.594012260437012, 1.9705215692520142, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4545923570261438]], [[0.4947670772058823]], [[0.4884579718137255]]], "std": [[[0.30034423897075435]], [[0.26737615403540327]], [[0.26874374548077073]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6136861458333334]], [[0.6599510702614378]], [[0.7153593280228758]]], "std": [[[0.3828669067037449]], [[0.3222891843433458]], [[0.26433899966099556]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [389]}, "index": {"min": [10114], "max": [10502], "mean": [10308.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
28 |
+
{"episode_index": 27, "stats": {"action": {"min": [6.416015625, 82.353515625, 105.556640625, 29.970703125, -57.744140625, -34.716796875, 100.26881408691406], "max": [38.671875, 174.990234375, 171.650390625, 50.537109375, -5.2734375, 3.427734375, 100.26881408691406], "mean": [26.685762405395508, 119.34965515136719, 131.74359130859375, 43.68389892578125, -36.39101028442383, -16.88652229309082, 100.26920318603516], "std": [12.81723403930664, 39.04046630859375, 27.679868698120117, 4.923738479614258, 22.268789291381836, 15.343602180480957, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [6.416015625, 82.08984375, 106.083984375, 30.146484375, -56.337890625, -34.716796875, 96.83698272705078], "max": [38.671875, 174.90234375, 171.9140625, 50.537109375, -5.712890625, 3.427734375, 96.83698272705078], "mean": [26.674917221069336, 119.07320404052734, 132.13076782226562, 43.780601501464844, -35.79204559326172, -16.89149284362793, 96.83721160888672], "std": [12.792756080627441, 39.12546920776367, 27.647653579711914, 4.882234573364258, 21.606006622314453, 15.36216926574707, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46666736723856206]], [[0.5082158946078431]], [[0.499511779003268]]], "std": [[[0.291329440531679]], [[0.2581758309072887]], [[0.26162931578693716]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6534636376633988]], [[0.6953108578431373]], [[0.7497108721405229]]], "std": [[[0.37873003048661863]], [[0.3172905875640276]], [[0.25741646201513735]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [389]}, "index": {"min": [10503], "max": [10891], "mean": [10697.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
29 |
+
{"episode_index": 28, "stats": {"action": {"min": [-5.44921875, 109.599609375, 127.08984375, 27.509765625, -12.48046875, -10.01953125, 100.26881408691406], "max": [20.0390625, 174.990234375, 171.650390625, 46.7578125, 16.5234375, 10.810546875, 100.26881408691406], "mean": [10.240274429321289, 138.25563049316406, 146.27952575683594, 35.91224670410156, -2.7395215034484863, -1.3086439371109009, 100.26920318603516], "std": [9.356685638427734, 29.052248001098633, 19.29538917541504, 7.160325527191162, 9.394192695617676, 6.888862133026123, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-5.44921875, 109.423828125, 127.6171875, 27.685546875, -11.513671875, -10.01953125, 96.83698272705078], "max": [20.0390625, 174.90234375, 171.9140625, 46.845703125, 15.908203125, 10.8984375, 96.83698272705078], "mean": [10.268291473388672, 138.0336456298828, 146.69161987304688, 36.05865478515625, -2.6850697994232178, -1.3181334733963013, 96.83721160888672], "std": [9.325004577636719, 29.160594940185547, 19.27260971069336, 7.160765647888184, 9.233782768249512, 6.886070728302002, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623425367647059]], [[0.5171928962418301]], [[0.5157925939542484]]], "std": [[[0.28871165803619153]], [[0.25592061330285004]], [[0.2585456271162657]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6160958517156864]], [[0.6643091666666667]], [[0.6994200531045751]]], "std": [[[0.344331478069195]], [[0.3033632619002275]], [[0.2612084632585627]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [389]}, "index": {"min": [10892], "max": [11280], "mean": [11086.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
30 |
+
{"episode_index": 29, "stats": {"action": {"min": [-2.8125, 106.875, 130.517578125, 15.029296875, -5.888671875, 2.4609375, 100.26881408691406], "max": [14.94140625, 175.078125, 171.5625, 44.912109375, 27.861328125, 36.123046875, 100.26881408691406], "mean": [2.929536819458008, 135.4816436767578, 147.0518035888672, 31.61215591430664, 12.727194786071777, 20.114978790283203, 100.26920318603516], "std": [4.618447303771973, 29.717641830444336, 16.719730377197266, 9.356224060058594, 12.119850158691406, 14.37494945526123, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-2.8125, 106.69921875, 130.95703125, 15.205078125, -4.921875, 2.373046875, 96.83698272705078], "max": [14.94140625, 174.90234375, 171.9140625, 45.0, 27.0703125, 36.2109375, 96.83698272705078], "mean": [2.873955726623535, 135.18228149414062, 147.41522216796875, 31.74568748474121, 12.728324890136719, 20.15203285217285, 96.83721160888672], "std": [4.613834857940674, 29.757394790649414, 16.710365295410156, 9.366373062133789, 11.700271606445312, 14.354801177978516, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476606924019608]], [[0.4917097610294118]], [[0.5070700469771242]]], "std": [[[0.30089510135355496]], [[0.2687143416686109]], [[0.2704087523740934]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5945109803921569]], [[0.6281090992647059]], [[0.6734960314542484]]], "std": [[[0.3632190145971663]], [[0.3229880747499569]], [[0.28192653157740555]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [389]}, "index": {"min": [11281], "max": [11669], "mean": [11475.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
31 |
+
{"episode_index": 30, "stats": {"action": {"min": [-0.52734375, 107.314453125, 119.443359375, 36.826171875, -6.943359375, -1.318359375, 100.26881408691406], "max": [16.875, 175.078125, 171.650390625, 49.21875, 5.888671875, 6.064453125, 100.26881408691406], "mean": [7.395239353179932, 143.56312561035156, 148.1844940185547, 41.61451721191406, 1.1877660751342773, 2.695463180541992, 100.26920318603516], "std": [6.2490034103393555, 30.477575302124023, 22.471332550048828, 3.2759227752685547, 3.044100522994995, 1.8733348846435547, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-0.615234375, 107.05078125, 120.05859375, 37.001953125, -5.80078125, -1.318359375, 96.83698272705078], "max": [16.875, 174.90234375, 172.08984375, 49.306640625, 5.712890625, 6.064453125, 96.83698272705078], "mean": [7.396595001220703, 143.3468780517578, 148.5588836669922, 41.764312744140625, 1.1611051559448242, 2.7011115550994873, 96.83721160888672], "std": [6.228550434112549, 30.607145309448242, 22.45176887512207, 3.2796339988708496, 2.9973413944244385, 1.8700779676437378, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809156740196079]], [[0.5174242116013072]], [[0.5166146589052288]]], "std": [[[0.2879895509224032]], [[0.2499780990012509]], [[0.2580781694250541]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.688092595996732]], [[0.7154296834150327]], [[0.7463571466503268]]], "std": [[[0.32558202167788775]], [[0.28657401058703785]], [[0.24859162418658484]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [389]}, "index": {"min": [11670], "max": [12058], "mean": [11864.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
32 |
+
{"episode_index": 31, "stats": {"action": {"min": [-0.087890625, 112.060546875, 135.615234375, 13.359375, -11.162109375, 0.615234375, 100.26881408691406], "max": [20.126953125, 174.990234375, 171.5625, 44.6484375, 7.20703125, 7.822265625, 100.26881408691406], "mean": [11.2931547164917, 141.3679656982422, 154.02894592285156, 27.895444869995117, -3.9031119346618652, 4.272975444793701, 100.26920318603516], "std": [8.313384056091309, 28.592182159423828, 13.72768497467041, 13.732062339782715, 7.094181537628174, 1.521957278251648, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-0.087890625, 111.884765625, 136.23046875, 13.53515625, -10.107421875, 0.615234375, 96.83698272705078], "max": [20.126953125, 174.90234375, 171.9140625, 44.736328125, 6.85546875, 7.91015625, 96.83698272705078], "mean": [11.28502082824707, 141.1739501953125, 154.3877716064453, 28.032363891601562, -3.4564287662506104, 4.277268409729004, 96.83721160888672], "std": [8.307759284973145, 28.648326873779297, 13.705476760864258, 13.719282150268555, 6.941465377807617, 1.519166350364685, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47069158700980396]], [[0.5117134742647058]], [[0.5016278941993464]]], "std": [[[0.2862167640779194]], [[0.25258875452892393]], [[0.2589884464481812]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6381290890522876]], [[0.6721121977124183]], [[0.7104348120915033]]], "std": [[[0.3464221659070195]], [[0.29965178217788835]], [[0.2558149441304841]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [389]}, "index": {"min": [12059], "max": [12447], "mean": [12253.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
33 |
+
{"episode_index": 32, "stats": {"action": {"min": [-0.87890625, 111.97265625, 131.484375, 19.775390625, -8.96484375, 3.603515625, 100.26881408691406], "max": [17.9296875, 175.078125, 171.5625, 47.548828125, 9.31640625, 11.6015625, 100.26881408691406], "mean": [9.975698471069336, 138.9395294189453, 149.48829650878906, 31.968236923217773, -0.7774592041969299, 8.029452323913574, 100.26920318603516], "std": [7.523359298706055, 27.519256591796875, 14.937063217163086, 10.506031036376953, 6.80944299697876, 2.200417995452881, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-0.87890625, 111.796875, 132.01171875, 19.951171875, -8.0859375, 3.603515625, 96.83698272705078], "max": [17.9296875, 174.90234375, 171.9140625, 47.63671875, 8.701171875, 11.689453125, 96.83698272705078], "mean": [9.972536087036133, 138.67129516601562, 149.91880798339844, 32.08934020996094, -0.402850866317749, 8.033745765686035, 96.83721160888672], "std": [7.5169477462768555, 27.607725143432617, 14.908632278442383, 10.506056785583496, 6.523381233215332, 2.2003750801086426, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655458210784314]], [[0.5061661744281045]], [[0.5048161805555555]]], "std": [[[0.2909874272182659]], [[0.25608166341699967]], [[0.26095548175707334]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6200366421568627]], [[0.6511980596405229]], [[0.6944131025326797]]], "std": [[[0.34832566804722565]], [[0.30317617147836257]], [[0.260497662721701]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [389]}, "index": {"min": [12448], "max": [12836], "mean": [12642.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
34 |
+
{"episode_index": 33, "stats": {"action": {"min": [-2.109375, 105.380859375, 129.990234375, 23.73046875, -29.091796875, -7.91015625, 100.26881408691406], "max": [27.685546875, 174.990234375, 171.650390625, 44.6484375, 5.9765625, 5.185546875, 100.26881408691406], "mean": [17.491363525390625, 134.09547424316406, 146.77845764160156, 33.053428649902344, -16.561847686767578, -2.7047266960144043, 100.26920318603516], "std": [10.357193946838379, 31.304927825927734, 17.839366912841797, 8.94064712524414, 12.543417930603027, 4.70750093460083, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [-2.109375, 105.1171875, 130.517578125, 23.90625, -27.7734375, -7.91015625, 96.83698272705078], "max": [27.685546875, 174.90234375, 171.9140625, 44.736328125, 7.822265625, 6.85546875, 96.83698272705078], "mean": [17.451824188232422, 133.87158203125, 147.19851684570312, 33.1831169128418, -15.647016525268555, -2.6683502197265625, 96.83721160888672], "std": [10.40555477142334, 31.359678268432617, 17.78798484802246, 8.959895133972168, 12.378907203674316, 4.755112171173096, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4627418484477124]], [[0.5045828084150327]], [[0.49716381740196075]]], "std": [[[0.29365739082796727]], [[0.26106713627339134]], [[0.2659009274342521]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6622477757352941]], [[0.6967886662581699]], [[0.743358443627451]]], "std": [[[0.3455287862742059]], [[0.2907783510785094]], [[0.23766352629788695]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [389]}, "index": {"min": [12837], "max": [13225], "mean": [13031.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
35 |
+
{"episode_index": 34, "stats": {"action": {"min": [6.15234375, 108.80859375, 127.353515625, 31.728515625, -13.7109375, -2.63671875, 100.26881408691406], "max": [20.91796875, 174.990234375, 171.650390625, 45.966796875, 1.669921875, 4.482421875, 100.26881408691406], "mean": [14.551885604858398, 135.88604736328125, 145.2925567626953, 37.37972640991211, -8.313459396362305, 0.04428422078490257, 100.26920318603516], "std": [6.597245216369629, 29.634117126464844, 18.613576889038086, 5.634003639221191, 5.316798686981201, 2.7927327156066895, 0.00038909912109375], "count": [389]}, "observation.state": {"min": [5.712890625, 108.544921875, 127.880859375, 31.904296875, -12.568359375, -2.63671875, 96.83698272705078], "max": [20.91796875, 174.814453125, 171.9140625, 46.0546875, 1.23046875, 4.482421875, 96.83698272705078], "mean": [14.53516674041748, 135.6397247314453, 145.6937713623047, 37.504669189453125, -7.80938720703125, 0.04609174281358719, 96.83721160888672], "std": [6.597256183624268, 29.673755645751953, 18.58818817138672, 5.632330417633057, 4.8089599609375, 2.790895462036133, 0.0002288818359375], "count": [389]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4735225755718954]], [[0.507369873366013]], [[0.5100989154411765]]], "std": [[[0.2932014527062171]], [[0.2563733760828803]], [[0.2621773421832603]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6514833558006535]], [[0.6822141299019607]], [[0.7231521323529412]]], "std": [[[0.3353638779039874]], [[0.28829363352895404]], [[0.24413821420247478]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.933333333333334], "mean": [6.466666666666665], "std": [3.7431418769679454], "count": [389]}, "frame_index": {"min": [0], "max": [388], "mean": [194.0], "std": [112.29425630903836], "count": [389]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [389]}, "index": {"min": [13226], "max": [13614], "mean": [13420.0], "std": [112.29425630903836], "count": [389]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [389]}}}
|
meta/info.json
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.1",
|
3 |
+
"robot_type": "so100",
|
4 |
+
"total_episodes": 35,
|
5 |
+
"total_frames": 13615,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 70,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 30,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:35"
|
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 |
+
7
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"main_shoulder_pan",
|
24 |
+
"main_shoulder_lift",
|
25 |
+
"main_elbow_flex",
|
26 |
+
"main_wrist_flex",
|
27 |
+
"main_wrist_side",
|
28 |
+
"main_wrist_roll",
|
29 |
+
"main_gripper"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
"observation.state": {
|
33 |
+
"dtype": "float32",
|
34 |
+
"shape": [
|
35 |
+
7
|
36 |
+
],
|
37 |
+
"names": [
|
38 |
+
"main_shoulder_pan",
|
39 |
+
"main_shoulder_lift",
|
40 |
+
"main_elbow_flex",
|
41 |
+
"main_wrist_flex",
|
42 |
+
"main_wrist_side",
|
43 |
+
"main_wrist_roll",
|
44 |
+
"main_gripper"
|
45 |
+
]
|
46 |
+
},
|
47 |
+
"observation.images.laptop": {
|
48 |
+
"dtype": "video",
|
49 |
+
"shape": [
|
50 |
+
480,
|
51 |
+
640,
|
52 |
+
3
|
53 |
+
],
|
54 |
+
"names": [
|
55 |
+
"height",
|
56 |
+
"width",
|
57 |
+
"channels"
|
58 |
+
],
|
59 |
+
"info": {
|
60 |
+
"video.fps": 30.0,
|
61 |
+
"video.height": 480,
|
62 |
+
"video.width": 640,
|
63 |
+
"video.channels": 3,
|
64 |
+
"video.codec": "av1",
|
65 |
+
"video.pix_fmt": "yuv420p",
|
66 |
+
"video.is_depth_map": false,
|
67 |
+
"has_audio": false
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"observation.images.phone": {
|
71 |
+
"dtype": "video",
|
72 |
+
"shape": [
|
73 |
+
480,
|
74 |
+
640,
|
75 |
+
3
|
76 |
+
],
|
77 |
+
"names": [
|
78 |
+
"height",
|
79 |
+
"width",
|
80 |
+
"channels"
|
81 |
+
],
|
82 |
+
"info": {
|
83 |
+
"video.fps": 30.0,
|
84 |
+
"video.height": 480,
|
85 |
+
"video.width": 640,
|
86 |
+
"video.channels": 3,
|
87 |
+
"video.codec": "av1",
|
88 |
+
"video.pix_fmt": "yuv420p",
|
89 |
+
"video.is_depth_map": false,
|
90 |
+
"has_audio": false
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"timestamp": {
|
94 |
+
"dtype": "float32",
|
95 |
+
"shape": [
|
96 |
+
1
|
97 |
+
],
|
98 |
+
"names": null
|
99 |
+
},
|
100 |
+
"frame_index": {
|
101 |
+
"dtype": "int64",
|
102 |
+
"shape": [
|
103 |
+
1
|
104 |
+
],
|
105 |
+
"names": null
|
106 |
+
},
|
107 |
+
"episode_index": {
|
108 |
+
"dtype": "int64",
|
109 |
+
"shape": [
|
110 |
+
1
|
111 |
+
],
|
112 |
+
"names": null
|
113 |
+
},
|
114 |
+
"index": {
|
115 |
+
"dtype": "int64",
|
116 |
+
"shape": [
|
117 |
+
1
|
118 |
+
],
|
119 |
+
"names": null
|
120 |
+
},
|
121 |
+
"task_index": {
|
122 |
+
"dtype": "int64",
|
123 |
+
"shape": [
|
124 |
+
1
|
125 |
+
],
|
126 |
+
"names": null
|
127 |
+
}
|
128 |
+
}
|
129 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index": 0, "task": "bring contact to the pad on the board."}
|