Open bigvzhang opened 7 years ago
Code of line 62 in replay_memory.py: index = random.randint(self.history_length, self.count - 1) should change to index = random.randint(self.history_length, self.count) Correct ?
Code of line 62 in replay_memory.py: index = random.randint(self.history_length, self.count - 1) should change to index = random.randint(self.history_length, self.count) Correct ?