Skip to content

Commit 50a9f68

Browse files
committed
include the link in the main doc, added the note to remind people this doc is partial and might not be up to date
1 parent a58667f commit 50a9f68

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Unity ML-Agents (Beta)
44

5+
56
**Unity Machine Learning Agents** (ML-Agents) is an open-source Unity plugin
67
that enables games and simulations to serve as environments for training
78
intelligent agents. Agents can be trained using reinforcement learning,
@@ -75,3 +76,7 @@ team at [email protected].
7576
## License
7677

7778
[Apache License 2.0](LICENSE)
79+
80+
## Translation
81+
82+
- [Chinese](docs/localized/zh-CN/README.md)

docs/localized/zh-CN/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Unity ML-Agents (Beta)
44

5+
**注意:** 本文档为v0.3版本文档的部分翻译版,目前并不会随着英文版文档更新而更新。若要查看更新更全的英文版文档,请查看[这里](https://github.com/Unity-Technologies/ml-agents)
6+
57
**Unity Machine Learning Agents** (ML-Agents) 是一款开源的 Unity 插件,
68
使得我们得以在游戏环境和模拟环境中训练智能 agent。您可以使用 reinforcement learning(强化学习)、imitation learning(模仿学习)、neuroevolution(神经进化)或其他机器学习方法, 通过简单易用的 Python API进行控制,对 Agent 进行训练。我们还提供最先进算法的实现方式(基于
79
TensorFlow),让游戏开发者和业余爱好者能够轻松地

0 commit comments

Comments
 (0)