Merge pull request #550 from rajammanabrolu/main

Update README.md with bib for arxiv paper
This commit is contained in:
Kolby Nottingham 2025-05-21 09:50:38 -07:00 committed by GitHub
commit c4e23ea387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,10 +166,11 @@ Some of the node modules that we depend on have bugs in them. To add a patch, ch
## Citation:
```
@misc{mindcraft2023,
Author = {Kolby Nottingham and Max Robinson},
Title = {MINDcraft: LLM Agents for cooperation, competition, and creativity in Minecraft},
Year = {2023},
url={https://github.com/kolbytn/mindcraft}
@article{mindcraft2025,
title = {Collaborating Action by Action: A Multi-agent LLM Framework for Embodied Reasoning},
author = {White*, Isadora and Nottingham*, Kolby and Maniar, Ayush and Robinson, Max and Lillemark, Hansen and Maheshwari, Mehul and Qin, Lianhui and Ammanabrolu, Prithviraj},
journal = {arXiv preprint arXiv:2504.17950},
year = {2025},
url = {https://arxiv.org/abs/2504.17950},
}
```
```