emer / axon

Axon adds axonal spiking to the Leabra framework for error-driven and associative learning
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

start on negative valence update #302

Closed rcoreilly closed 10 months ago

rcoreilly commented 11 months ago

@etuleu here's a start on what we sketched out..

rcoreilly commented 11 months ago

Still a work in progress - should be working soon - can go over on weds

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 23.10% and project coverage change: -0.44% :warning:

Comparison is base (ddebbe7) 29.88% compared to head (4d53ad0) 29.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #302 +/- ## ========================================== - Coverage 29.88% 29.45% -0.44% ========================================== Files 85 90 +5 Lines 15524 16003 +479 ========================================== + Hits 4639 4713 +74 - Misses 10623 11016 +393 - Partials 262 274 +12 ``` | [Files Changed](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer) | Coverage Δ | | |---|---|---| | [axon/deep\_net.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9kZWVwX25ldC5nbw==) | `0.00% <0.00%> (ø)` | | | [axon/globals.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9nbG9iYWxzLmdv) | `0.00% <ø> (ø)` | | | [axon/globalvars\_string.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9nbG9iYWx2YXJzX3N0cmluZy5nbw==) | `0.00% <ø> (ø)` | | | [axon/gpu.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9ncHUuZ28=) | `3.17% <ø> (ø)` | | | [axon/layertypes.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9sYXllcnR5cGVzLmdv) | `41.66% <ø> (ø)` | | | [axon/layertypes\_string.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9sYXllcnR5cGVzX3N0cmluZy5nbw==) | `11.76% <ø> (ø)` | | | [axon/learn.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9sZWFybi5nbw==) | `70.73% <ø> (ø)` | | | [axon/neuromod.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9uZXVyb21vZC5nbw==) | `45.90% <0.00%> (-2.38%)` | :arrow_down: | | [axon/neuron.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9uZXVyb24uZ28=) | `66.03% <ø> (ø)` | | | [axon/neuronvars\_string.go](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9uZXVyb252YXJzX3N0cmluZy5nbw==) | `11.76% <ø> (ø)` | | | ... and [29 more](https://app.codecov.io/gh/emer/axon/pull/302?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rcoreilly commented 10 months ago

@etuleu this is ready to try out on obelisk boa etc -- more testing to be done but should be good enough to start exploring.