Reinforcement-learning-with-tensorflow
Reinforcement-learning-with-tensorflow copied to clipboard
Prioritized_Replay_DQN not working
Hey! I noticed that the Prioritized_Replay_DQN code does not work and it is vanilla DQN if you force the condition: if self.prioritized to: if True Then the following error appears: AttributeError: 'numpy.ndarray' object has no attribute 'sample'