-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running bin/examine.py without the pre-trained model #19
Comments
I am facing the same issue. Were you able to fix it? |
Mee too, how to solve this problem? |
I had the same problem and fixed it with pull request #22 . |
Mee too, But I have solved it in the following way:
then run:
|
I had the same error. I fixed it by running it like this: python bin/examine.py examples/blueprint.jsonnet examples/blueprint.npz It has something to do with the imports I think. So just be outside the "bin" folder, and run this command. |
Whenever I try to run the environments such as base or hide_and_seek through the
bin/examine.py hide_and_seek or base commands
I receive this error:
I'm not sure how to fix it and running the environments with the pre-trained models works perfectly fine.
The text was updated successfully, but these errors were encountered: