Reinforcement-learning-with-tensorflow icon indicating copy to clipboard operation
Reinforcement-learning-with-tensorflow copied to clipboard

Prioritized_Replay_DQN not working

Open alirezakazemipour opened this issue 5 years ago • 0 comments

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'

alirezakazemipour avatar Feb 22 '20 07:02 alirezakazemipour