deep-q-learning
deep-q-learning copied to clipboard
Saving/reloading weight does not seem to work
Hi,
I uncommented lines 69, 90 and 91 (in the dqn.py) but it seems that the weights are not reloaded: the score restart at a very low value. The file ddqn.py seems to have the same issue.
Kind regards, Sylvain.
take a look at this repo.