From d01105a857c465d3f570d0f4918f724d2e049c9a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 8 Apr 2018 20:36:44 -0700 Subject: [PATCH] Update Training-On-Amazon-Web-Service.md --- docs/Training-on-Amazon-Web-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Training-on-Amazon-Web-Service.md b/docs/Training-on-Amazon-Web-Service.md index a74d814bda..a1431e17b0 100644 --- a/docs/Training-on-Amazon-Web-Service.md +++ b/docs/Training-on-Amazon-Web-Service.md @@ -23,7 +23,7 @@ To verify that all steps worked correctly: 1. In the Unity Editor, load a project containing an ML-Agents environment (you can use one of the example environments if you have not created your own). 2. Open the Build Settings window (menu: File > Build Settings). -3. Select Linux as the Target Platform, and x64_86 as the target architecture. +3. Select Linux as the Target Platform, and x86_64 as the target architecture. 4. Check Headless Mode (unless you have enabled a virtual screen following the instructions below). 5. Click Build to build the Unity environment executable. 6. Upload the executable to your EC2 instance.