File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ml-agents-envs/mlagents_envs/registry Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to
1616#### ml-agents / ml-agents-envs
1717- Set the Torch version constraint to 2.8 (#6251 )
1818- Fixed CUDA/CPU mismatch in threaded training (#6245 )
19+ - Fixed HTTP Error when importing UnityToGymWrapper (#6269 )
1920
2021## [ 4.0.0] - 2025-08-28
2122### Major Changes
Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ def __iter__(self) -> Iterator[Any]:
121121
122122default_registry = UnityEnvRegistry ()
123123# 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
124+ # default_registry.register_from_yaml(
125+ # "https://storage.googleapis.com/mlagents-test-environments/1.1.0/manifest.yaml"
126+ # ) # noqa E501
You can’t perform that action at this time.
0 commit comments