Skip to content

Commit 2c6287b

Browse files
authored
Merge pull request #905 from Unity-Technologies/hotfix-migration-doc
fixed the migration doc
2 parents a4c65f6 + 5d0d07f commit 2c6287b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Migrating.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Unity API
44
* `using MLAgents;` needs to be added in all of the C# scripts that use ML-Agents.
55

6+
## Python API
7+
* We've changed some of the python packages dependencies in requirement.txt file. Make sure to run `pip install .` within your `ml-agents/python` folder to update your python packages.
8+
69
# Migrating from ML-Agents v0.2 to ML-Agents v0.3
710

811
There are a large number of new features and improvements in ML-Agents v0.3 which change both the training process and Unity API in ways which will cause incompatibilities with environments made using older versions. This page is designed to highlight those changes for users familiar with v0.1 or v0.2 in order to ensure a smooth transition.

0 commit comments

Comments
 (0)