Skip to content
r/LocalLLaMA · Communities

Doom running on an LLM — Hugging Face checkpoint included

There's no training anywhere in this. I ported Doom's actual rendering algorithm into transformer weights using a compiler I wrote (torchwright) -- every weight computed, none learned. The prompt carries the level geometry, player position, and view direction; generation emits drawing commands; a 43-line host program t