Skip to content

Commit 62867e9

Browse files
committed
Update README with citation details and fix formatting
- Added proper BibTeX citation for the NitroGen project to replace the placeholder. - Corrected the "Paper and Citation" section by removing outdated comments and improving clarity.
1 parent ec22448 commit 62867e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README_ORIGINAL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ python scripts/play.py --process '<game_executable_name>.exe'
5050

5151
The `--process` parameter must be the exact executable name of the game you want to play. You can find it by right-clicking on the game process in Windows Task Manager (Ctrl+Shift+Esc), and selecting `Properties`. The process name should be in the `General` tab and end with `.exe`.
5252

53-
<!-- TODO # Paper and Citation
53+
# Paper and Citation
5454

5555
If you find our work useful, please consider citing us!
5656

5757
```bibtex
58-
@article{,
59-
title = {},
60-
author = {},
61-
year = {},
62-
journal = {}
58+
@misc{Magne2025NitroGen,
59+
title = {NitroGen: An Open Foundation Model for Generalist Gaming Agents},
60+
author = {Magne, Lo{\"\i}c and Awadalla, Anas and Wang, Guanzhi and Xu, Yinzhen and Belofsky, Joshua and Hu, Fengyuan and Kim, Joohwan and Schmidt, Ludwig and Gkioxari, Georgia and Kautz, Jan and Yue, Yisong and Choi, Yejin and Zhu, Yuke and Fan, Linxi},
61+
year = {2025},
62+
howpublished = {\url{https://nitrogen.minedojo.org/}},
6363
}
64-
``` -->
64+
```
6565

6666
**Disclaimer**: This project is strictly for research purposes and is not an official NVIDIA product.

0 commit comments

Comments
 (0)