Open djl11 opened 4 years ago
This looks like a really interesting problem, so I attempted to reproduce it to see if it could be fixed. I can reproduce this in tf-agents 0.5.0, exactly as you describe, but I cannot reproduce this in the nightly build. Are you still seeing this SIGSEGV when using the nightly build?
Here is a minimal example:
This sometimes runs properly, and other times leads to:
This is hard to debug, and the batch size mismatch could be hard to spot in larger project files. I think an error should be thrown if you try add add an incorrectly sized batch :)