Instructions to use aiacontext/marginplay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use aiacontext/marginplay with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir marginplay aiacontext/marginplay
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
docs: add citation block (BibTeX + plain text)
Browse files
README.md
CHANGED
|
@@ -72,6 +72,32 @@ With `explore=False` the policy is deterministic — same scenario seed and inte
|
|
| 72 |
- Episodes per scenario: 10,000
|
| 73 |
- See [training scripts](https://github.com/aiacontext/marginplay/tree/main/scripts) for full configuration
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
## License
|
| 76 |
|
| 77 |
MIT.
|
|
|
|
| 72 |
- Episodes per scenario: 10,000
|
| 73 |
- See [training scripts](https://github.com/aiacontext/marginplay/tree/main/scripts) for full configuration
|
| 74 |
|
| 75 |
+
## Citation
|
| 76 |
+
|
| 77 |
+
If you use these weights or the Margin Play simulator in academic work, please cite:
|
| 78 |
+
|
| 79 |
+
```bibtex
|
| 80 |
+
@unpublished{leitaofilho2026marginplay,
|
| 81 |
+
title = {Margin Play: A Multi-Agent System for Public Policy Analysis
|
| 82 |
+
in the Brazilian Equatorial Margin},
|
| 83 |
+
author = {Leit{\~a}o Filho, Antonio de Sousa and
|
| 84 |
+
Lima, Fabr{\'\i}cio Saul and
|
| 85 |
+
Santos, Selby Mykael Lima dos and
|
| 86 |
+
Sousa, Rejani Bandeira Vieira and
|
| 87 |
+
Jesus, Lu{\'\i}s Jorge Mesquita de and
|
| 88 |
+
Silva, Dennys Correia da and
|
| 89 |
+
Barros Filho, Allan Kardec Duailibe},
|
| 90 |
+
year = {2026},
|
| 91 |
+
note = {Manuscript in preparation},
|
| 92 |
+
}
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
+
Plain text:
|
| 96 |
+
|
| 97 |
+
> Leitão Filho, A. S., Lima, F. S., Santos, S. M. L. dos, Sousa, R. B. V., Jesus, L. J. M. de, Silva, D. C. da, & Barros Filho, A. K. D. (2026). *Margin Play: A Multi-Agent System for Public Policy Analysis in the Brazilian Equatorial Margin*. Manuscript in preparation.
|
| 98 |
+
|
| 99 |
+
**Corresponding author:** Antonio de Sousa Leitão Filho — [antonio@aiacontext.com](mailto:antonio@aiacontext.com) — ORCID [0009-0002-1705-3611](https://orcid.org/0009-0002-1705-3611).
|
| 100 |
+
|
| 101 |
## License
|
| 102 |
|
| 103 |
MIT.
|