dreamerv3-torch
dreamerv3-torch copied to clipboard
Segmentation Fault when adding `breakpoint()`
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?
Hello,
If you have any updates about that Segmentation Fault, it would be helpful to know.