emer / axon

Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

Getting stuck on 4.uncertain_cs #318

Open etuleu opened 1 year ago

etuleu commented 1 year ago

GPU = true NData = 16

After about 40 epochs it gets stuck getting reward continuously.

Action is none

Looks like None is one of the actions in the enum and is being represented in the layer. We should filter that out.