浏览代码

seperated tensorflow and tensorflow-gpu

/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
35eb001a
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 11
      docs/Installation-Windows.md

11
docs/Installation-Windows.md


You should see `(ml-agents)` prepended on the last line.
Next, install `tensorflow` and `tensorflow-gpu`. Install these packages using `pip` - which is a package management system used to install Python packages. In the same Anaconda Prompt, type in the following command _(make sure you are connected to the internet)_:
Next, install `tensorflow`. Install this package using `pip` - which is a package management system used to install Python packages. In the same Anaconda Prompt, type in the following command _(make sure you are connected to the internet)_:
pip install tensorflow tensorflow-gpu
pip install tensorflow
```
## Step 3: Install Required Python Packages

alt="Path variables"
width="500" border="10" />
</p>
## (Optional) Step 4: Install TensorFlow GPU
Next, install `tensorflow-gpu` using `pip`. In an Anaconda Prompt with the Conda environment ml-agents activated, type in the following command _(make sure you are connected to the internet)_:
```
pip install tensorflow-gpu
```
Lastly, you should test to see if everything installed properly and that TensorFlow can identify your GPU. In the same Anaconda Prompt, type in the following command:

正在加载...
取消
保存