From 88e04b76b7f4f39e76f2a1d66c883aee8ab75342 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 5 Sep 2018 16:11:47 -0700 Subject: [PATCH 1/3] updated the tfsharp links --- docs/Basic-Guide.md | 5 +++-- docs/Using-TensorFlow-Sharp-in-Unity.md | 3 ++- .../zh-CN/docs/Getting-Started-with-Balance-Ball.md | 2 +- docs/localized/zh-CN/docs/Installation.md | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/Basic-Guide.md b/docs/Basic-Guide.md index 94e5b55fd9..87bb0c541d 100644 --- a/docs/Basic-Guide.md +++ b/docs/Basic-Guide.md @@ -12,7 +12,7 @@ the basic concepts of Unity. In order to use the ML-Agents toolkit within Unity, you need to change some Unity settings first. Also [TensorFlowSharp -plugin](https://s3.amazonaws.com/unity-ml-agents/0.4/TFSharpPlugin.unitypackage) +plugin](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage) is needed for you to use pre-trained model within Unity, which is based on the [TensorFlowSharp repo](https://github.com/migueldeicaza/TensorFlowSharp). @@ -32,7 +32,8 @@ is needed for you to use pre-trained model within Unity, which is based on the ![Project Settings](images/project-settings.png) -[Download](https://s3.amazonaws.com/unity-ml-agents/0.4/TFSharpPlugin.unitypackage) +[Download] +(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage) the TensorFlowSharp plugin. Then import it into Unity by double clicking the downloaded file. You can check if it was successfully imported by checking the TensorFlow files in the Project window under **Assets** > **ML-Agents** > diff --git a/docs/Using-TensorFlow-Sharp-in-Unity.md b/docs/Using-TensorFlow-Sharp-in-Unity.md index 3ca9d570ff..cd227d60fe 100644 --- a/docs/Using-TensorFlow-Sharp-in-Unity.md +++ b/docs/Using-TensorFlow-Sharp-in-Unity.md @@ -27,7 +27,8 @@ know._ ## Requirements * Unity 2017.4 or above -* Unity TensorFlow Plugin ([Download here](https://s3.amazonaws.com/unity-ml-agents/0.4/TFSharpPlugin.unitypackage)) +* Unity TensorFlow Plugin ([Download here] +(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage)) ## Using TensorFlowSharp with ML-Agents diff --git a/docs/localized/zh-CN/docs/Getting-Started-with-Balance-Ball.md b/docs/localized/zh-CN/docs/Getting-Started-with-Balance-Ball.md index 58b2798a3e..48776e37a5 100755 --- a/docs/localized/zh-CN/docs/Getting-Started-with-Balance-Ball.md +++ b/docs/localized/zh-CN/docs/Getting-Started-with-Balance-Ball.md @@ -320,7 +320,7 @@ python3 python/learn.py --run-id= --train 1. 确保 TensorFlowSharp 插件位于 `Assets` 文件夹中。 可在 -[此处](https://s3.amazonaws.com/unity-ml-agents/0.4/TFSharpPlugin.unitypackage)下载一个包含 TF# 的 Plugins 文件夹。 +[此处](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage)下载一个包含 TF# 的 Plugins 文件夹。 下载后,双击并将其导入。您可以在 Project 选项卡中 (位于 `Assets` > `ML-Agents` > `Plugins` > `Computer` 下) 检查 TensorFlow 的相关文件来查看是否安装成功 diff --git a/docs/localized/zh-CN/docs/Installation.md b/docs/localized/zh-CN/docs/Installation.md index 4dda85d049..2c08a884a3 100755 --- a/docs/localized/zh-CN/docs/Installation.md +++ b/docs/localized/zh-CN/docs/Installation.md @@ -56,7 +56,8 @@ Unity Assets。`python` 目录包含训练代码。 ## Unity 包 -您可以通过 Unity 包的形式下载TensorFlowSharp 插件([AWS S3链接](https://s3.amazonaws.com/unity-ml-agents/0.4/TFSharpPlugin.unitypackage),[百度盘链接](https://pan.baidu.com/s/1s0mJN8lvuxTcYbs2kL2FqA)) +您可以通过 Unity 包的形式下载TensorFlowSharp 插件([AWS S3链接] +(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage),[百度盘链接](https://pan.baidu.com/s/1s0mJN8lvuxTcYbs2kL2FqA)) ## 帮助 From 4fa3c4711b91ac4216b8a3e9233b063a634cb579 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 5 Sep 2018 16:13:39 -0700 Subject: [PATCH 2/3] small line ending change --- docs/Basic-Guide.md | 3 +-- docs/Using-TensorFlow-Sharp-in-Unity.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Basic-Guide.md b/docs/Basic-Guide.md index 87bb0c541d..e6dc196aaf 100644 --- a/docs/Basic-Guide.md +++ b/docs/Basic-Guide.md @@ -32,8 +32,7 @@ is needed for you to use pre-trained model within Unity, which is based on the ![Project Settings](images/project-settings.png) -[Download] -(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage) +[Download](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage) the TensorFlowSharp plugin. Then import it into Unity by double clicking the downloaded file. You can check if it was successfully imported by checking the TensorFlow files in the Project window under **Assets** > **ML-Agents** > diff --git a/docs/Using-TensorFlow-Sharp-in-Unity.md b/docs/Using-TensorFlow-Sharp-in-Unity.md index cd227d60fe..791ce14ff1 100644 --- a/docs/Using-TensorFlow-Sharp-in-Unity.md +++ b/docs/Using-TensorFlow-Sharp-in-Unity.md @@ -27,8 +27,7 @@ know._ ## Requirements * Unity 2017.4 or above -* Unity TensorFlow Plugin ([Download here] -(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage)) +* Unity TensorFlow Plugin ([Download here](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage)) ## Using TensorFlowSharp with ML-Agents From ce6a25199048a32859528e8b009d90a5da0cb552 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 5 Sep 2018 16:15:28 -0700 Subject: [PATCH 3/3] fix line ending --- docs/localized/zh-CN/docs/Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/localized/zh-CN/docs/Installation.md b/docs/localized/zh-CN/docs/Installation.md index 2c08a884a3..4f17f483af 100755 --- a/docs/localized/zh-CN/docs/Installation.md +++ b/docs/localized/zh-CN/docs/Installation.md @@ -56,8 +56,7 @@ Unity Assets。`python` 目录包含训练代码。 ## Unity 包 -您可以通过 Unity 包的形式下载TensorFlowSharp 插件([AWS S3链接] -(https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage),[百度盘链接](https://pan.baidu.com/s/1s0mJN8lvuxTcYbs2kL2FqA)) +您可以通过 Unity 包的形式下载TensorFlowSharp 插件 ([AWS S3链接](https://s3.amazonaws.com/unity-ml-agents/0.5/TFSharpPlugin.unitypackage),[百度盘链接](https://pan.baidu.com/s/1s0mJN8lvuxTcYbs2kL2FqA)) ## 帮助