Task 3: add Bio Player (pointwise-activation ESN, 7-slot reflex-only) — 14.40 ± 0.49#33
Open
GuanchunLi wants to merge 1 commit intorougier:masterfrom
Open
Task 3: add Bio Player (pointwise-activation ESN, 7-slot reflex-only) — 14.40 ± 0.49#33GuanchunLi wants to merge 1 commit intorougier:masterfrom
GuanchunLi wants to merge 1 commit intorougier:masterfrom
Conversation
Handcrafted pointwise-activation Echo State Network controller for Task 3. A minimal reflex wall-follower with a front-block escape — 7 of 1000 hidden slots active; colour and energy inputs are unread. Weights fixed at build time (no training loop). Observed score 14.40 +/- 0.49 over 10 runs at seed 12345.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
braincraft/env3_player_bio.py, a minimal handcrafted pointwise-activation Echo State Network controller for Task 3, together with a full model description inbraincraft/env3_player_bio.md.No learning / no training loop — the weight matrices are fixed at build time and the single
yieldinbio_player()returns the frozen model.Approach
Same pointwise-ESN skeleton as the env1/env2 bio players — every hidden activation is a scalar function of its own preactivation, all cross-neuron logic lives in the connectivity matrices — but the env3 variant is deliberately stripped down:
1.4.Woutentries; thedthetaslot mirrors the readout row sodtheta(t+1) = clip(O(t), ±5°).This is the minimal variant of the bio-player family.
Assumed performance
Running
python braincraft/env3_player_bio.py(seed 12345, 10 runs)