浏览代码

Update Training-on-Amazon-Web-Service.md

/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
a298fb51
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 4
      docs/Training-on-Amazon-Web-Service.md

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


# Training on Amazon Web Service
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.
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.

env = UnityEnvironment(your_env)
```
You should receive a message confirming that the environment was loaded succesfully.
You should receive a message confirming that the environment was loaded succesfully.
正在加载...
取消
保存