feat(configs): connectome C1 foraging config (Stage 2 step 2a) - #243
Conversation
âĶerges 100% Authored connectomeppo_small_continuous2d_fick_adaptive_klinotaxis.yml: the Cook-2019 hermaphrodite connectome (gap junctions + strict chemical mask + klinotaxis, projection wiring unchanged from T4-grid â validate-don't-rebuild) on the Fick+adaptive continuous substrate with the shared C1 recipe (max_steps 800 / gamma 0.99 / lr 0.0003 / entropy 0.05 / forage-to-survive satiety / max_turn 0.5). n=4 on the corrected reward: 100/100/100/100 per-seed success (eaten 10.0, holds all quarters). The connectome â weakest arm at T4, which needed entropy 0.10 / lr 0.001 on the buggy reward â needs NO special tuning on the metric-coherent reward; the bug-era knobs were value-explosion compensation. C1 is now complete for all 5 MUST arms. phase6-tracking: Stage 2 step 2a recorded (connectome C1 100%); remaining Stage 2 = 2b projection validation (predator-only + thermo-only), 2c connectome C2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. ð âđïļ Recent review infoâïļ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ð Files selected for processing (1)
â Files skipped from review due to trivial changes (1)
ð WalkthroughWalkthroughAdds a new YAML scenario configuration for ConnectomePPO continuous-action klinotaxis foraging using the Cook-2019 hermaphrodite connectome with a Fick gradient and adaptive chemosensor. Updates the Phase 6 tracking document to mark Connectome C1 Stage 2 step 2a as complete with 100/100 per-seed success. ChangesConnectomePPO C1 Klinotaxis Config and Phase 6 Tracking
Estimated code review effortðŊ 2 (Simple) | âąïļ ~12 minutes Possibly related PRs
Poem
ðĨ Pre-merge checks | â 5â Passed checks (5 passed)
âïļ Tip: You can configure your own custom pre-merge checks in the settings. âĻ Finishing Touchesð§Š Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ðĪ Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@openspec/changes/phase6-tracking/tasks.md`:
- Around line 387-390: The T7.*.c1_foraging task checkbox is unchecked (- [ ])
but the resolution notes confirm C1 is complete for all 5 MUST arms (MLP,
Transformer, LSTM, CfC, and connectome). Change the checkbox from - [ ]
T7.*.c1_foraging to - [x] T7.*.c1_foraging to mark the task as complete and keep
the tracker state consistent with the documented completion status.
ðŠ Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
âđïļ Review info
âïļ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 7230df23-1069-4ff8-b9ca-e198af07d6ed
ð Files selected for processing (2)
configs/scenarios/foraging/connectomeppo_small_continuous2d_fick_adaptive_klinotaxis.ymlopenspec/changes/phase6-tracking/tasks.md
Codecov Reportâ All modified and coverable lines are covered by tests. ðĒ Thoughts on this report? Let us know! |
âĶ arms (review) All 5 continuous-action PPO MUST arms now converge C1 (MLP/Transformer/LSTM/CfC merged in #242; connectome in this PR). Tick the checkbox to match the documented completion; note the 6th MUST family (FeedforwardGA, evolved-weights / repair-or-drop) is outside this PPO-config row. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summary
The connectome arm's C1 (foraging-only) config â Stage 2 step 2a â completing C1 for all 5 MUST arms. Authored
connectomeppo_small_continuous2d_fick_adaptive_klinotaxis.yml: the Cook-2019 hermaphrodite connectome (gap junctions + strict chemical mask + klinotaxis; projection wiring unchanged from T4-grid â validate-don't-rebuild) on the Fick+adaptive continuous substrate with the shared C1 recipe.Recipe (shared with the generic arms)
max_steps 800+ forage-to-survive satiety (300/0.8/20) +gamma 0.99+lr 0.0003+entropy 0.05+max_turn_rad 0.5, on the metric-coherent reward. Substrate: Fick 8 / adaptive Îĩ 0.1 / capture 2.0 / foods 5 / target 10.Convergence (n=4, corrected reward)
100 / 100 / 100 / 100 per-seed success, eaten 10.0, holding across all quarters.
The connectome was the weakest arm at T4 and needed
entropy 0.10 / lr 0.001on the buggy reward â it needs no special tuning on the metric-coherent reward (the bug-era knobs were value-explosion compensation). So C1 is now complete for all 5 MUST arms: MLP ~99 / Transformer 100 / LSTM 100 / CfC ~91 / connectome 100.Scope
phase6-trackingStage 2 step 2a recorded.Full
pre-commit run -agreen.ðĪ Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes
Documentation