Skip to content

Commit c41dcec

Browse files
committed
Fixing issue #6268
1 parent 46f7653 commit c41dcec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

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

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

122122
default_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

0 commit comments

Comments
 (0)