real neural network · running in browser
LOBOTICS PONG

The real 1.18M-parameter neural network runs in your browser.
You control the right paddle — every frame is predicted by the model.

LOADING NEURAL NETWORK
fetching model.onnx…
how it works
01
Record
A classical agent plays 500+ games. Every frame — board state, action, ball position — is saved to disk.
02
Train
A U-Net with 1.18M params learns to predict the next 10×20 board from current state, action, and 5-frame ball history.
03
Play
You input UP/DOWN/NONE each frame. The network hallucinates the next board — ball, both paddles, everything — from scratch.