-
Notifications
You must be signed in to change notification settings - Fork 16
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 running test_locally.py #24
Comments
The submission at evalai shows it The random agent submission works fine. |
Steps I did for submitting the ppo-agent:
|
Hello. Do you see a link on evalai for the It looks like something might have been missing. I hope that helps you diagnose what happened. A couple ideas:
We have tested submissions with |
I just built Docker Image
Host
|
(goseek2) root@ubuntu:~/goseek-challenge#
gave this error:
I re-installed the specified versions of tensorflow and stable_baselines but it did not remove the error. |
That often causes issues. What driver and CUDA version are you on? |
i was testing the ppo implementation by stable baselines which is given. I made the submission but it failed. I created the weights by training only 600 steps.
import tensorflow.python.util.module_wrapper
works perfectly when i try in the python shell. I also noticed that even if i uninstall tensorflow,test_locally.py
still shows the same error. I tried it in genesis cloud compute instance as well as google cloud compute instance. Both showed same error.The text was updated successfully, but these errors were encountered: