INV-WZQ commited on
Commit
09d5c73
·
verified ·
1 Parent(s): e35091f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -18,8 +18,9 @@ tags:
18
 
19
  # ReactiveGWM-Models: Reactive Game World Models for Street Fighter
20
 
21
- <a href="https://reactivegwm.github.io/ReactiveGWM/"><img src="https://img.shields.io/badge/Web-Project Page-1d72b8.svg" alt="Project Page"></a>
22
- <a href=""><img src="https://img.shields.io/badge/arXiv-ReactiveGWM-A42C25.svg" alt="arXiv"></a>
 
23
  <a href="https://huggingface.co/INV-WZQ/ReactiveGWM-Models"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace Model"></a>
24
  <a href="https://huggingface.co/datasets/INV-WZQ/ReactiveGWM-Datasets"><img src="https://img.shields.io/badge/🤗_HuggingFace-Dataset-ffbd45.svg" alt="HuggingFace Dataset"></a>
25
 
@@ -101,6 +102,15 @@ thank the open-source community for their valuable contributions.
101
  If you use these models, please cite:
102
 
103
  ```bibtex
 
 
 
 
 
 
 
 
 
104
  ```
105
 
106
  ---
 
18
 
19
  # ReactiveGWM-Models: Reactive Game World Models for Street Fighter
20
 
21
+ <a href="https://inv-wzq.github.io/ReactiveGWM/"><img src="https://img.shields.io/badge/Web-Project Page-1d72b8.svg" alt="Project Page"></a>
22
+ <a href="http://arxiv.org/abs/2605.15256"><img src="https://img.shields.io/badge/arXiv-ReactiveGWM-A42C25.svg" alt="arXiv"></a>
23
+ <a href="https://github.com/INV-WZQ/ReactiveGWM"><img src="https://img.shields.io/badge/GitHub-Code-181717.svg?logo=github" alt="GitHub"></a>
24
  <a href="https://huggingface.co/INV-WZQ/ReactiveGWM-Models"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace Model"></a>
25
  <a href="https://huggingface.co/datasets/INV-WZQ/ReactiveGWM-Datasets"><img src="https://img.shields.io/badge/🤗_HuggingFace-Dataset-ffbd45.svg" alt="HuggingFace Dataset"></a>
26
 
 
102
  If you use these models, please cite:
103
 
104
  ```bibtex
105
+ @misc{wang2026reactivegwmsteeringnpcreactive,
106
+ title={ReactiveGWM: Steering NPC in Reactive Game World Models},
107
+ author={Zeqing Wang and Danze Chen and Zhaohu Xing and Zizhao Tong and Yinhan Zhang and Xingyi Yang and Yeying Jin},
108
+ year={2026},
109
+ eprint={2605.15256},
110
+ archivePrefix={arXiv},
111
+ primaryClass={cs.CV},
112
+ url={https://arxiv.org/abs/2605.15256},
113
+ }
114
  ```
115
 
116
  ---