@@ -27,8 +27,8 @@ and this project adheres to
2727 - Introduced the ` SideChannelManager ` to register, unregister and access side
2828 channels.
2929 - ` 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.
3232 - ` SideChannel.OnMessageReceived ` is now a protected method (was public)
3333 - SideChannel IncomingMessages methods now take an optional default argument,
3434 which is used when trying to read more data than the message contains.
@@ -55,10 +55,10 @@ and this project adheres to
5555 now happens by default, and use ` --resume ` to resume training instead. (#3705 )
5656- The Jupyter notebooks have been removed from the repository. (#3704 )
5757- 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 )
5959- 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
6262 transparent change. (#3681 )
6363- Added ability to start training (initialize model weights) from a previous run
6464 ID. (#3710 )
0 commit comments