Skip to content

Commit fa48aed

Browse files
author
unityjeffrey
committed
removed the
1 parent bdbf09a commit fa48aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Migrating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Migrating from the ML-Agents toolkit v0.3 to v0.4
1+
# Migrating from ML-Agents toolkit v0.3 to v0.4
22

33
## Unity API
44
* `using MLAgents;` needs to be added in all of the C# scripts that use ML-Agents.
55

66
## Python API
77
* 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.
88

9-
# Migrating from the ML-Agents toolkit v0.2 to v0.3
9+
# Migrating from ML-Agents toolkit v0.2 to v0.3
1010

1111
There are a large number of new features and improvements in the ML-Agents toolkit 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.
1212

0 commit comments

Comments
 (0)