Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.52 KB

File metadata and controls

38 lines (28 loc) · 1.52 KB

cog-2026-paper/

LaTeX source of the CoG 2026 short paper that distils the thesis contributions:

Combining Spatial and Entity-Based Reasoning for Competitive MicroRTS via U-Net and Transformers

Status: accepted at IEEE CoG 2026 (auxiliary short paper). The compiled PDF is shipped at cog_paper.pdf.

Layout

Path What it is
cog_paper.tex The whole paper (single-file IEEEtran layout, bibliography embedded inline).
IEEEtran.cls IEEE conference class. Vendored so the build is reproducible across hosts.
references.bib Bibliography source, kept for reference only. The paper ships its bibliography inline (thebibliography), so BibTeX/biber is not run.
figures/ Figures used by the paper (subset of the dissertation's figs-pdf/, plus tighter layouts where needed).

How to compile

cd cog-2026-paper/
latexmk -pdf -interaction=nonstopmode cog_paper.tex

Plain pdflatex cog_paper.tex (run twice for cross-references) also works, since the bibliography is embedded and no BibTeX pass is needed.

Cross-references

  • The thesis itself is at ../dissertation/.
  • Every empirical claim in the paper is backed by an artefact under ../data/ (tournament CSVs, ablation eval grids, generalisation-probe table).
  • The figures generated by ../dissertation/figs/figs-python/ are the upstream source for the paper's figures.