Rainbow icon indicating copy to clipboard operation
Rainbow copied to clipboard

Stuck in memory._retrieve when batch size > 32

Open jiwoongim opened this issue 5 years ago • 1 comments

Hi,

I notice that RAINBOW doesn't work when the batch size is greater than 32 (I tried for 64, 128, 256), where it is stuck in memory._retrieve the recursive call. Why does this happen? Is there something that I can do about this (to increase the batch size) or batch size needs to be small?

Thanks

jiwoongim avatar Feb 23 '21 15:02 jiwoongim

This is probably an issue with PER sampling. Try the fix in https://github.com/Kaixhin/Rainbow/issues/41 and see if that helps.

Kaixhin avatar Feb 24 '21 01:02 Kaixhin