From ebfc0e9d1f6e7770bdc32319821c34aa635b1d72 Mon Sep 17 00:00:00 2001 From: Ervin Teng Date: Wed, 25 Sep 2019 15:37:47 -0700 Subject: [PATCH] Update Migrating.md with note about environments --- docs/Migrating.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Migrating.md b/docs/Migrating.md index e6ef603bb3..e87cbbcc99 100644 --- a/docs/Migrating.md +++ b/docs/Migrating.md @@ -4,6 +4,7 @@ ### 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.