Task 2: add Bio Player (pointwise-activation ESN with colour cue) — 14.78 ± 0.20#32
Open
GuanchunLi wants to merge 1 commit intorougier:masterfrom
Open
Task 2: add Bio Player (pointwise-activation ESN with colour cue) — 14.78 ± 0.20#32GuanchunLi 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 2. Extends the env1 bio player with a per-ray blue-evidence integrator and a signed, latched front-block that encodes the colour cue. Weights fixed at build time (no training loop). Observed score 14.78 +/- 0.20 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/env2_player_bio.py, a handcrafted pointwise-activation Echo State Network controller for Task 2, together with a full model description inbraincraft/env2_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
Extends the env1 bio player (same pointwise-ESN shape: every hidden activation is a scalar function of its own preactivation, all cross-neuron logic in
W/Win) with the Task 2 colour cue. The controller combines:pos_xhits±drift_offsetwith a horizontal heading,evidence) with left/right sums; a±color_evidence_thrthreshold latches a signed front-block state (fs_pos/fs_neg),front_block_pos,front_block_neg) driven by the two centre proximity taps and gated by the latched sign, so a frontal obstacle steers toward the open (blue) side rather than a fixed direction.Readout has nine non-zero
Woutentries; seeenv2_player_bio.mdfor the full activation library, slot layout, wiring equations, and gains.Assumed performance
Running
python braincraft/env2_player_bio.py(seed 12345, 10 runs):