Skip to content

Commit

Permalink
Updated technical readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vieliashevskyi authored Jul 9, 2021
1 parent aae200d commit 3403d01
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CHANGE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@

`python -m pip install mlagents==0.27.0`

`pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html`
`pip install torch==1.9.0 torchvision==0.10.0 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html`


## Run ML-agents

`mlagents-learn config/rollerball_config.yaml --run-id=RollerBall`

Then press play button in unity.



`mlagents-learn config/<your_config_file>.yaml --run-id=<your_behaviour_name>`

Then press play button in Unity.

0 comments on commit 3403d01

Please sign in to comment.