itaicaspi / keras-dqn-doom

Keras implementation of DQN on ViZDoom environment
53 stars 18 forks source link

Prioritized Experience Replay Indices list is empty #2

Open cankoc95 opened 7 years ago

cankoc95 commented 7 years ago

Hello,

I'm trying to run your code for prioritized experience replay and during the training part, often times the minibatch is an empty list which is caused by your indices being empty. Do you have any idea why this could be happening?

Thank you