Datasets:

ArXiv:
License:
arth-shukla commited on
Commit
74fb933
·
verified ·
1 Parent(s): 592994a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -18,4 +18,18 @@ The particular changes are generally a few fixes, which include
18
  After installing ManiSkill to download this dataset run
19
  ```
20
  python -m mani_skill.utils.download_asset "ReplicaCAD"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ```
 
18
  After installing ManiSkill to download this dataset run
19
  ```
20
  python -m mani_skill.utils.download_asset "ReplicaCAD"
21
+ ```
22
+
23
+ Citations
24
+ ---
25
+
26
+ As this is a modified version of the ReplicaCAD dataset, if using this dataset, please cite [Habitat 2.0](https://arxiv.org/abs/2106.14405) as well:
27
+
28
+ ```
29
+ @inproceedings{szot2021habitat,
30
+ title = {Habitat 2.0: Training Home Assistants to Rearrange their Habitat},
31
+ author = {Andrew Szot and Alex Clegg and Eric Undersander and Erik Wijmans and Yili Zhao and John Turner and Noah Maestre and Mustafa Mukadam and Devendra Chaplot and Oleksandr Maksymets and Aaron Gokaslan and Vladimir Vondrus and Sameer Dharur and Franziska Meier and Wojciech Galuba and Angel Chang and Zsolt Kira and Vladlen Koltun and Jitendra Malik and Manolis Savva and Dhruv Batra},
32
+ booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
33
+ year = {2021}
34
+ }
35
  ```