diff --git a/docs/Basic-Guide.md b/docs/Basic-Guide.md index 94e5b55fd9..e6dc196aaf 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,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.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..791ce14ff1 100644 --- a/docs/Using-TensorFlow-Sharp-in-Unity.md +++ b/docs/Using-TensorFlow-Sharp-in-Unity.md @@ -27,7 +27,7 @@ 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..4f17f483af 100755 --- a/docs/localized/zh-CN/docs/Installation.md +++ b/docs/localized/zh-CN/docs/Installation.md @@ -56,7 +56,7 @@ 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)) ## 帮助