Task 1: add Bio Player (pointwise-activation ESN) — 14.40 ± 0.36#31
Open
GuanchunLi wants to merge 1 commit into
Open
Task 1: add Bio Player (pointwise-activation ESN) — 14.40 ± 0.36#31GuanchunLi wants to merge 1 commit into
GuanchunLi wants to merge 1 commit into
Conversation
Handcrafted pointwise-activation Echo State Network controller for Task 1, with a companion description in env1_player_bio.md. The weights are fixed at build time (no training loop). Observed score 14.40 +/- 0.36 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/env1_player_bio.py, a handcrafted pointwise-activation Echo State Network controller for Task 1, together with a full model description inbraincraft/env1_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
Every hidden activation is a scalar function of its own preactivation; all cross-neuron logic lives in the connectivity matrices. Forty of the 1000 hidden slots are active; the rest are unused. The controller combines four behaviours:
perturbation so the integrated position (
pos_x,pos_y) tracks trueposition,
bot has seen its first source,
seen and the bot crosses a clear horizontal corridor, steering by
sign(sin(phi)) · sign(pos_y).See
env1_player_bio.mdfor the full activation library, slot layout, wiring equations, and readout weights (eight non-zeroWoutentries).Assumed performance
Running
python braincraft/env1_player_bio.py(seed 12345, 10 runs):