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

Getting stuck on 4.uncertain_cs #318

Open etuleu opened 9 months ago

etuleu commented 9 months 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.