qlearning4k
qlearning4k copied to clipboard
Fixed error when trying to use models with Dropout or Weight Regulari…
…zers
As per https://github.com/fchollet/keras/issues/2417 the train mode is explicitly passed to K.function in order to avoid errors.
still got error when I tried the snake example.