Curt-Park / rainbow-is-all-you-need

Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
MIT License
1.87k stars 334 forks source link

Test time action selection #72

Open nil123532 opened 4 months ago

nil123532 commented 4 months ago

Hi, I have seen that during test time, you select action with noise i.e either with noisy nets or epsilon greedy. Is that the right thing to do during test time? wouldnt we want to be greedy?