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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ and this project adheres to
14
14
-`max_step` in the `TerminalStep` and `TerminalSteps` objects was renamed `interrupted`.
15
15
-`beta` and `epsilon` in `PPO` are no longer decayed by default but follow the same schedule as learning rate. (#3940)
16
16
-`get_behavior_names()` and `get_behavior_spec()` on UnityEnvironment were replaced by the `behavior_specs` property. (#3946)
17
-
- The first version of the Unity Environment Registry (Experimental) has been released. More information [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Unity-Environment-Registry.md)(#3967)
17
+
- The first version of the Unity Environment Registry (Experimental) has been released. More information [here](https://github.com/Unity-Technologies/ml-agents/blob/release_3_docs/docs/Unity-Environment-Registry.md)(#3967)
18
18
-`use_visual` and `allow_multiple_visual_obs` in the `UnityToGymWrapper` constructor
19
19
were replaced by `allow_multiple_obs` which allows one or more visual observations and
20
20
vector observations to be used simultaneously. (#3981) Thank you @shakenes !
21
21
- Curriculum and Parameter Randomization configurations have been merged
22
22
into the main training configuration file. Note that this means training
23
23
configuration files are now environment-specific. (#3791)
24
24
- The format for trainer configuration has changed, and the "default" behavior has been deprecated.
25
-
See the [Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Migrating.md) for more details. (#3936)
25
+
See the [Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/release_3_docs/docs/Migrating.md) for more details. (#3936)
26
26
- Training artifacts (trained models, summaries) are now found in the `results/`
27
27
directory. (#3829)
28
28
- When using Curriculum, the current lesson will resume if training is quit and resumed. As such,
@@ -83,7 +83,7 @@ vector observations to be used simultaneously. (#3981) Thank you @shakenes !
83
83
- Introduced the `SideChannelManager` to register, unregister and access side
84
84
channels. (#3807)
85
85
-`Academy.FloatProperties` was replaced by `Academy.EnvironmentParameters`.
86
-
See the [Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Migrating.md)
86
+
See the [Migration Guide](https://github.com/Unity-Technologies/ml-agents/blob/release_1_docs/docs/Migrating.md)
87
87
for more details on upgrading. (#3807)
88
88
-`SideChannel.OnMessageReceived` is now a protected method (was public)
89
89
- SideChannel IncomingMessages methods now take an optional default argument,
@@ -112,9 +112,9 @@ vector observations to be used simultaneously. (#3981) Thank you @shakenes !
112
112
`--load`. (#3705)
113
113
- The Jupyter notebooks have been removed from the repository. (#3704)
114
114
- The multi-agent gym option was removed from the gym wrapper. For multi-agent
115
-
scenarios, use the [Low Level Python API](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Python-API.md). (#3681)
115
+
scenarios, use the [Low Level Python API](https://github.com/Unity-Technologies/ml-agents/blob/release_1_docs/docs/Python-API.md). (#3681)
116
116
- The low level Python API has changed. You can look at the document
0 commit comments