浏览代码

Minor updates

/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
1a71a912
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 8
      docs/Installation-Windows.md

8
docs/Installation-Windows.md


## Step 6: Install Required Python Packages
ML-Agents includes a list of Python dependencies needed to run. Similarly in Step 5, you will be using `pip` to install these Python packages.
If you haven't already, make sure to clone the repository. You can do this using Git ([download here](https://git-scm.com/download/win)) and running the following commands in a new or same Anaconda Prompt _(if you are in a new Anaconda Prompt, make sure to activate the ml-agents Conda environment)_:
If you haven't already, make sure to clone the repository. You can do this using Git ([download here](https://git-scm.com/download/win)) and running the following commands in a new or same Anaconda Prompt (_if you closed the prompt from Step 5, you can activate the ml-agents Conda environment by typing `activate ml-agents`_):
In our example, the files are located in `C:\Downloads`. After you have either cloned or downloaded the files, in the same CMD or Powershell window from Step 4, change to the python directory inside the ML-agents directory (_if you closed this window, you can activate the right Conda environment by typing `activate ml-agents`_):
In our example, the files are located in `C:\Downloads`. After you have either cloned or downloaded the files, from the Anaconda Prompt, change to the python directory inside the ML-agents directory:
Make sure you are connected to the internet and then type in the following two commands:
conda install –-force html5lib
Make sure you are connected to the internet and then type in the Anaconda Prompt:
pip install .

正在加载...
取消
保存