neural-drive / README.md
codelion's picture
short_description: world model, not AI-generated game
3ab03a9 verified
|
Raw
History Blame Contribute Delete
724 Bytes
---
title: Neural Drive
emoji: 🏎️
colorFrom: yellow
colorTo: gray
sdk: static
pinned: false
short_description: Live world model of SuperTuxKart β€” no game engine
models:
- codelion/neural-drive-model
---
# Neural Drive β€” a world model you can steer, in your browser
Real-time interactive **world model** for SuperTuxKart, running entirely client-side on **WebGPU**
via onnxruntime-web. There is **no game engine** β€” each frame is predicted by a neural network
from the last 7 frames + your keys, then decoded. Arrow keys drive, D = drift. Trained in PyTorch
on gameplay video; runs the fp16 build on your GPU.
Model & weights: [codelion/neural-drive-model](https://huggingface.co/codelion/neural-drive-model)