You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.ml-agents/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
14
14
- Renamed 'Generalization' feature to 'Environment Parameter Randomization'.
15
15
- Fixed an issue where specifying `vis_encode_type` was required only for SAC. (#3677)
16
16
- The way that UnityEnvironment decides the port was changed. If no port is specified, the behavior will depend on the `file_name` parameter. If it is `None`, 5004 (the editor port) will be used; otherwise 5005 (the base environment port) will be used.
17
-
-Shortened the timeout while waiting for the environment executable to close. (#3679)
17
+
-Environment subprocesses now close immediately on timeout or wrong API version. (#3679)
0 commit comments