NM512 / dreamerv3-torch

Implementation of Dreamer v3 in pytorch.
MIT License
422 stars 96 forks source link

Segmentation Fault when adding `breakpoint()` #55

Open jren03 opened 6 months ago

jren03 commented 6 months ago

Hello, I am getting a Segmentation Fault when placing breakpoints() anywhere within train_eval() or child functions therein (such as tools.simulate()). I initially thought it was an issue with torch.compile(), but the issue persists with and without torch.compile().

I'm curious if anyone else has seen something similar, and know of a possible reason/fix?

NM512 commented 1 month ago

Hello,

If you have any updates about that Segmentation Fault, it would be helpful to know.