浏览代码

fixed the aws doc (#1158)

* fixed the aws doc

* remove the cd instruction
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
ab0e05b2
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 5
      docs/Training-on-Amazon-Web-Service.md

5
docs/Training-on-Amazon-Web-Service.md


```sh
git clone https://github.com/Unity-Technologies/ml-agents.git
cd ml-agents/python
cd ml-agents/ml-agents/
pip3 install .
```

8. Train the executable
```console
//cd into your ml-agents/python folder
python learn.py <your_env> --train
mlagents-learn <trainer-config-file> --env=<your_env> --train
```
正在加载...
取消
保存