Danijar Hafner
Danijar Hafner
Hi Jesse, do you have any update on whether frame pooling is implemented now? I would really like to upgrade to using ale_py and along that allow unpinning the old...
That would be great! My implementation is currently 4x slower than the old one on top of atari_py and this is likely the reason. Adding this natively would allow me...
Fantastic, thanks!
Thanks, that's work a try. Otherwise I think it's likely due to true division which is default even for integers in Python 3. My output is that the average score...
My guess is that the problem is with a pure-Python division, or maybe a Numpy division. TensorFlow always requires specified types to divide tensors. The only behavior change for TensorFlow...
@michael-GitHub-0 Did all examples work for you with this patch?
Thanks, that's helpful! In my case, I would like one command to search for all filenames and another one to search inside all files. For both commands, I want to...
Hi, I just wanted to raise this issue again. Is there any way to fix this?
@bwendling @Spitfire1900 Is this something you might be able to look into?
Yep, I'm also a bit surprised. Do you have an idea what's causing this issue/how it can be fixed?