You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement Rainbow DQN and I am using NoisyLinear layers. The performance of the epsilon-greedy policy is indeed better, but when I turn eval mode on (basically disabling the noise in the layers) the performance is awful. I understand that sometimes switching to eval mode may make the performance worse, but this is REALLY bad, it's like the network can't do anything without the noise. Is this normal?