Skip to content

Commit 0be36ec

Browse files
author
Marwan Mattar
authored
Merge pull request #507 from sterlingcrispin/patch-2
Update Installation-Windows.md correcting tensor flow version
2 parents bf7a1b3 + b6816db commit 0be36ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Installation-Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Make sure to replace the relevant directory location with the one you have insta
173173
</p>
174174

175175
### Install TensorFlow GPU
176-
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)_:
176+
Next, install `tensorflow-gpu` using `pip`. You'll need version 1.4.0 as newer versions 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)_:
177177

178178
```
179179
pip install tensorflow-gpu==1.4.0

0 commit comments

Comments
 (0)