浏览代码

Remove requirements.txt

/develop-generalizationTraining-TrainerController
Jonathan Harper 6 年前
当前提交
28041df6
共有 2 个文件被更改,包括 1 次插入11 次删除
  1. 2
      docs/Installation.md
  2. 10
      ml-agents/requirements.txt

2
docs/Installation.md


### Install Python and mlagents Package
In order to use ML-Agents toolkit, you need Python 3.6 along with the
dependencies listed in the [requirements file](../ml-agents/requirements.txt).
dependencies listed in the [setup.py file](../ml-agents/setup.py).
Some of the primary dependencies include:
- [TensorFlow](Background-TensorFlow.md)

10
ml-agents/requirements.txt


tensorflow==1.7.1
Pillow>=4.2.1
matplotlib
numpy>=1.11.0
jupyter
pytest>=3.2.2
docopt
pyyaml
protobuf==3.6.0
grpcio==1.11.0
正在加载...
取消
保存