← The index · Games & control · by arjunkshah12345-hash

fly-flappy-bird

MaleCNS wired to Flappy Bird with engineered adapters and recorded gameplay.

MaleCNS
Fidelity · draft
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 MaleCNS v1.0 subgraph (3,082 cells, 120,830 released edges) driving leaky integrate-and-fire units, which earns L1. Not L2, for two reasons that compound. The default run has no plasticity: the README Quickstart runs record_play.py, which uses TunedBrain - a subclass whose step() drops the plasticity block - and then loads data/trained_weights.npz. That shipped weight array is bit-identical to the base connectome weights across all 120,830 edges, so the headline 50-pipe run changes zero synapses; what was trained is an 8-parameter evolved readout. The README says as much in its own first line: a motor readout tuned 'on top of frozen biological synapses'. And where plasticity does run, in FlyBrain.step via train.py, the gate is not a modelled neuromodulator: self.dopamine is the game reward accumulated and decayed (reinforce() adds reward * 0.8 and clips), while the 60 DAN cells that are present in the graph are never read. The authors are admirably direct about the limit - BLOG.md notes that 'neuromodulation is not a scalar dopamine knob', and the README reports the negative result that online dopamine-style plasticity on Kenyon-to-MBON edges made play worse. The plastic edge mask is genuine (pre in KC, post in MBON, computed from the released subgraph rather than synthesized), which is the strongest thing here and why this is a near-miss rather than a distant one. Not validated: no published comparison against real fly measurements.

Record

CategoryGames & control
DatasetsMaleCNS
LevelL1 — draft
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.