Experiments
V30: Dual Prediction
V30: Dual Prediction
Negative result. Dual prediction (self + social) is worse than social-only.
Substrate: MLP with 2 outputs. Loss = MSE_self + MSE_social. Mean (vs 's 0.104).
Self MSE is 100-150x smaller than social MSE. The easy self target colonizes the shared representation, destroying 's richness path. Lesson: naive multi-task learning fails when targets have vastly different difficulty scales.
Source code
- — Dual-output MLP
- — Evolution loop
- — GPU runner