MattD18 / rubiks-cube

5 stars 1 forks source link

Where is lib file? #9

Open olindk opened 2 years ago

olindk commented 2 years ago

Hi, thanks for the fantastic blog post! I try to run your jupyter notebook and it seems the lib module doesn't exist. Is it a third-party library? Thanks again!

MattD18 commented 2 years ago

Thanks for reaching out! I had done some refactoring of the core library from lib into rubiks_cube and that seems to have broken compatibility with the notebooks. I just pushed up a branch that has the project in a former state (using lib) which should be compatible with the notebooks. This branch can be found here: https://github.com/MattD18/rubiks-cube/tree/notebook-compatible-branch

Hope that helps!

olindk commented 2 years ago

@MattD18 Thanks a lot! I'm sorry I miss the notification and reply so late. I'm trying to work on this problem with PyTorch. Your post is really helpful, thanks!