higgsfield / RL-Adventure

Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
2.99k stars 587 forks source link

No prioritized experience replay in rainbow file #11

Open garkavem opened 6 years ago

garkavem commented 6 years ago

Hi! Probably by accident usual replay buffer is used in rainbow file instead of prioritized.

garkavem commented 6 years ago

And there are no n-step returns by the way.

amini2nt commented 3 years ago

@garkavem have you added it by yourself and modified this code?