Skip to content

Commit b8f5bd6

Browse files
authored
Add pre-configured ami
1 parent 66b0c5a commit b8f5bd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This page contains instructions for setting up an EC2 instance on Amazon Web Service for use in training ML-Agents environments. Current limitations of the Unity Engine require that a screen be available to render to. In order to make this possible when training on a remote server, a virtual screen is required. We can do this by installing Xorg and creating a virtual screen. Once installed and created, we can display the Unity environment in the virtual environment, and train as we would on a local machine.
44

5+
## Pre-Configured AMI
6+
A public pre-configured AMI is available with the ID: `ami-30ec184a`. It was created as a modification of the Amazon Deep Learning [AMI](https://aws.amazon.com/marketplace/pp/B01M0AXXQB).
7+
8+
## Configuring your own Instance
59
Instructions here are adapted from this [Medium post](https://medium.com/towards-data-science/how-to-run-unity-on-amazon-cloud-or-without-monitor-3c10ce022639) on running general Unity applications in the cloud.
610

711
1. To begin with, you will need an EC2 instance which contains the latest Nvidia drivers, CUDA8, and cuDNN. There are a number of external tutorials which describe this, such as:

0 commit comments

Comments
 (0)