浏览代码

Develop windows install instructions update (#1760)

* As discussed here: https://github.com/Unity-Technologies/ml-agents/issues/1706
Fixed typos on Installation-Windows.md that made instructions unclear. Added warning about overwriting drivers.

* edits

* edits, formatting

* Incorporated feedback from @vincentpierre
/develop-generalizationTraining-TrainerController
Vincent-Pierre BERGES 6 年前
当前提交
018d0793
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 10
      docs/Installation-Windows.md

10
docs/Installation-Windows.md


```
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:
TensorFlow can identify your GPU. In the same Anaconda Prompt, open Python
in the Prompt by calling:
```sh
python
```
And then type the following commands:
```python
import tensorflow as tf

正在加载...
取消
保存