Skip to content

Commit

Permalink
removing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
anupambhatnagar committed Oct 1, 2019
1 parent 31977ee commit 60dd1de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
15 changes: 3 additions & 12 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ Build Support_ component when installing Unity.
width="500" border="10" />
</p>

## Windows Users
For setting up your environment on Windows, we have created a [detailed
guide](Installation-Windows.md) to setting up your env. For Mac and Linux,
continue with this guide.

## Mac and Unix Users
## Environment Setup
For setting up your environment follow this [guide](Using-Virtual-Environment.md).

### Clone the ML-Agents Toolkit Repository

Expand Down Expand Up @@ -94,12 +90,7 @@ pip3 install -e ./
Running pip with the `-e` flag will let you make changes to the Python files directly and have those
reflected when you run `mlagents-learn`. It is important to install these packages in this order as the
`mlagents` package depends on `mlagents_envs`, and installing it in the other
order will download `mlagents_envs` from PyPi.

## Docker-based Installation

If you'd like to use Docker for ML-Agents, please follow
[this guide](Using-Docker.md).
order will download `mlagents_envs` from PyPi.

## Next Steps

Expand Down
4 changes: 0 additions & 4 deletions docs/ML-Agents-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,6 @@ training process.
the broadcasting feature
[here](Learning-Environment-Design-Brains.md#using-the-broadcast-feature).

- **Docker Set-up (Experimental)** - To facilitate setting up ML-Agents without
installing Python or TensorFlow directly, we provide a
[guide](Using-Docker.md) on how to create and run a Docker container.

- **Cloud Training on AWS** - To facilitate using the ML-Agents toolkit on
Amazon Web Services (AWS) machines, we provide a
[guide](Training-on-Amazon-Web-Service.md) on how to set-up EC2 instances in
Expand Down
8 changes: 2 additions & 6 deletions docs/Training-on-Microsoft-Azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,5 @@ training](Using-Tensorboard.md).
[Azure Container Instances](https://azure.microsoft.com/services/container-instances/)
allow you to spin up a container, on demand, that will run your training and
then be shut down. This ensures you aren't leaving a billable VM running when
it isn't needed. You can read more about
[The ML-Agents toolkit support for Docker containers here](Using-Docker.md).
Using ACI enables you to offload training of your models without needing to
install Python and TensorFlow on your own computer. You can find instructions,
including a pre-deployed image in DockerHub for you to use, available
[here](https://github.com/druttka/unity-ml-on-azure).
it isn't needed. Using ACI enables you to offload training of your models without needing to
install Python and TensorFlow on your own computer.

0 comments on commit 60dd1de

Please sign in to comment.