DSR
DSR copied to clipboard
desired_samples on line 593 of NeuralQLearner.lua not defined
desired_samples is not defined and this gives an error. I guess this can't be self.num_samples because even with that it throws an error in sample() function (TransitionTable ) because the batchSize is greater than the bufferSize.
Cheers
desired_samples should be self.num_samples -- good catch! What are the batchSize and bufferSize you are using? Did you try increasing the bufferSize?
Hey @shehroze37, I just pushed a short fix to this. Let me know if you're still running into the same problem.
Sure I will
Cheers !