You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Migrating.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
2
3
3
## Unity API
4
4
*`using MLAgents;` needs to be added in all of the C# scripts that use ML-Agents.
5
5
6
6
## Python API
7
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
8
9
-
# Migrating from the ML-Agents toolkit v0.2 to v0.3
9
+
# Migrating from ML-Agents toolkit v0.2 to v0.3
10
10
11
11
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.
0 commit comments