Skip to content

Commit c63fb43

Browse files
vincentpierreJonathan Harper
andauthored
Editing documentation : Migrating.md (#2793)
* Editing documentation : Migrating.md * Update docs/Migrating.md Co-Authored-By: Jonathan Harper <[email protected]>
1 parent 444d3cc commit c63fb43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Migrating.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#### Steps to Migrate
1616
* In order to be able to train, make sure both your ML-Agents Python package and UnitySDK code come from the v0.11 release. Training will not work, for example, if you update the ML-Agents Python package, and only update the API Version in UnitySDK.
1717
* If your Agents used visual observations, you must add a CameraSensorComponent corresponding to each old Camera in the Agent's camera list (and similarly for RenderTextures).
18+
* Since Brain ScriptableObjects have been removed, you will need to delete all the Brain ScriptableObjects from your `Assets` folder. Then, add a `Behavior Parameters` component to each `Agent` GameObject. You will then need to complete the fields on the new `Behavior Parameters` component with the BrainParameters of the old Brain.
1819

1920
## Migrating from ML-Agents toolkit v0.9 to v0.10
2021

0 commit comments

Comments
 (0)