Closed khilling closed 1 month ago
Hi!
Sorry for the delay! The code indeed had a few remaining references to old code from the original Peano repository that are not used here. I just made a commit cleaning up some more of that, and was able to start a CPU run with bootstrap.py theory=groups
. Let me know if that works for you now!
(I also realized I forgot to push the 'learning/theories' directory, where groups.p was... it's there now!).
Hello! Now it works for me. Thank you!
Good evening,
When attempting to run the experiment using the command python .\bootstrap.py theory=groups, I encountered the following error: ModuleNotFoundError: No module named 'domain'. It appears that the domain module is not accessible from within minimo. I've verified that the module exists in peano but is not being detected.
Any insights or guidance would be greatly appreciated. Thank you!