浏览代码

Making version of Python supported to 3.6 only

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

4
docs/Installation.md


## Install Python (with Dependencies)
In order to use ML-Agents toolkit, you need Python 3.5 or 3.6 along with
In order to use ML-Agents toolkit, you need Python 3.6 along with
the dependencies listed in the [requirements file](../python/requirements.txt).
Some of the primary dependencies include:
- [TensorFlow](Background-TensorFlow.md)

- We do not currently support Python 3.7.
- We do not currently support Python 3.7 or Python 3.5.
- If you are using Anaconda and are having trouble with TensorFlow, please see the following [note](https://www.tensorflow.org/install/install_mac#installing_with_anaconda) on how to install TensorFlow in an Anaconda environment.
### Windows Users

正在加载...
取消
保存