Skip to content

Commit

Permalink
Removed reference to GCP gym registry. (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr authored May 2, 2024
1 parent dbb819b commit d366798
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ml-agents-envs/mlagents_envs/registry/unity_env_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def __iter__(self) -> Iterator[Any]:


default_registry = UnityEnvRegistry()
default_registry.register_from_yaml(
"https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
) # noqa E501
# TODO restore when a new registry is available.
# default_registry.register_from_yaml(
# "https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
# ) # noqa E501

0 comments on commit d366798

Please sign in to comment.