* fixed the aws doc * remove the cd instruction
```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