karpathy / convnetjs

Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
MIT License
10.8k stars 2.04k forks source link

Deepqlearn to / from json not working #102

Open thegamecat opened 6 years ago

thegamecat commented 6 years ago

If i run a deepqlearn regression 1000 times using brain.value_net.to/fromJSON I would expect the actions to improve.

I don't see any significant improvement which is leading me to believe that I am not using the store and re-use correctly.

Does anyone have this working?