Rainbow-DQN-pytorch icon indicating copy to clipboard operation
Rainbow-DQN-pytorch copied to clipboard

This is a concise Pytorch implementation of Rainbow DQN, including Double Q-learning, Dueling network, Noisy network, PER and n-steps Q-learning.

Results 1 Rainbow-DQN-pytorch issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering what the role of self.evaluate_policy() is. When I removed it, I found that the program was running normally.