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

ACh Thr, Range params, layer-level vals #282

Open rcoreilly opened 1 year ago

rcoreilly commented 1 year ago

Add Thr, Range params for layer-level ACh effects, so each layer has its own sensitivity dynamics to the global ACh levels

This is needed for managing more graded levels of ACh as discussed in #281

The prjnparams.go DWtSynBLA method already has this baked-in threshold:

} else if GlbV(ctx, di, GvACh) > 0.1 {

that's not good...

This then feeds into AChDisinhib and ACh lrate modulation etc.