-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UnityToGymWrapper Completely Broken due to Online Registry Being Down #6104
Comments
On it. |
Thank you. And I should clarify that I noticed it today at 12pm but it could have started as early as yesterday. |
I'm experiencing the same problem! My Environment: |
Exactly the same thing for me! However with
mlagents 0.30.0 more details here |
Hi All, thank you so much prompt attention, we are really stuck on completing our work and any help to expedite this request is very much appreciated. Thank you. |
The the GCP project that hosts the registry is being decommissioned. This PR should fix the issue: #6107 I don't have an estimate as to when the registry will be back up, but this should unblock folks. You should install from |
@miguelalonsojr It appears that #6108 undid the change made in #6107, does this mean that the GCP URL directs to the new registry? If so, does that mean it is safe to use the latest version on PyPI (1.0.0) rather than using develop? |
Yes, the GCP registry should be back up. You can use either |
Describe the bug
Around 12pm EDT May 1, mlagents started breaking without any changes on my part. It appears that it is being caused by a request to "https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml" which is returning a 404.
To Reproduce
Steps to reproduce the behavior:
from mlagents_envs.envs.unity_gym_env import UnityToGymWrapper
Console logs / stack traces
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: