Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restored reference to GCP gym registry.
Browse files Browse the repository at this point in the history
miguelalonsojr committed May 3, 2024
1 parent d366798 commit 3667bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ml-agents-envs/mlagents_envs/registry/unity_env_registry.py
Original file line number Diff line number Diff line change
@@ -121,6 +121,6 @@ def __iter__(self) -> Iterator[Any]:

default_registry = UnityEnvRegistry()
# 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
default_registry.register_from_yaml(
"https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
) # noqa E501

0 comments on commit 3667bd3

Please sign in to comment.