← The index · Games & control · by actuallyrizzn

fly-hero

Frozen fly-connectome reservoir that plays Clone Hero by seeing the highway.

Fidelity · reviewed
L1 Dynamics

Neurons are simulated — leaky integrate-and-fire or better — with documented, tuned parameters.

Dispute this rating →

The evidence

No evidence, no level.
Rating note

A real connectome is used - the complete larval Drosophila brain from Winding et al. 2023 (2,956 neurons, 116,922 edges) ships in the repo - and it is run as a leaky tanh echo state, x <- (1-a)x + a*tanh(W_in u + W x), with stated leak and a spectral radius rescale. Documented simplified dynamics, so L1. Not L2: the module is called 'Frozen recurrent graph, W does not train'; only a linear readout is fitted, by least squares, offline. A caveat a reader should see before treating this as a fly playing Clone Hero: in every runnable play path the connectome does not decide the key presses. play.py and live.py default to NullReservoir, a pass-through test double labelled 'Not a fly'; and in the prosthesis path that does build the connectome reservoir, the action is computed from the highway picture and the reservoir is stepped only to feed the side-panel visualiser, which the source says in as many words. Note also that this is the larval connectome, not the adult FlyWire/MaleCNS graph the README's framing suggests.

Record

CategoryGames & control
DatasetsNot detected
LevelL1 — reviewed
Listed intownie/awesome-fruit-fly
First indexed2026-09-15

Ratings on thelearningfly.com are proposals, not verdicts. Every one of them is arguable in public.