浏览代码

Update Migrating.md with note about environments (#2624)

/develop-gpu-test
GitHub 5 年前
当前提交
af32b443
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      docs/Migrating.md

1
docs/Migrating.md


### Important Changes
* We have updated the C# code in our repository to be in line with Unity Coding Conventions. This has changed the name of some public facing classes and enums.
* The example environments have been updated. If you were using these environments to benchmark your training, please note that the resulting rewards may be slightly different in v0.10.
#### Steps to Migrate
* `UnitySDK/Assets/ML-Agents/Scripts/Communicator.cs` and its class `Communicator` have been renamed to `UnitySDK/Assets/ML-Agents/Scripts/ICommunicator.cs` and `ICommunicator` respectively.

正在加载...
取消
保存