浏览代码

update to instructions for tensorflow and gpu

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

2
docs/Installation-Windows.md


You should see `(ml-agents)` prepended on the last line.
After this, you will need to install `tensorflow` and `tensorflow-gpu`. This can be installed by 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` 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)_:
```
pip install tensorflow tensorflow-gpu

正在加载...
取消
保存