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: python/Basics.ipynb
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"source": [
16
16
"### 1. Set environment parameters\n",
17
17
"\n",
18
-
"Be sure to set `env_name` to the name of the Unity environment file you want to launch."
18
+
"Be sure to set `env_name` to the name of the Unity environment file you want to launch. Ensure that the environment build is in the `python/` directory."
19
19
]
20
20
},
21
21
{
@@ -34,7 +34,9 @@
34
34
"cell_type": "markdown",
35
35
"metadata": {},
36
36
"source": [
37
-
"### 2. Load dependencies"
37
+
"### 2. Load dependencies\n",
38
+
"\n",
39
+
"The following loads the necessary dependencies and checks the Python version (at runtime). ML-Agents (v0.3 onwards) requires Python 3."
0 commit comments