arth-shukla
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -165,7 +165,7 @@ configs:
|
|
165 |
|
166 |
# ManiSkill-HAB SetTable Dataset
|
167 |
|
168 |
-
**[Paper
|
169 |
| **[Website](https://arth-shukla.github.io/mshab)**
|
170 |
| **[Code](https://github.com/arth-shukla/mshab)**
|
171 |
| **[Models](https://huggingface.co/arth-shukla/mshab_checkpoints)**
|
@@ -224,6 +224,21 @@ The dataset is purely synthetic.
|
|
224 |
While MS-HAB supports high-quality ray-traced rendering, this dataset uses ManiSkill's default rendering for data generation due to efficiency. However, users can generate their own data with the [data generation code](https://github.com/arth-shukla/mshab/blob/main/mshab/utils/gen/gen_data.py).
|
225 |
|
226 |
<!-- TODO (arth): citation -->
|
227 |
-
|
228 |
-
|
229 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
# ManiSkill-HAB SetTable Dataset
|
167 |
|
168 |
+
**[Paper](https://arxiv.org/abs/2412.13211)**
|
169 |
| **[Website](https://arth-shukla.github.io/mshab)**
|
170 |
| **[Code](https://github.com/arth-shukla/mshab)**
|
171 |
| **[Models](https://huggingface.co/arth-shukla/mshab_checkpoints)**
|
|
|
224 |
While MS-HAB supports high-quality ray-traced rendering, this dataset uses ManiSkill's default rendering for data generation due to efficiency. However, users can generate their own data with the [data generation code](https://github.com/arth-shukla/mshab/blob/main/mshab/utils/gen/gen_data.py).
|
225 |
|
226 |
<!-- TODO (arth): citation -->
|
227 |
+
## Citation
|
228 |
+
|
229 |
+
```
|
230 |
+
@article{shukla2024maniskillhab,
|
231 |
+
author = {Arth Shukla and Stone Tao and Hao Su},
|
232 |
+
title = {ManiSkill-HAB: A Benchmark for Low-Level Manipulation in Home Rearrangement Tasks},
|
233 |
+
journal = {CoRR},
|
234 |
+
volume = {abs/2412.13211},
|
235 |
+
year = {2024},
|
236 |
+
url = {https://doi.org/10.48550/arXiv.2412.13211},
|
237 |
+
doi = {10.48550/ARXIV.2412.13211},
|
238 |
+
eprinttype = {arXiv},
|
239 |
+
eprint = {2412.13211},
|
240 |
+
timestamp = {Mon, 09 Dec 2024 01:29:24 +0100},
|
241 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2412-13211.bib},
|
242 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
243 |
+
}
|
244 |
+
```
|