Hoshipu commited on
Commit
79319b2
·
verified ·
1 Parent(s): 6688f09

Add citation information

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -204,4 +204,23 @@ This dataset is intended for research on robot manipulation, imitation learning,
204
 
205
  ## Citation
206
 
207
- If you use the underlying LIBERO data, cite the original LIBERO benchmark according to its license and citation requirements. Add the citation for this augmented logical-state version here before publishing if applicable.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
 
205
  ## Citation
206
 
207
+ If you use this dataset, please cite both the H-WM work associated with these logical annotations and the original LIBERO benchmark:
208
+
209
+ ```bibtex
210
+ @article{huang2026hwm,
211
+ title = {H-WM: Robotic Task and Motion Planning Guided by Hierarchical World Model},
212
+ author = {Huang, Jinbang and Chen, Wenyuan and Li, Zhiyuan and Pang, Oscar and Hu, Xiao and
213
+ Zhang, Lingfeng and Hu, Yuanzhao and Zhang, Zhanguang and Coates, Mark and
214
+ Cao, Tongtong and Quan, Xingyue and Zhang, Yingxue},
215
+ journal = {arXiv preprint arXiv:2602.11291},
216
+ year = {2026}
217
+ }
218
+
219
+ @article{liu2023libero,
220
+ title = {LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
221
+ author = {Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and
222
+ Zhu, Yuke and Stone, Peter},
223
+ journal = {arXiv preprint arXiv:2306.03310},
224
+ year = {2023}
225
+ }
226
+ ```