diff --git a/.gitignore b/.gitignore index 7408d0690b..0ac456b7ec 100755 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,27 @@ -/MLAgentsSDK/[Ll]ibrary/ -/MLAgentsSDK/[Tt]emp/ -/MLAgentsSDK/[Oo]bj/ -/MLAgentsSDK/[Bb]uild/ -/MLAgentsSDK/[Bb]uilds/ -/MLAgentsSDK/[Pp]ackages/ -/MLAgentsSDK/[Uu]nity[Pp]ackage[Mm]anager/ -/MLAgentsSDK/Assets/AssetStoreTools* -/MLAgentsSDK/Assets/Plugins* -/MLAgentsSDK/Assets/Gizmos* +/UnitySDK/[Ll]ibrary/ +/UnitySDK/[Tt]emp/ +/UnitySDK/[Oo]bj/ +/UnitySDK/[Bb]uild/ +/UnitySDK/[Bb]uilds/ +/UnitySDK/[Pp]ackages/ +/UnitySDK/[Uu]nity[Pp]ackage[Mm]anager/ +/UnitySDK/Assets/AssetStoreTools* +/UnitySDK/Assets/Plugins* +/UnitySDK/Assets/Gizmos* # Tensorflow Model Info /models /summaries # Environemnt logfile -*MLAgentsSDK.log +*UnitySDK.log # Visual Studio 2015 cache directory -/MLAgentsSDK/.vs/ +/UnitySDK/.vs/ # Autogenerated VS/MD/Consulo solution and project files -/MLAgentsSDKExportedObj/ -/MLAgentsSDK.consulo/ +/UnitySDKExportedObj/ +/UnitySDK.consulo/ *.csproj *.unityproj *.sln @@ -38,7 +38,7 @@ *.pidb.meta # Unity3D Generated File On Crash Reports -/MLAgentsSDK/sysinfo.txt +/UnitySDK/sysinfo.txt # Builds *.apk @@ -49,10 +49,10 @@ *.x86 # Tensorflow Sharp Files -/MLAgentsSDK/Assets/ML-Agents/Plugins/Android* -/MLAgentsSDK/Assets/ML-Agents/Plugins/iOS* -/MLAgentsSDK/Assets/ML-Agents/Plugins/Computer* -/MLAgentsSDK/Assets/ML-Agents/Plugins/System* +/UnitySDK/Assets/ML-Agents/Plugins/Android* +/UnitySDK/Assets/ML-Agents/Plugins/iOS* +/UnitySDK/Assets/ML-Agents/Plugins/Computer* +/UnitySDK/Assets/ML-Agents/Plugins/System* # Generated doc folders /docs/html diff --git a/MLAgentsSDK/Assets/ML-Agents.meta b/UnitySDK/Assets/ML-Agents.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents.meta rename to UnitySDK/Assets/ML-Agents.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor.meta b/UnitySDK/Assets/ML-Agents/Editor.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor.meta rename to UnitySDK/Assets/ML-Agents/Editor.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/AgentEditor.cs b/UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/AgentEditor.cs rename to UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/AgentEditor.cs.meta b/UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/AgentEditor.cs.meta rename to UnitySDK/Assets/ML-Agents/Editor/AgentEditor.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/BrainEditor.cs b/UnitySDK/Assets/ML-Agents/Editor/BrainEditor.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/BrainEditor.cs rename to UnitySDK/Assets/ML-Agents/Editor/BrainEditor.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/BrainEditor.cs.meta b/UnitySDK/Assets/ML-Agents/Editor/BrainEditor.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/BrainEditor.cs.meta rename to UnitySDK/Assets/ML-Agents/Editor/BrainEditor.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs b/UnitySDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs rename to UnitySDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs.meta b/UnitySDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs.meta rename to UnitySDK/Assets/ML-Agents/Editor/ResetParameterDrawer.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/Tests.meta b/UnitySDK/Assets/ML-Agents/Editor/Tests.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/Tests.meta rename to UnitySDK/Assets/ML-Agents/Editor/Tests.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs b/UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs rename to UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs.meta b/UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs.meta rename to UnitySDK/Assets/ML-Agents/Editor/Tests/EditModeTestActionMasker.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs b/UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs rename to UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs.meta b/UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs.meta rename to UnitySDK/Assets/ML-Agents/Editor/Tests/MLAgentsEditModeTest.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples.meta b/UnitySDK/Assets/ML-Agents/Examples.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples.meta rename to UnitySDK/Assets/ML-Agents/Examples.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo1.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Materials/logo2.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/Text.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Materials/logo.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/Game.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Prefabs/GameHard.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBall.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scenes/3DBallHard.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DDecision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/Scripts/Ball3DHardAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes b/UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes b/UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/agent.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/bad.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/badColor.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/lazer.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/red.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatch.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/swatchMaster.psd.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Materials/white.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Models/banana.fbx.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/BadBanana.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/Banana.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/RLArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/TeachingArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Prefabs/VisualRLArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/Banana.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/BananaIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scenes/VisualBanana.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaArea.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/Scripts/BananaLogic.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/BananaCollectors/TFModels/Banana.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/Scripts/BasicDecision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes b/UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/basic.bytes b/UnitySDK/Assets/ML-Agents/Examples/Basic/basic.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/basic.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Basic/basic.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Basic/basic.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Basic/basic.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Basic/basic.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Basic/basic.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/Environment.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Prefabs/RLAgent.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scenes/BouncerIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/Scripts/BouncerBanana.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/Crawler.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/DynamicPlatform.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerDynamicTarget.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scenes/CrawlerStaticTarget.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/Scripts/CrawlerAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes b/UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/DynamicCrawler.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes b/UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Crawler/TFModels/FixedCrawler.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/Floor.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/goalMaterial.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Materials/pitMaterial.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/agent.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/goal.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Resources/pit.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scenes/GridWorld.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/Scripts/GridAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_3x3.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld_5x5.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Goal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Orange.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/PrototypeCheckerAlbedo.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Material/Red.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/HallwayArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/VisualHallwayArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/orangeBlock.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Prefabs/violetBlock.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/Hallway.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/HallwayIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scenes/VisualHallway.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/Scripts/HallwayAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes b/UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/PushBlockArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Prefabs/VisualArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlock.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/PushBlockIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scenes/VisualPushBlock.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/GoalDetect.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushAgentBasic.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/Scripts/PushBlockAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Brick.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/Gold.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/agent.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/black.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/ground.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/red.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Materials/white.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/AreaPB.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/BrickPyramid.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/StonePyramid.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Prefabs/VisualAreaPB.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/Pyramids.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/PyramidsIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scenes/VisualPyramids.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidArea.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/Scripts/PyramidSwitch.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Goal_on.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Materials/Materials/checker1.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Prefabs/Agent.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scenes/Reacher.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherDecision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/Scripts/ReacherGoal.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes b/UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Agent.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ball.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Black.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Block.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/BlueAgent.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerGoal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerMany.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerRectangle.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerSquare.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/CheckerTexture.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/DarkGridFloor.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/FailGround.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Goal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Grass.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/GrassTexture.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Ground.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloor.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/LightGridFloorSquare.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Obstacle.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/RedAgent.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/SuccessGround.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/UIDefault.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/Wall.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/White.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTexture.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/gridTextureWhite.psd.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGreen.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundGrey.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Materials/groundRed.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/AdjustTrainingTimescale.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/Area.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/CameraFollow.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/FlyCamera.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/GroundContact.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/JointDriveController.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RandomDecision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/RayPerception.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/SharedAssets/Scripts/TargetContact.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Bouncy.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/Clear.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/ClearWall.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/NoFriction.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/black.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/blueGoal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/grass.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/redGoal.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/reducedFriction.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/rollyCubeFriction.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatch.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/swatchMaster.psd.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/white.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Materials/zeroFriction.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/Black-Ball-Material.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Materials/White-Ball-Material.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Meshes/SoccerBallMesh.fbx.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Prefabs/SoccerBall.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerBall/Textures/SoccerBallNormalMap.png.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scenes/SoccerTwos.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/AgentSoccer.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerBallController.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/Scripts/SoccerFieldArea.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes b/UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Soccer/TFModels/Soccer.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template.meta b/UnitySDK/Assets/ML-Agents/Examples/Template.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scene.unity b/UnitySDK/Assets/ML-Agents/Examples/Template/Scene.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scene.unity rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scene.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scene.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Template/Scene.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scene.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scene.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Template/Scripts/TemplateDecision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/NetMat.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/ballMat.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/bounce.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/invisible.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/racketMat.physicMaterial.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Materials/sand.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Prefabs/TennisArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Racket/Racket.obj.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/Tennis.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scenes/TennisIL.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/HitWall.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/Scripts/TennisArea.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes b/UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Materials.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Materials.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat b/UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/LightGridFloorWalker.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat b/UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Materials/WalkerHeadband.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/TARGET.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerAgent.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Prefabs/WalkerPair.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scenes/Walker.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/Scripts/WalkerAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes b/UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes rename to UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Material.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Material.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/TransparentWall.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Material/spawnVolumeMaterial.mat.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Prefabs/WallJumpArea.prefab.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAcademy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes b/UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes diff --git a/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes.meta b/UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes.meta rename to UnitySDK/Assets/ML-Agents/Examples/WallJump/TFModels/WallJump.bytes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins.meta b/UnitySDK/Assets/ML-Agents/Plugins.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins.meta rename to UnitySDK/Assets/ML-Agents/Plugins.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Google.Protobuf.dll.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/Grpc.Core.dll.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/System.Interactive.Async.dll.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x64.so.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/linux/native/libgrpc_csharp_ext.x86.so.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/osx/native/libgrpc_csharp_ext.x64.bundle.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x64.dll.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll diff --git a/MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll.meta b/UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll.meta rename to UnitySDK/Assets/ML-Agents/Plugins/ProtoBuffer/runtimes/win/native/grpc_csharp_ext.x86.dll.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts.meta b/UnitySDK/Assets/ML-Agents/Scripts.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts.meta rename to UnitySDK/Assets/ML-Agents/Scripts.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs similarity index 99% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Academy.cs index 643ab1ea91..7b9b32f132 100755 --- a/MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs +++ b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs @@ -320,7 +320,7 @@ private void InitializeEnvironment() var pythonParameters = brainBatcher.SendAcademyParameters(academyParameters); Random.InitState(pythonParameters.Seed); Application.logMessageReceived += HandleLog; - logPath = Path.GetFullPath(".") + "/MLAgentsSDK.log"; + logPath = Path.GetFullPath(".") + "/UnitySDK.log"; logWriter = new StreamWriter(logPath, false); logWriter.WriteLine(System.DateTime.Now.ToString()); logWriter.WriteLine(" "); diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Academy.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/ActionMasker.cs b/UnitySDK/Assets/ML-Agents/Scripts/ActionMasker.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/ActionMasker.cs rename to UnitySDK/Assets/ML-Agents/Scripts/ActionMasker.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/ActionMasker.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/ActionMasker.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/ActionMasker.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/ActionMasker.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Agent.cs b/UnitySDK/Assets/ML-Agents/Scripts/Agent.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Agent.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Agent.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Agent.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Agent.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Agent.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Agent.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs b/UnitySDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs rename to UnitySDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/BCTeacherHelper.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Batcher.cs b/UnitySDK/Assets/ML-Agents/Scripts/Batcher.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Batcher.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Batcher.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Batcher.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Batcher.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Batcher.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Batcher.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Brain.cs b/UnitySDK/Assets/ML-Agents/Scripts/Brain.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Brain.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Brain.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Brain.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Brain.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Brain.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Brain.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Communicator.cs b/UnitySDK/Assets/ML-Agents/Scripts/Communicator.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Communicator.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Communicator.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Communicator.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Communicator.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Communicator.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Communicator.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentActionProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/AgentInfoProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainParametersProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/BrainTypeProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/CommandProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EngineConfigurationProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/EnvironmentParametersProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/Header.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/ResolutionProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/SpaceTypeProto.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityInput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityMessage.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityOutput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationInput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInitializationOutput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlInput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityRlOutput.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternal.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects/UnityToExternalGrpc.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrain.cs b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrain.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrain.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrain.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrain.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrain.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrain.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrain.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainExternal.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainHeuristic.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainInternal.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/CoreBrainPlayer.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Decision.cs b/UnitySDK/Assets/ML-Agents/Scripts/Decision.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Decision.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Decision.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Decision.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Decision.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Decision.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Decision.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Monitor.cs b/UnitySDK/Assets/ML-Agents/Scripts/Monitor.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Monitor.cs rename to UnitySDK/Assets/ML-Agents/Scripts/Monitor.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/Monitor.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/Monitor.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/Monitor.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/Monitor.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/ResetParameters.cs b/UnitySDK/Assets/ML-Agents/Scripts/ResetParameters.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/ResetParameters.cs rename to UnitySDK/Assets/ML-Agents/Scripts/ResetParameters.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/ResetParameters.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/ResetParameters.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/ResetParameters.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/ResetParameters.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs b/UnitySDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs rename to UnitySDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/RpcCommunicator.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs b/UnitySDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs rename to UnitySDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/SocketCommunicator.cs.meta diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs b/UnitySDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs rename to UnitySDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs diff --git a/MLAgentsSDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs.meta b/UnitySDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs.meta similarity index 100% rename from MLAgentsSDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs.meta rename to UnitySDK/Assets/ML-Agents/Scripts/UnityAgentsException.cs.meta diff --git a/MLAgentsSDK/ProjectSettings/AudioManager.asset b/UnitySDK/ProjectSettings/AudioManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/AudioManager.asset rename to UnitySDK/ProjectSettings/AudioManager.asset diff --git a/MLAgentsSDK/ProjectSettings/ClusterInputManager.asset b/UnitySDK/ProjectSettings/ClusterInputManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/ClusterInputManager.asset rename to UnitySDK/ProjectSettings/ClusterInputManager.asset diff --git a/MLAgentsSDK/ProjectSettings/DynamicsManager.asset b/UnitySDK/ProjectSettings/DynamicsManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/DynamicsManager.asset rename to UnitySDK/ProjectSettings/DynamicsManager.asset diff --git a/MLAgentsSDK/ProjectSettings/EditorBuildSettings.asset b/UnitySDK/ProjectSettings/EditorBuildSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/EditorBuildSettings.asset rename to UnitySDK/ProjectSettings/EditorBuildSettings.asset diff --git a/MLAgentsSDK/ProjectSettings/EditorSettings.asset b/UnitySDK/ProjectSettings/EditorSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/EditorSettings.asset rename to UnitySDK/ProjectSettings/EditorSettings.asset diff --git a/MLAgentsSDK/ProjectSettings/GraphicsSettings.asset b/UnitySDK/ProjectSettings/GraphicsSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/GraphicsSettings.asset rename to UnitySDK/ProjectSettings/GraphicsSettings.asset diff --git a/MLAgentsSDK/ProjectSettings/InputManager.asset b/UnitySDK/ProjectSettings/InputManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/InputManager.asset rename to UnitySDK/ProjectSettings/InputManager.asset diff --git a/MLAgentsSDK/ProjectSettings/NavMeshAreas.asset b/UnitySDK/ProjectSettings/NavMeshAreas.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/NavMeshAreas.asset rename to UnitySDK/ProjectSettings/NavMeshAreas.asset diff --git a/MLAgentsSDK/ProjectSettings/NetworkManager.asset b/UnitySDK/ProjectSettings/NetworkManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/NetworkManager.asset rename to UnitySDK/ProjectSettings/NetworkManager.asset diff --git a/MLAgentsSDK/ProjectSettings/Physics2DSettings.asset b/UnitySDK/ProjectSettings/Physics2DSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/Physics2DSettings.asset rename to UnitySDK/ProjectSettings/Physics2DSettings.asset diff --git a/MLAgentsSDK/ProjectSettings/PresetManager.asset b/UnitySDK/ProjectSettings/PresetManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/PresetManager.asset rename to UnitySDK/ProjectSettings/PresetManager.asset diff --git a/MLAgentsSDK/ProjectSettings/ProjectSettings.asset b/UnitySDK/ProjectSettings/ProjectSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/ProjectSettings.asset rename to UnitySDK/ProjectSettings/ProjectSettings.asset diff --git a/MLAgentsSDK/ProjectSettings/ProjectVersion.txt b/UnitySDK/ProjectSettings/ProjectVersion.txt similarity index 100% rename from MLAgentsSDK/ProjectSettings/ProjectVersion.txt rename to UnitySDK/ProjectSettings/ProjectVersion.txt diff --git a/MLAgentsSDK/ProjectSettings/QualitySettings.asset b/UnitySDK/ProjectSettings/QualitySettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/QualitySettings.asset rename to UnitySDK/ProjectSettings/QualitySettings.asset diff --git a/MLAgentsSDK/ProjectSettings/TagManager.asset b/UnitySDK/ProjectSettings/TagManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/TagManager.asset rename to UnitySDK/ProjectSettings/TagManager.asset diff --git a/MLAgentsSDK/ProjectSettings/TimeManager.asset b/UnitySDK/ProjectSettings/TimeManager.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/TimeManager.asset rename to UnitySDK/ProjectSettings/TimeManager.asset diff --git a/MLAgentsSDK/ProjectSettings/UnityConnectSettings.asset b/UnitySDK/ProjectSettings/UnityConnectSettings.asset similarity index 100% rename from MLAgentsSDK/ProjectSettings/UnityConnectSettings.asset rename to UnitySDK/ProjectSettings/UnityConnectSettings.asset diff --git a/docs/Basic-Guide.md b/docs/Basic-Guide.md index fb0f627e50..654dfdc55b 100644 --- a/docs/Basic-Guide.md +++ b/docs/Basic-Guide.md @@ -18,7 +18,7 @@ is needed for you to use pretrained model within Unity, which is based on the 1. Launch Unity 2. On the Projects dialog, choose the **Open** option at the top of the window. -3. Using the file dialog that opens, locate the `MLAgentsSDK` folder +3. Using the file dialog that opens, locate the `UnitySDK` folder within the the ML-Agents toolkit project and click **Open**. 4. Go to **Edit** > **Project Settings** > **Player** 5. For **each** of the platforms you target (**PC, Mac and Linux Standalone**, @@ -39,7 +39,7 @@ TensorFlow files in the Project window under **Assets** > **ML-Agents** > **Plugins** > **Computer**. **Note**: If you don't see anything under **Assets**, drag the -`MLAgentsSDK/Assets/ML-Agents` folder under **Assets** within Project window. +`UnitySDK/Assets/ML-Agents` folder under **Assets** within Project window. ![Imported TensorFlowsharp](images/imported-tensorflowsharp.png) @@ -213,7 +213,7 @@ similar to the steps described [above](#play-an-example-environment-using-pretrained-model). 1. Move your model file into - `MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/`. + `UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/`. 2. Open the Unity Editor, and select the **3DBall** scene as described above. 3. Select the **Ball3DBrain** object from the Scene hierarchy. 4. Change the **Type of Brain** to **Internal**. diff --git a/docs/Installation.md b/docs/Installation.md index f53f3b6fc7..4128238654 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -22,7 +22,7 @@ Once installed, you will want to clone the ML-Agents Toolkit GitHub repository. git clone https://github.com/Unity-Technologies/ml-agents.git -The `MLAgentsSDK` directory in this repository contains the Unity Assets to add +The `UnitySDK` directory in this repository contains the Unity Assets to add to your projects. The `python` directory contains python packages which provide trainers, a python API to interface with Unity, and a package to interface with OpenAI Gym. diff --git a/docs/Learning-Environment-Create-New.md b/docs/Learning-Environment-Create-New.md index 965ed68bf9..f15f79db32 100644 --- a/docs/Learning-Environment-Create-New.md +++ b/docs/Learning-Environment-Create-New.md @@ -48,7 +48,7 @@ importing the ML-Agents assets into it: 1. Launch the Unity Editor and create a new project named "RollerBall". 2. In a file system window, navigate to the folder containing your cloned ML-Agents repository. -3. Drag the `ML-Agents` folder from `MLAgentsSDK/Assets` to the Unity Editor +3. Drag the `ML-Agents` folder from `UnitySDK/Assets` to the Unity Editor Project window. Your Unity **Project** window should contain the following assets: diff --git a/docs/Learning-Environment-Examples.md b/docs/Learning-Environment-Examples.md index fcdc38df7d..6152ee2d4f 100644 --- a/docs/Learning-Environment-Examples.md +++ b/docs/Learning-Environment-Examples.md @@ -2,7 +2,7 @@ The Unity ML-Agents toolkit contains an expanding set of example environments which demonstrate various features of the platform. Environments are located in -`MLAgentsSDK/Assets/ML-Agents/Examples` and summarized below. Additionally, our +`UnitySDK/Assets/ML-Agents/Examples` and summarized below. Additionally, our [first ML Challenge](https://connect.unity.com/challenges/ml-agents-1) contains environments created by the community. diff --git a/docs/Learning-Environment-Executable.md b/docs/Learning-Environment-Executable.md index ca11d36399..e3e0afab59 100644 --- a/docs/Learning-Environment-Executable.md +++ b/docs/Learning-Environment-Executable.md @@ -18,7 +18,7 @@ environment: 1. Launch Unity. 2. On the Projects dialog, choose the **Open** option at the top of the window. -3. Using the file dialog that opens, locate the `MLAgentsSDK` folder within the +3. Using the file dialog that opens, locate the `UnitySDK` folder within the ML-Agents project and click **Open**. 4. In the **Project** window, navigate to the folder `Assets/ML-Agents/Examples/3DBall/`. @@ -208,7 +208,7 @@ to your model's latest checkpoint. You can now embed this trained model into your internal brain by following the steps below: 1. Move your model file into - `MLAgentsSDK/Assets/ML-Agents/Examples/3DBall/TFModels/`. + `UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/`. 2. Open the Unity Editor, and select the **3DBall** scene as described above. 3. Select the **Ball3DBrain** object from the Scene hierarchy. 4. Change the **Type of Brain** to **Internal**. diff --git a/docs/Migrating.md b/docs/Migrating.md index 26bb966cda..41a249ab5a 100644 --- a/docs/Migrating.md +++ b/docs/Migrating.md @@ -4,7 +4,7 @@ ### Important -* The Unity project `unity-environment` has been renamed `MLAgentsSDK`. +* The Unity project `unity-environment` has been renamed `UnitySDK`. * The `python` folder has been renamed to `ml-agents`. It now contains two packages, `mlagents.env` and `mlagents.trainers`. `mlagents.env` can be used to interact directly with a Unity environment, while `mlagents.trainers` diff --git a/docs/Training-Curriculum-Learning.md b/docs/Training-Curriculum-Learning.md index e7d6bb6e72..1812a04b6c 100644 --- a/docs/Training-Curriculum-Learning.md +++ b/docs/Training-Curriculum-Learning.md @@ -85,7 +85,7 @@ the BigWallBrain in the Wall Jump environment. Once our curriculum is defined, we have to use the reset parameters we defined and modify the environment from the agent's `AgentReset()` function. See -[WallJumpAgent.cs](https://github.com/Unity-Technologies/ml-agents/blob/master/MLAgentsSDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs) +[WallJumpAgent.cs](https://github.com/Unity-Technologies/ml-agents/blob/master/UnitySDK/Assets/ML-Agents/Examples/WallJump/Scripts/WallJumpAgent.cs) for an example. Note that if the Academy's __Max Steps__ is not set to some positive number the environment will never be reset. The Academy must reset for the environment to reset. diff --git a/docs/dox-ml-agents.conf b/docs/dox-ml-agents.conf index 7c826b4169..f5feb66f94 100644 --- a/docs/dox-ml-agents.conf +++ b/docs/dox-ml-agents.conf @@ -783,10 +783,10 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../MLAgentsSDK/Assets/ML-Agents/Scripts/Academy.cs \ - ../MLAgentsSDK/Assets/ML-Agents/Scripts/Agent.cs \ - ../MLAgentsSDK/Assets/ML-Agents/Scripts/Monitor.cs \ - ../MLAgentsSDK/Assets/ML-Agents/Scripts/Decision.cs +INPUT = ../UnitySDK/Assets/ML-Agents/Scripts/Academy.cs \ + ../UnitySDK/Assets/ML-Agents/Scripts/Agent.cs \ + ../UnitySDK/Assets/ML-Agents/Scripts/Monitor.cs \ + ../UnitySDK/Assets/ML-Agents/Scripts/Decision.cs # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/ml-agents/mlagents/envs/exception.py b/ml-agents/mlagents/envs/exception.py index 039c47454d..511734235e 100644 --- a/ml-agents/mlagents/envs/exception.py +++ b/ml-agents/mlagents/envs/exception.py @@ -44,6 +44,6 @@ def __init__(self, message, log_file_path = None): "You can check the logfile for more information at {}".format(log_file_path)) except: logger.error("An error might have occured in the environment. " - "No MLAgentsSDK.log file could be found.") + "No UnitySDK.log file could be found.") super(UnityTimeOutException, self).__init__(message) diff --git a/protobuf-definitions/make.bat b/protobuf-definitions/make.bat index 31d63045fd..391fceae2d 100755 --- a/protobuf-definitions/make.bat +++ b/protobuf-definitions/make.bat @@ -7,7 +7,7 @@ # COMPILER=[DIRECTORY] SRC_DIR=proto/mlagents/envs/communicator_objects -DST_DIR_C=../MLAgentsSDK/Assets/ML-Agents/Scripts/CommunicatorObjects +DST_DIR_C=../UnitySDK/Assets/ML-Agents/Scripts/CommunicatorObjects DST_DIR_P=../ml-agents PROTO_PATH=proto