leshchenko1979 / fishbowl

Simulating evolution of fish intelligence in a fishbowl using genetic algorithms
0 stars 0 forks source link

Separate outputs of the NN into "pulse intensity" and "steering" #40

Closed leshchenko1979 closed 4 years ago

leshchenko1979 commented 4 years ago

Should also fix https://github.com/leshchenko1979/fishbowl/issues/39

leshchenko1979 commented 4 years ago

"Split" should also probably be one of the outputs.

leshchenko1979 commented 4 years ago

Or just make an output node for each type of action and do the action where the corresponding output node value is maximal.

leshchenko1979 commented 4 years ago

done