@@ -27,8 +27,8 @@ and this project adheres to
27
27
- Introduced the ` SideChannelManager ` to register, unregister and access side
28
28
channels.
29
29
- ` Academy.FloatProperties ` was replaced by ` Academy.EnvironmentParameters ` .
30
- See the [ Migration Guide] ( ../ docs/Migrating.md) for more details on
31
- upgrading.
30
+ See the [ Migration Guide] ( https://github.com/Unity-Technologies/ml-agents/blob/master/ docs/Migrating.md)
31
+ for more details on upgrading.
32
32
- ` SideChannel.OnMessageReceived ` is now a protected method (was public)
33
33
- SideChannel IncomingMessages methods now take an optional default argument,
34
34
which is used when trying to read more data than the message contains.
@@ -55,10 +55,10 @@ and this project adheres to
55
55
now happens by default, and use ` --resume ` to resume training instead. (#3705 )
56
56
- The Jupyter notebooks have been removed from the repository. (#3704 )
57
57
- Removed the multi-agent gym option from the gym wrapper. For multi-agent
58
- scenarios, use the [ Low Level Python API] ( .. /docs/Python-API.md) . (#3681 )
58
+ scenarios, use the [ Low Level Python API] ( https://github.com/Unity-Technologies/ml-agents/blob/master /docs/Python-API.md) . (#3681 )
59
59
- The low level Python API has changed. You can look at the document
60
- [ Low Level Python API documentation ] ( ../ docs/Python-API.md) for more
61
- information. If you use ` mlagents-learn ` for training, this should be a
60
+ [ Low Level Python API] ( https://github.com/Unity-Technologies/ml-agents/blob/master/ docs/Python-API.md)
61
+ documentation for more information. If you use ` mlagents-learn ` for training, this should be a
62
62
transparent change. (#3681 )
63
63
- Added ability to start training (initialize model weights) from a previous run
64
64
ID. (#3710 )
0 commit comments