浏览代码

Update Installation-Windows.md

edit for tensorflow 1.4 newer versions require cuda 9 which is unsupported by this repo
https://github.com/Unity-Technologies/ml-agents/issues/313
/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
a75b8bd5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      docs/Installation-Windows.md

4
docs/Installation-Windows.md


</p>
### 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)_:
Next, install `tensorflow-gpu` using `pip`. You'll need version 1.4.0 as newer version require CUDA 9 which is not yet supported. 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
pip install tensorflow-gpu==1.4.0
```
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:

正在加载...
取消
保存