SimulationManager
explore
fails with _ReferenceError: weakly-referenced object no longer exists_
#1156
Labels
SimulationManager
explore
fails with _ReferenceError: weakly-referenced object no longer exists_
#1156
Description
No exploration solutions can be found because
weakrefs
to needed objects allow thegc
to remove them too early.Steps to reproduce the bug
Environment
Additional context
Running
python solve.py
works fine and completes in a few seconds.The text was updated successfully, but these errors were encountered: