KTH03 commited on
Commit
3b3325e
·
verified ·
1 Parent(s): 4ed96b2

Add files using upload-large-folder tool

Browse files
Files changed (49) hide show
  1. README.md +142 -0
  2. data/chunk-001/episode_001016.parquet +3 -0
  3. data/chunk-001/episode_001019.parquet +3 -0
  4. data/chunk-001/episode_001027.parquet +3 -0
  5. data/chunk-001/episode_001036.parquet +3 -0
  6. data/chunk-001/episode_001060.parquet +3 -0
  7. data/chunk-001/episode_001067.parquet +3 -0
  8. data/chunk-001/episode_001071.parquet +3 -0
  9. data/chunk-001/episode_001112.parquet +3 -0
  10. data/chunk-001/episode_001121.parquet +3 -0
  11. data/chunk-001/episode_001167.parquet +3 -0
  12. data/chunk-001/episode_001169.parquet +3 -0
  13. data/chunk-001/episode_001170.parquet +3 -0
  14. data/chunk-001/episode_001175.parquet +3 -0
  15. data/chunk-001/episode_001176.parquet +3 -0
  16. data/chunk-001/episode_001183.parquet +3 -0
  17. data/chunk-001/episode_001188.parquet +3 -0
  18. data/chunk-001/episode_001190.parquet +3 -0
  19. data/chunk-001/episode_001196.parquet +3 -0
  20. data/chunk-001/episode_001204.parquet +3 -0
  21. data/chunk-001/episode_001216.parquet +3 -0
  22. data/chunk-001/episode_001225.parquet +3 -0
  23. data/chunk-001/episode_001244.parquet +3 -0
  24. data/chunk-001/episode_001252.parquet +3 -0
  25. data/chunk-001/episode_001259.parquet +3 -0
  26. data/chunk-001/episode_001264.parquet +3 -0
  27. data/chunk-001/episode_001295.parquet +3 -0
  28. data/chunk-001/episode_001301.parquet +3 -0
  29. data/chunk-001/episode_001311.parquet +3 -0
  30. data/chunk-001/episode_001326.parquet +3 -0
  31. data/chunk-001/episode_001350.parquet +3 -0
  32. data/chunk-001/episode_001368.parquet +3 -0
  33. data/chunk-001/episode_001385.parquet +3 -0
  34. data/chunk-001/episode_001402.parquet +3 -0
  35. data/chunk-001/episode_001426.parquet +3 -0
  36. data/chunk-001/episode_001433.parquet +3 -0
  37. data/chunk-001/episode_001461.parquet +3 -0
  38. data/chunk-001/episode_001547.parquet +3 -0
  39. data/chunk-001/episode_001563.parquet +3 -0
  40. data/chunk-001/episode_001570.parquet +3 -0
  41. data/chunk-001/episode_001614.parquet +3 -0
  42. data/chunk-001/episode_001624.parquet +3 -0
  43. data/chunk-001/episode_001631.parquet +3 -0
  44. data/chunk-001/episode_001640.parquet +3 -0
  45. data/chunk-001/episode_001662.parquet +3 -0
  46. meta/episodes.jsonl +0 -0
  47. meta/info.json +97 -0
  48. meta/stats.json +292 -0
  49. meta/tasks.jsonl +40 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - rlds
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+ This dataset combines four individual Libero datasets: Libero-Spatial, Libero-Object, Libero-Goal and Libero-10.
20
+ All datasets were taken from [here](https://huggingface.co/datasets/openvla/modified_libero_rlds) and converted into LeRobot format.
21
+
22
+
23
+ - **Homepage:** https://libero-project.github.io
24
+ - **Paper:** https://arxiv.org/abs/2306.03310
25
+ - **License:** CC-BY 4.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.0",
33
+ "robot_type": "panda",
34
+ "total_episodes": 1693,
35
+ "total_frames": 273465,
36
+ "total_tasks": 40,
37
+ "total_videos": 0,
38
+ "total_chunks": 2,
39
+ "chunks_size": 1000,
40
+ "fps": 10,
41
+ "splits": {
42
+ "train": "0:1693"
43
+ },
44
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
46
+ "features": {
47
+ "image": {
48
+ "dtype": "image",
49
+ "shape": [
50
+ 256,
51
+ 256,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channel"
58
+ ]
59
+ },
60
+ "wrist_image": {
61
+ "dtype": "image",
62
+ "shape": [
63
+ 256,
64
+ 256,
65
+ 3
66
+ ],
67
+ "names": [
68
+ "height",
69
+ "width",
70
+ "channel"
71
+ ]
72
+ },
73
+ "state": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 8
77
+ ],
78
+ "names": [
79
+ "state"
80
+ ]
81
+ },
82
+ "actions": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 7
86
+ ],
87
+ "names": [
88
+ "actions"
89
+ ]
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
128
+ ```
129
+
130
+
131
+ ## Citation
132
+
133
+ **BibTeX:**
134
+
135
+ ```bibtex
136
+ @article{liu2023libero,
137
+ title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
138
+ author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
139
+ journal={arXiv preprint arXiv:2306.03310},
140
+ year={2023}
141
+ }
142
+ ```
data/chunk-001/episode_001016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07221bd54a87233d93a4e3a4713e420f1d8a815ff9a5974498efb2c07932fe1a
3
+ size 19150830
data/chunk-001/episode_001019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc05e284821dbf50f364eb375446e04ac8cace8eee1738466793d17830b95db
3
+ size 17457613
data/chunk-001/episode_001027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:194b6cfa456d8a2a5a295327fa3376d1490c8f70961b12b3b3b482784fd38370
3
+ size 19959560
data/chunk-001/episode_001036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51917886656ef339548fd97d81b802435a54c6f162b8d5c9d17727aecdadbb2
3
+ size 22637517
data/chunk-001/episode_001060.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bba72470d522ecfc752a948c6113591ea3251a55c77927d08494c673c976eba
3
+ size 23019088
data/chunk-001/episode_001067.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996839af42dba6440537fd67d5f4816b0a0033e0d89e5bc627c789108135cea2
3
+ size 22494408
data/chunk-001/episode_001071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b18fe1abd4fdfc42dcf5bbad30e7d2b4a4ca2c2f83fa4dde1dc08c116232ee6
3
+ size 29673572
data/chunk-001/episode_001112.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f37a031233f403c4e12ac067b234f81ce5e9250f6d4059361cd44376e757d00
3
+ size 20206272
data/chunk-001/episode_001121.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc2c17f39b21cafa71ecaf745c232e1cada0ac32f77036789eab7885398ae928
3
+ size 23498654
data/chunk-001/episode_001167.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82f6dba25191f070f02cbc6293c2b875e5a72e6cf66627031a28eaa7ebb01c5d
3
+ size 16798371
data/chunk-001/episode_001169.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73337b4b0428e07ee1595617dd25fcd37b9670d0379ed656f5c7c61222d50686
3
+ size 17782333
data/chunk-001/episode_001170.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f19c6d918caf22ac1da431538b247503b21e7e5eab72105ed4ad1f1706bce5
3
+ size 16816687
data/chunk-001/episode_001175.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00459fd2de57d5adee6f51503db6a1fbe7af7674b4a57bdbaaf3ec54d6880eab
3
+ size 18772808
data/chunk-001/episode_001176.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a439537dbe2e7566b0c7a29325f06f85d98061cba2cc66bb3befd5437e9c14
3
+ size 21352421
data/chunk-001/episode_001183.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9c2dfd486321f282c4cc1b5a0d9d1ba97aa15b02868eb2e37c07d8c0cc1e1b
3
+ size 19302900
data/chunk-001/episode_001188.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26e3eae13ca670af586a96de68a2329603e4b2736b36cad2aa33ea751ffadec
3
+ size 20306371
data/chunk-001/episode_001190.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd51482c8f8ff40e80d01c10f0781d7f4613c8910ee96f4fc1b80f391fdd491
3
+ size 19715614
data/chunk-001/episode_001196.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe713f4ed0909a6314de7613650561578b621816c6064e0d75a9b7c6a0db64bd
3
+ size 18624508
data/chunk-001/episode_001204.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25d1fe17a8dabdb387827dbca9bafb539e3caef8bf86846ac8c2f131bce5e56
3
+ size 22239240
data/chunk-001/episode_001216.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ec97ffb6080dbc25ebd8a41b9994ffccd746006268b3833dae33ea33e5cd06
3
+ size 26165400
data/chunk-001/episode_001225.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029b10df058e176640b742bda61e07dae289bb562301a4857e7ada217d3b51fc
3
+ size 20714401
data/chunk-001/episode_001244.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec02770b52b1bc377009a493ceec2ca864ad6e498d4efea4c831c9c28eac38a2
3
+ size 21252690
data/chunk-001/episode_001252.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4e1504073fa30a782c342dad4c5c4dccc7113dcb832bd1da6842984ac73f92
3
+ size 17484877
data/chunk-001/episode_001259.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1efe535a4c6cdf47336d9a23a3fdb4b9ce481df4d31e61dca30855e00772668
3
+ size 20994255
data/chunk-001/episode_001264.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22117e85dc291ffa02657921b6dd30fa6ae788aa1cf9e12d7dad68d0e4a04bc9
3
+ size 12447365
data/chunk-001/episode_001295.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87391e210e2f81a304e8c6c2c61bfed86c01ffe29e55d79a27271c1c380071bb
3
+ size 16267755
data/chunk-001/episode_001301.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e515e758856b92fc4387fae4a193dda464f3cb14598ecd48ba36e830f0a08c5b
3
+ size 17292123
data/chunk-001/episode_001311.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d95f704db811243adc4553f4dc921cf273df7012c02ea1cb90c9cab7f6d6e649
3
+ size 17332618
data/chunk-001/episode_001326.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:609513795f14d9eaaea10f3351db88afc1bfa188b54e90c44ed652caa2f3ec16
3
+ size 17249473
data/chunk-001/episode_001350.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560d209fe1bd893c08841910755d5712a3c5eef3761c24f53bb1fd715ec2d8a8
3
+ size 15337113
data/chunk-001/episode_001368.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d2a2b3f385c3bc2f7d6bec323eb47d9a31e51ac47c9a43cf45f6c7616fa99e
3
+ size 10926918
data/chunk-001/episode_001385.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16dc578638c94dbe36d48690ea028c48b04e4f851e70b3c28e0ad7cc70e1e4bc
3
+ size 13898247
data/chunk-001/episode_001402.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328e467630f9cff5611b52fb6249a0b0cffb79adf8a588c1b7815934524fcb6b
3
+ size 20587591
data/chunk-001/episode_001426.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae69fd8fcf54f1f352064f15c6148a7a8ab03792d9adf657f54128f4eff1a82c
3
+ size 14598750
data/chunk-001/episode_001433.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094b11d0f59eed2d1e9a7bc0a7547a7551421b74bb7805f026137b2f98018055
3
+ size 17207592
data/chunk-001/episode_001461.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37313c58171ee25982f52267d98650ee19a58febf663cc3617451005b33df91
3
+ size 21361489
data/chunk-001/episode_001547.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3966fb18e9309c5abc2a4b1e732f4a106b91e378beb98a884410b8790c9df4
3
+ size 12779402
data/chunk-001/episode_001563.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99fc64ea7b30e11c36756a35fdaaab3db3ba3c0fa244bbd8af22b6caa4e10e16
3
+ size 18957491
data/chunk-001/episode_001570.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43c8f8353e94582e6f635c9c81d11d92a3ad1a092302edea679818746d255e7
3
+ size 13304888
data/chunk-001/episode_001614.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b139fa8fe87dfd85aaacabc8eb11639db1194cc6fc7bf688e97d4affd63788a
3
+ size 16097035
data/chunk-001/episode_001624.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c19d651cfa9a122ebe8b1f4ae01d9ac80de59500e0c06b5805ae2a7edb7eb890
3
+ size 13012102
data/chunk-001/episode_001631.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e875ad95071aa5d260461d76c9b52f4b82a4763c4d8c848a3bb24214e29a8cd
3
+ size 15075935
data/chunk-001/episode_001640.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c27fef2d1abad440190ba24fa16062f3af47e4d7969f510c6d6b20ea9b3a21b
3
+ size 21737903
data/chunk-001/episode_001662.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:481902031a23a39379a69373758a83e79028e96921e91fb93a74038890b83511
3
+ size 12047243
meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1693,
5
+ "total_frames": 273465,
6
+ "total_tasks": 40,
7
+ "total_videos": 0,
8
+ "total_chunks": 2,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:1693"
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
+ "image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 256,
34
+ 256,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 8
47
+ ],
48
+ "names": [
49
+ "state"
50
+ ]
51
+ },
52
+ "actions": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "actions"
59
+ ]
60
+ },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "frame_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "episode_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "task_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ }
96
+ }
97
+ }
meta/stats.json ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image": {
3
+ "mean": [
4
+ [
5
+ [
6
+ 0.48068472743034363
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.4485854208469391
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.4106878638267517
17
+ ]
18
+ ]
19
+ ],
20
+ "std": [
21
+ [
22
+ [
23
+ 0.229267880320549
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.22267605364322662
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.21524138748645782
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 1.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 1.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 1.0
51
+ ]
52
+ ]
53
+ ],
54
+ "min": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ]
71
+ },
72
+ "wrist_image": {
73
+ "mean": [
74
+ [
75
+ [
76
+ 0.5057708024978638
77
+ ]
78
+ ],
79
+ [
80
+ [
81
+ 0.46449801325798035
82
+ ]
83
+ ],
84
+ [
85
+ [
86
+ 0.42354270815849304
87
+ ]
88
+ ]
89
+ ],
90
+ "std": [
91
+ [
92
+ [
93
+ 0.2672027349472046
94
+ ]
95
+ ],
96
+ [
97
+ [
98
+ 0.25637131929397583
99
+ ]
100
+ ],
101
+ [
102
+ [
103
+ 0.24345873296260834
104
+ ]
105
+ ]
106
+ ],
107
+ "max": [
108
+ [
109
+ [
110
+ 1.0
111
+ ]
112
+ ],
113
+ [
114
+ [
115
+ 1.0
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 1.0
121
+ ]
122
+ ]
123
+ ],
124
+ "min": [
125
+ [
126
+ [
127
+ 0.0
128
+ ]
129
+ ],
130
+ [
131
+ [
132
+ 0.0
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 0.0
138
+ ]
139
+ ]
140
+ ]
141
+ },
142
+ "state": {
143
+ "mean": [
144
+ -0.04651879519224167,
145
+ 0.03440921753644943,
146
+ 0.7645525336265564,
147
+ 2.972202777862549,
148
+ -0.22047005593776703,
149
+ -0.1255796253681183,
150
+ 0.026914266869425774,
151
+ -0.02719070389866829
152
+ ],
153
+ "std": [
154
+ 0.10494378954172134,
155
+ 0.15176637470722198,
156
+ 0.3785160183906555,
157
+ 0.34427398443222046,
158
+ 0.9069469571113586,
159
+ 0.3253920078277588,
160
+ 0.014175914227962494,
161
+ 0.014058894477784634
162
+ ],
163
+ "max": [
164
+ 0.21031762659549713,
165
+ 0.39128610491752625,
166
+ 1.3660105466842651,
167
+ 3.6714255809783936,
168
+ 3.560650587081909,
169
+ 1.386339545249939,
170
+ 0.04233968257904053,
171
+ 0.0013633022317662835
172
+ ],
173
+ "min": [
174
+ -0.4828203022480011,
175
+ -0.3255046010017395,
176
+ 0.008128180168569088,
177
+ 0.35277295112609863,
178
+ -3.641430377960205,
179
+ -1.842738389968872,
180
+ -0.0013586411951109767,
181
+ -0.042040832340717316
182
+ ]
183
+ },
184
+ "actions": {
185
+ "mean": [
186
+ 0.06278137117624283,
187
+ 0.0868409126996994,
188
+ -0.09037282317876816,
189
+ 0.0005407406715676188,
190
+ 0.005643361248075962,
191
+ -0.005229088477790356,
192
+ -0.04964079707860947
193
+ ],
194
+ "std": [
195
+ 0.3355240225791931,
196
+ 0.3784470558166504,
197
+ 0.44472837448120117,
198
+ 0.03924351558089256,
199
+ 0.06339313089847565,
200
+ 0.07797032594680786,
201
+ 0.9987710118293762
202
+ ],
203
+ "max": [
204
+ 0.9375,
205
+ 0.9375,
206
+ 0.9375,
207
+ 0.3557142913341522,
208
+ 0.375,
209
+ 0.375,
210
+ 1.0
211
+ ],
212
+ "min": [
213
+ -0.9375,
214
+ -0.9375,
215
+ -0.9375,
216
+ -0.2582142949104309,
217
+ -0.375,
218
+ -0.3675000071525574,
219
+ -1.0
220
+ ]
221
+ },
222
+ "timestamp": {
223
+ "mean": [
224
+ 9.46485710144043
225
+ ],
226
+ "std": [
227
+ 7.25956392288208
228
+ ],
229
+ "max": [
230
+ 50.400001525878906
231
+ ],
232
+ "min": [
233
+ 0.0
234
+ ]
235
+ },
236
+ "frame_index": {
237
+ "mean": [
238
+ 94.64803314208984
239
+ ],
240
+ "std": [
241
+ 72.5958251953125
242
+ ],
243
+ "max": [
244
+ 504.0
245
+ ],
246
+ "min": [
247
+ 0.0
248
+ ]
249
+ },
250
+ "episode_index": {
251
+ "mean": [
252
+ 721.1318969726562
253
+ ],
254
+ "std": [
255
+ 507.7638244628906
256
+ ],
257
+ "max": [
258
+ 1692.0
259
+ ],
260
+ "min": [
261
+ 0.0
262
+ ]
263
+ },
264
+ "index": {
265
+ "mean": [
266
+ 136732.6875
267
+ ],
268
+ "std": [
269
+ 78942.5078125
270
+ ],
271
+ "max": [
272
+ 273464.0
273
+ ],
274
+ "min": [
275
+ 0.0
276
+ ]
277
+ },
278
+ "task_index": {
279
+ "mean": [
280
+ 17.112064361572266
281
+ ],
282
+ "std": [
283
+ 11.900412559509277
284
+ ],
285
+ "max": [
286
+ 39.0
287
+ ],
288
+ "min": [
289
+ 0.0
290
+ ]
291
+ }
292
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "put the white mug on the left plate and put the yellow and white mug on the right plate"}
2
+ {"task_index": 1, "task": "put the white mug on the plate and put the chocolate pudding to the right of the plate"}
3
+ {"task_index": 2, "task": "put the yellow and white mug in the microwave and close it"}
4
+ {"task_index": 3, "task": "turn on the stove and put the moka pot on it"}
5
+ {"task_index": 4, "task": "put both the alphabet soup and the cream cheese box in the basket"}
6
+ {"task_index": 5, "task": "put both the alphabet soup and the tomato sauce in the basket"}
7
+ {"task_index": 6, "task": "put both moka pots on the stove"}
8
+ {"task_index": 7, "task": "put both the cream cheese box and the butter in the basket"}
9
+ {"task_index": 8, "task": "put the black bowl in the bottom drawer of the cabinet and close it"}
10
+ {"task_index": 9, "task": "pick up the book and place it in the back compartment of the caddy"}
11
+ {"task_index": 10, "task": "put the bowl on the plate"}
12
+ {"task_index": 11, "task": "put the wine bottle on the rack"}
13
+ {"task_index": 12, "task": "open the top drawer and put the bowl inside"}
14
+ {"task_index": 13, "task": "put the cream cheese in the bowl"}
15
+ {"task_index": 14, "task": "put the wine bottle on top of the cabinet"}
16
+ {"task_index": 15, "task": "push the plate to the front of the stove"}
17
+ {"task_index": 16, "task": "turn on the stove"}
18
+ {"task_index": 17, "task": "put the bowl on the stove"}
19
+ {"task_index": 18, "task": "put the bowl on top of the cabinet"}
20
+ {"task_index": 19, "task": "open the middle drawer of the cabinet"}
21
+ {"task_index": 20, "task": "pick up the orange juice and place it in the basket"}
22
+ {"task_index": 21, "task": "pick up the ketchup and place it in the basket"}
23
+ {"task_index": 22, "task": "pick up the cream cheese and place it in the basket"}
24
+ {"task_index": 23, "task": "pick up the bbq sauce and place it in the basket"}
25
+ {"task_index": 24, "task": "pick up the alphabet soup and place it in the basket"}
26
+ {"task_index": 25, "task": "pick up the milk and place it in the basket"}
27
+ {"task_index": 26, "task": "pick up the salad dressing and place it in the basket"}
28
+ {"task_index": 27, "task": "pick up the butter and place it in the basket"}
29
+ {"task_index": 28, "task": "pick up the tomato sauce and place it in the basket"}
30
+ {"task_index": 29, "task": "pick up the chocolate pudding and place it in the basket"}
31
+ {"task_index": 30, "task": "pick up the black bowl next to the cookie box and place it on the plate"}
32
+ {"task_index": 31, "task": "pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate"}
33
+ {"task_index": 32, "task": "pick up the black bowl on the ramekin and place it on the plate"}
34
+ {"task_index": 33, "task": "pick up the black bowl on the stove and place it on the plate"}
35
+ {"task_index": 34, "task": "pick up the black bowl between the plate and the ramekin and place it on the plate"}
36
+ {"task_index": 35, "task": "pick up the black bowl on the cookie box and place it on the plate"}
37
+ {"task_index": 36, "task": "pick up the black bowl next to the plate and place it on the plate"}
38
+ {"task_index": 37, "task": "pick up the black bowl next to the ramekin and place it on the plate"}
39
+ {"task_index": 38, "task": "pick up the black bowl from table center and place it on the plate"}
40
+ {"task_index": 39, "task": "pick up the black bowl on the wooden cabinet and place it on the plate"}