LegrandFrederic commited on
Commit
cc84d40
·
verified ·
1 Parent(s): 78b1754

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,15 +1,162 @@
1
-
2
  ---
3
- tags:
4
- - phosphobot
5
- - so100
6
- - phospho-dk
7
  task_categories:
8
- - robotics
 
 
 
 
 
9
  ---
10
 
11
- # pickplace
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- **This dataset was generated using a [phospho starter pack](https://robots.phospho.ai).**
14
 
15
- This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot and RLDS.
 
 
 
 
1
  ---
2
+ license: apache-2.0
 
 
 
3
  task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
  ---
11
 
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "so100_follower",
29
+ "total_episodes": 1,
30
+ "total_frames": 268,
31
+ "total_tasks": 1,
32
+ "total_videos": 2,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 6
60
+ ],
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos"
68
+ ]
69
+ },
70
+ "observation.images.top": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 720,
74
+ 1280,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 720,
84
+ "video.width": 1280,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "observation.images.side": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 720,
97
+ 1280,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 720,
107
+ "video.width": 1280,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "timestamp": {
117
+ "dtype": "float32",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "frame_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "episode_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "task_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ }
151
+ }
152
+ }
153
+ ```
154
+
155
+
156
+ ## Citation
157
 
158
+ **BibTeX:**
159
 
160
+ ```bibtex
161
+ [More Information Needed]
162
+ ```
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac9b42af12c563e6fe11715ac71de570e53e3cff52b3fb5b7a179dff35443af4
3
- size 29990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec8f14b25205c4a5dfc243aea301379eff744ebd7eefef9867d605202e09754
3
+ size 23184
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7e4b2f97683b3185f2c2477e5ac2dc49bfbb0bbbecce50b5bf54fd046935967
3
- size 28353
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecc05a61e67d189b4f05d5d1a787b454f61086b0d097a637cf80431823efa6c
3
+ size 29833
data/chunk-000/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:870b617311f5f4414b1bb9eaecd79e845de9041f0766dc736e315d84b90c4a46
3
- size 49192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea1cb29da1375712573e3507319a0e08181846efb9f10bcb93122c5c536cbfb
3
+ size 30067
data/chunk-000/episode_000003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1becd4386880d91330a91e8414f8ddf81f88b1d3f9f610d4bf941c6003f0a4c7
3
- size 31116
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d527528261b9af967b0ef0cce0fbcc7474994cdfbfdab00060b16c498be5f0b8
3
+ size 27853
data/chunk-000/episode_000004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b2f1aeabd4d5166839e42c775ff0eea54f6b0a9df7317387110c10800a2295e
3
- size 39549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb7aa81b28e886ad1f8520382c20b536e6ebcf50099d5bbeb7caf6e1299f9ec
3
+ size 32066
data/chunk-000/episode_000005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e1d12afb36847c19db82552c3d5bee9379c1ad708b505cc85046a1ed91becda
3
- size 32784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9238c35364e90ad6d8af96f1ba323a049badbf4d66f1db3a93c394da1e858132
3
+ size 29301
data/chunk-000/episode_000006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47abb61da9c7033fb58aebee370e90076414ef05573fb007564546debd2f9140
3
- size 35302
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c653dec26888ed0d7dbc3afdf4f051f62813933df9cdfe22ef0e44da9cdd6a58
3
+ size 31686
data/chunk-000/episode_000007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:431aa395d284fbb6582555269efcaa6c66381875dbcd3767fa5b18d3d803a277
3
- size 34447
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb078087043e0dca4f50e525517fd521482b715464021b2cb30209a2d3717ac
3
+ size 25299
data/chunk-000/episode_000008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4675b7c2a0973980b5ee6babcdec3631af4816ba3194756c0da4d3c9de37319e
3
- size 28512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bd63ef381545c62cc0c48dab400ee69a0b0424847f7260532f6fe6a5d154d0
3
+ size 24806
data/chunk-000/episode_000009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7c0d45f6053bb298771f112e4c369038d030a8b4c86d9a4b54beb1caa0a9e88
3
- size 32770
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab97765ab1088ad3ad130bc0acdd1df265d5d5539826b7106eb61c3580fc9e4
3
+ size 20035
data/chunk-000/episode_000010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6811dab9832304e0e6f1bda974b7da66f2c89e78b565886b143ce203afd5c4e0
3
- size 31801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91eae89cc550324f3b545f8a294d43f378c123e1e1d589dce3de0ac49b98012c
3
+ size 31608
data/chunk-000/episode_000011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26ba4a9792eea8d759cc26fe75f6bff97a3e3b357aca42d1d3cbaa0e25885dc4
3
- size 36853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f067a76e24446a064db8174621129221e0b93006a299bc58c40d615d1a71823b
3
+ size 28655
data/chunk-000/episode_000012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28a1139dca68a7ca19580740fdbe574a3859bb0c41f1367eafc9337aec41f780
3
- size 28570
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b64a92f8747a2021d6f242b01facd171fdacd82049b4bb142f2b241baed95580
3
+ size 24942
data/chunk-000/episode_000013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cb11da470ac3c93a99fe18b1400766b319681a209d1f6d3e03bf4774954fb72
3
- size 28375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3e7329b3f2351bca28f798cded3fea8063967e5c60a8d639f90ec5640c7e22
3
+ size 25025
data/chunk-000/episode_000014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2d31167aecdf224f108aa3acf8cb83be4bf694adc486047da58d28b282d0fd3
3
- size 27651
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f26f7f99b9ef98c4687506de1d6ed39d5c8529eb950fab041a747b1e48df968
3
+ size 31305
data/chunk-000/episode_000015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e5ec5596c60e22b33e1c45c6b6bed8b7b7f548752841229d82e0ba16bb898e6
3
- size 29830
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39fe20a290a1b1aacbd4a03f7c82148c76cd69f537b55231b70732593a1ee48e
3
+ size 27634
data/chunk-000/episode_000016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e01a5a727496f7956c64622788de46b08e34d1da3e60e7ce8eed15173ca31a95
3
- size 28141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea5d5ceefe596a066ceff5f1938da128b2e4c49d641a96da022dba3cc82fbeb
3
+ size 23479
data/chunk-000/episode_000017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:446d43cdb18116b4c90e23096b31c20f643476f4ea2c93f26d86cf4b2182b149
3
- size 28328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e162d8a4138d45ecb18f6d8ca2318478b6b9ab73381dabd02a51888e66aac1
3
+ size 29694
data/chunk-000/episode_000018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6a623cc2279bfb5ecfcbfc543b3324ade6c6f851953282e1d6c899b761be174
3
- size 28655
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0f53b2093cdf3dd1bb0137dbf0c7f3f27f210e7ea3eac7c87a492f762a7864
3
+ size 22738
data/chunk-000/episode_000019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce2914876ec92bc2716d2a9e80e89c67494492ce403d074469a62f92ffa5dbb6
3
- size 27272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f5e4324b52861b1da03ad92cad50450229650d9af28b5c64f0aa85a686d5d3
3
+ size 29512
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006e527fbcf878b1808b895bc7a3dec60e70af337fc3b8f10ff97d8a34799636
3
+ size 27322
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4637af86f2e982a3ce51d6744c266fd7861060b6d03baaf0e6a763495af14407
3
+ size 29718
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65549535a5c23553843f3a3bc99202f2178d8eaec9606e52ac1d138019b16900
3
+ size 21358
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc7ddfb641a6006dd5634f1ba6e86055a82b5bc6036caf5082eb94f3682d9336
3
+ size 34820
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a3c31c5adefb778c8cae460ab38eac9e3b12d71f66b9aa5f22991bc0fef63b
3
+ size 22878
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58672679a20ddaf25c7f8cc6d4baafd8e2c3a00ac08be25c742acbbdc0f94913
3
+ size 22297
meta/episodes.jsonl CHANGED
@@ -1,20 +1,26 @@
1
- {"episode_index":0,"tasks":["Pick items on table and drop in the tray"],"length":494}
2
- {"episode_index":1,"tasks":["Pick items on table and drop in the tray"],"length":400}
3
- {"episode_index":2,"tasks":["Pick items on table and drop in the tray"],"length":816}
4
- {"episode_index":3,"tasks":["Pick items on table and drop in the tray"],"length":481}
5
- {"episode_index":4,"tasks":["Pick items on table and drop in the tray"],"length":642}
6
- {"episode_index":5,"tasks":["Pick items on table and drop in the tray"],"length":482}
7
- {"episode_index":6,"tasks":["Pick items on table and drop in the tray"],"length":560}
8
- {"episode_index":7,"tasks":["Pick items on table and drop in the tray"],"length":504}
9
- {"episode_index":8,"tasks":["Pick items on table and drop in the tray"],"length":447}
10
- {"episode_index":9,"tasks":["Pick items on table and drop in the tray"],"length":488}
11
- {"episode_index":10,"tasks":["Pick items on table and drop in the tray"],"length":477}
12
- {"episode_index":11,"tasks":["Pick items on table and drop in the tray"],"length":560}
13
- {"episode_index":12,"tasks":["Pick items on table and drop in the tray"],"length":398}
14
- {"episode_index":13,"tasks":["Pick items on table and drop in the tray"],"length":384}
15
- {"episode_index":14,"tasks":["Pick items on table and drop in the tray"],"length":406}
16
- {"episode_index":15,"tasks":["Pick items on table and drop in the tray"],"length":440}
17
- {"episode_index":16,"tasks":["Pick items on table and drop in the tray"],"length":394}
18
- {"episode_index":17,"tasks":["Pick items on table and drop in the tray"],"length":401}
19
- {"episode_index":18,"tasks":["Pick items on table and drop in the tray"],"length":407}
20
- {"episode_index":19,"tasks":["Pick items on table and drop in the tray"],"length":379}
 
 
 
 
 
 
 
1
+ {"episode_index":0,"tasks":["Put the black box in the bowl"],"length":268}
2
+ {"episode_index":1,"tasks":["Put the black box in the bowl"],"length":501}
3
+ {"episode_index":2,"tasks":["Put the black box in the bowl"],"length":498}
4
+ {"episode_index":3,"tasks":["Put the black box in the bowl"],"length":488}
5
+ {"episode_index":4,"tasks":["Put the black box in the bowl"],"length":495}
6
+ {"episode_index":5,"tasks":["Put the black box in the bowl"],"length":454}
7
+ {"episode_index":6,"tasks":["Put the black box in the bowl"],"length":474}
8
+ {"episode_index":7,"tasks":["Put the black box in the bowl"],"length":401}
9
+ {"episode_index":8,"tasks":["Put the black box in the bowl"],"length":394}
10
+ {"episode_index":9,"tasks":["Put the black box in the bowl"],"length":270}
11
+ {"episode_index":10,"tasks":["Put the black box in the bowl"],"length":486}
12
+ {"episode_index":11,"tasks":["Put the black box in the bowl"],"length":447}
13
+ {"episode_index":12,"tasks":["Put the black box in the bowl"],"length":468}
14
+ {"episode_index":13,"tasks":["Put the black box in the bowl"],"length":422}
15
+ {"episode_index":14,"tasks":["Put the black box in the bowl"],"length":500}
16
+ {"episode_index":15,"tasks":["Put the black box in the bowl"],"length":424}
17
+ {"episode_index":16,"tasks":["Put the black box in the bowl"],"length":406}
18
+ {"episode_index":17,"tasks":["Put the black box in the bowl"],"length":478}
19
+ {"episode_index":18,"tasks":["Put the black box in the bowl"],"length":339}
20
+ {"episode_index":19,"tasks":["Put the black box in the bowl"],"length":492}
21
+ {"episode_index":20,"tasks":["Put the black box in the bowl"],"length":498}
22
+ {"episode_index":21,"tasks":["Put the black box in the bowl"],"length":454}
23
+ {"episode_index":22,"tasks":["Put the black box in the bowl"],"length":301}
24
+ {"episode_index":23,"tasks":["Put the black box in the bowl"],"length":502}
25
+ {"episode_index":24,"tasks":["Put the black box in the bowl"],"length":336}
26
+ {"episode_index":25,"tasks":["Put the black box in the bowl"],"length":372}
meta/info.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
- "robot_type": "so-100",
3
  "codebase_version": "v2.0",
4
- "total_episodes": 20,
5
- "total_frames": 9560,
6
  "total_tasks": 1,
7
  "total_videos": 0,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
- "train": "0:20"
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",
@@ -20,12 +20,12 @@
20
  6
21
  ],
22
  "names": [
23
- "motor_1",
24
- "motor_2",
25
- "motor_3",
26
- "motor_4",
27
- "motor_5",
28
- "motor_6"
29
  ]
30
  },
31
  "observation.state": {
@@ -34,12 +34,12 @@
34
  6
35
  ],
36
  "names": [
37
- "motor_1",
38
- "motor_2",
39
- "motor_3",
40
- "motor_4",
41
- "motor_5",
42
- "motor_6"
43
  ]
44
  },
45
  "timestamp": {
 
1
  {
2
+ "robot_type": "so100_follower",
3
  "codebase_version": "v2.0",
4
+ "total_episodes": 26,
5
+ "total_frames": 11168,
6
  "total_tasks": 1,
7
  "total_videos": 0,
8
  "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 30,
11
  "splits": {
12
+ "train": "0:26"
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",
 
20
  6
21
  ],
22
  "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
  ]
30
  },
31
  "observation.state": {
 
34
  6
35
  ],
36
  "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
  ]
44
  },
45
  "timestamp": {
meta/stats.json CHANGED
@@ -1,95 +1,95 @@
1
  {
2
  "action": {
3
  "mean": [
4
- -0.25555330514907837,
5
- -0.5119190216064453,
6
- 0.5261148810386658,
7
- 0.9799724817276001,
8
- -0.09365811944007874,
9
- -0.21490751206874847
10
  ],
11
  "std": [
12
- 0.3378901481628418,
13
- 0.6261066794395447,
14
- 0.6491439342498779,
15
- 0.35911062359809875,
16
- 0.727229118347168,
17
- 0.06539396196603775
18
  ],
19
  "max": [
20
- 0.9436285495758057,
21
- 0.7901930212974548,
22
- 1.778317928314209,
23
- 1.620279312133789,
24
- 1.8412264585494995,
25
- -0.06444292515516281
26
  ],
27
  "min": [
28
- -1.5481646060943604,
29
- -1.9179441928863525,
30
- -1.592660903930664,
31
- -0.8837887048721313,
32
- -3.031886339187622,
33
- -0.9651095271110535
34
  ]
35
  },
36
  "observation.state": {
37
  "mean": [
38
- -0.2555254399776459,
39
- -0.5119554400444031,
40
- 0.5261545181274414,
41
- 0.9799439907073975,
42
- -0.09349805861711502,
43
- -0.21498647332191467
44
  ],
45
  "std": [
46
- 0.3379032015800476,
47
- 0.6261782050132751,
48
- 0.6492087244987488,
49
- 0.35910719633102417,
50
- 0.727055013179779,
51
- 0.06584247201681137
52
  ],
53
  "max": [
54
- 0.9436285495758057,
55
- 0.7901930212974548,
56
- 1.778317928314209,
57
- 1.620279312133789,
58
- 1.8412264585494995,
59
- -0.06444292515516281
60
  ],
61
  "min": [
62
- -1.5481646060943604,
63
- -1.9179441928863525,
64
- -1.592660903930664,
65
- -0.8837887048721313,
66
- -3.031886339187622,
67
- -0.9651095271110535
68
  ]
69
  },
70
  "timestamp": {
71
  "mean": [
72
- 8.320260047912598
73
  ],
74
  "std": [
75
- 5.33371114730835
76
  ],
77
  "max": [
78
- 27.16666603088379
79
  ],
80
  "min": [
81
  0.0
82
  ]
83
  },
84
- "task_index": {
85
  "mean": [
86
- 0.0
87
  ],
88
  "std": [
89
- 0.0
90
  ],
91
  "max": [
92
- 0.0
93
  ],
94
  "min": [
95
  0.0
@@ -97,41 +97,41 @@
97
  },
98
  "episode_index": {
99
  "mean": [
100
- 8.780230522155762
101
  ],
102
  "std": [
103
- 5.6759352684021
104
  ],
105
  "max": [
106
- 19.0
107
  ],
108
  "min": [
109
  0.0
110
  ]
111
  },
112
- "frame_index": {
113
  "mean": [
114
- 249.60789489746094
115
  ],
116
  "std": [
117
- 160.0113525390625
118
  ],
119
  "max": [
120
- 815.0
121
  ],
122
  "min": [
123
  0.0
124
  ]
125
  },
126
- "index": {
127
  "mean": [
128
- 4779.5
129
  ],
130
  "std": [
131
- 2759.734130859375
132
  ],
133
  "max": [
134
- 9559.0
135
  ],
136
  "min": [
137
  0.0
@@ -139,28 +139,28 @@
139
  },
140
  "observation.environment_state": {
141
  "mean": [
142
- 0.06108337640762329,
143
- 0.019718186929821968,
144
- 0.9859856963157654,
145
- 0.9701151847839355
146
  ],
147
  "std": [
148
- 0.1609756052494049,
149
- 0.09460639953613281,
150
- 0.05341983959078789,
151
- 0.12236928194761276
152
  ],
153
  "max": [
154
- 0.552734375,
155
- 0.4736328125,
156
- 0.9990234375,
157
- 0.9990234375
158
  ],
159
  "min": [
160
  0.0,
161
- 0.0,
162
- 0.75390625,
163
- 0.4384765625
164
  ]
165
  }
166
  }
 
1
  {
2
  "action": {
3
  "mean": [
4
+ -3.5196337699890137,
5
+ -45.2244758605957,
6
+ 46.780433654785156,
7
+ -10.80193042755127,
8
+ 33.7426872253418,
9
+ 8.796881675720215
10
  ],
11
  "std": [
12
+ 29.4294490814209,
13
+ 51.56081008911133,
14
+ 52.37529373168945,
15
+ 9.525283813476562,
16
+ 22.544355392456055,
17
+ 13.790541648864746
18
  ],
19
  "max": [
20
+ 72.37569427490234,
21
+ 62.10163497924805,
22
+ 100.0,
23
+ 5.34798526763916,
24
+ 97.02075958251953,
25
+ 70.39301300048828
26
  ],
27
  "min": [
28
+ -76.965576171875,
29
+ -97.6744155883789,
30
+ -79.56403350830078,
31
+ -81.3919448852539,
32
+ -35.0427360534668,
33
+ 0.08733624219894409
34
  ]
35
  },
36
  "observation.state": {
37
  "mean": [
38
+ -3.588608980178833,
39
+ -44.51361083984375,
40
+ 47.2363395690918,
41
+ -10.769479751586914,
42
+ 33.7294807434082,
43
+ 9.139917373657227
44
  ],
45
  "std": [
46
+ 29.434926986694336,
47
+ 52.44248580932617,
48
+ 51.59275436401367,
49
+ 9.488389015197754,
50
+ 22.55426788330078,
51
+ 13.502769470214844
52
  ],
53
  "max": [
54
+ 72.33502197265625,
55
+ 63.503021240234375,
56
+ 99.46404266357422,
57
+ 5.299145221710205,
58
+ 96.97191619873047,
59
+ 70.2254638671875
60
  ],
61
  "min": [
62
+ -76.64974975585938,
63
+ -99.48231506347656,
64
+ -77.48995208740234,
65
+ -81.001220703125,
66
+ -35.0427360534668,
67
+ 0.7294429540634155
68
  ]
69
  },
70
  "timestamp": {
71
  "mean": [
72
+ 7.348014831542969
73
  ],
74
  "std": [
75
+ 4.436008930206299
76
  ],
77
  "max": [
78
+ 16.700000762939453
79
  ],
80
  "min": [
81
  0.0
82
  ]
83
  },
84
+ "frame_index": {
85
  "mean": [
86
+ 220.4404296875
87
  ],
88
  "std": [
89
+ 133.08026123046875
90
  ],
91
  "max": [
92
+ 501.0
93
  ],
94
  "min": [
95
  0.0
 
97
  },
98
  "episode_index": {
99
  "mean": [
100
+ 12.337124824523926
101
  ],
102
  "std": [
103
+ 7.397507667541504
104
  ],
105
  "max": [
106
+ 25.0
107
  ],
108
  "min": [
109
  0.0
110
  ]
111
  },
112
+ "index": {
113
  "mean": [
114
+ 5583.5
115
  ],
116
  "std": [
117
+ 3223.923583984375
118
  ],
119
  "max": [
120
+ 11167.0
121
  ],
122
  "min": [
123
  0.0
124
  ]
125
  },
126
+ "task_index": {
127
  "mean": [
128
+ 0.0
129
  ],
130
  "std": [
131
+ 0.0
132
  ],
133
  "max": [
134
+ 0.0
135
  ],
136
  "min": [
137
  0.0
 
139
  },
140
  "observation.environment_state": {
141
  "mean": [
142
+ 0.35617056488990784,
143
+ 0.4730314314365387,
144
+ 0.4482367932796478,
145
+ 0.6721329092979431
146
  ],
147
  "std": [
148
+ 0.2341497391462326,
149
+ 0.13736437261104584,
150
+ 0.2338574081659317,
151
+ 0.1966235190629959
152
  ],
153
  "max": [
154
+ 0.7744140625,
155
+ 0.728515625,
156
+ 0.86328125,
157
+ 0.998046875
158
  ],
159
  "min": [
160
  0.0,
161
+ 0.21875,
162
+ 0.1103515625,
163
+ 0.4267578125
164
  ]
165
  }
166
  }
meta/tasks.jsonl CHANGED
@@ -1 +1 @@
1
- {"task_index":0,"task":"Pick items on table and drop in the tray"}
 
1
+ {"task_index":0,"task":"Put the black box in the bowl"}