Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -110,4 +110,20 @@ for i in range(5):
|
|
| 110 |
print(f" Players: {players[0]} vs {players[1]}")
|
| 111 |
print(f" Total moves: {num_moves}")
|
| 112 |
|
| 113 |
-
print("\n------------------------------------")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
print(f" Players: {players[0]} vs {players[1]}")
|
| 111 |
print(f" Total moves: {num_moves}")
|
| 112 |
|
| 113 |
+
print("\n------------------------------------")
|
| 114 |
+
```
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
## Citation
|
| 118 |
+
|
| 119 |
+
If you use this dataset in your research, please cite the following paper:
|
| 120 |
+
|
| 121 |
+
```bibtex
|
| 122 |
+
@misc{generals_rl,
|
| 123 |
+
author = {Matej Straka, Martin Schmid},
|
| 124 |
+
title = {Artificial Generals Intelligence: Mastering Generals.io with Reinforcement Learning},
|
| 125 |
+
year = {2025},
|
| 126 |
+
eprint = {2507.06825},
|
| 127 |
+
archivePrefix = {arXiv},
|
| 128 |
+
primaryClass = {cs.LG},
|
| 129 |
+
}
|