Skip to content

Commit d366798

Browse files
Removed reference to GCP gym registry. (Unity-Technologies#6107)
1 parent dbb819b commit d366798

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ml-agents-envs/mlagents_envs/registry/unity_env_registry.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def __iter__(self) -> Iterator[Any]:
120120

121121

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

0 commit comments

Comments
 (0)