Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Basic-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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** >
Expand Down
2 changes: 1 addition & 1 deletion docs/Using-TensorFlow-Sharp-in-Unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ python3 python/learn.py <env_name> --run-id=<run-identifier> --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 的相关文件来查看是否安装成功
Expand Down
2 changes: 1 addition & 1 deletion docs/localized/zh-CN/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

## 帮助

Expand Down