seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Activation of network with loop not behaving as expected #59

Closed seallard closed 3 years ago

seallard commented 3 years ago

Fix code so it passes test.

seallard commented 3 years ago

I think it does work as expected. The out signal from the previous activation is fed back into the node itself. So the network won't settle, maybe goes towards some value? Not sure. But I should have a bool which lets me switch between waiting for the output to stabilize (classification without recurrent links/loops) and not waiting ("active" tasks, RL).