Skip to content

Commit 867d4e0

Browse files
authored
Update Python-API.md
a tiny but import typo
1 parent e82450a commit 867d4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Python-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ file, put the file in the same directory as `envs`. For example, if the filename
5050
of your Unity environment is 3DBall.app, in python, run:
5151

5252
```python
53-
from mlagents.env import UnityEnvironment
53+
from mlagents.envs import UnityEnvironment
5454
env = UnityEnvironment(file_name="3DBall", worker_id=0, seed=1)
5555
```
5656

0 commit comments

Comments
 (0)