浏览代码

changed to Unity ML-Agents Toolkit (english)

/hotfix-v0.9.2a
unityjeffrey 6 年前
当前提交
19fb437a
共有 9 个文件被更改,包括 10 次插入10 次删除
  1. 2
      README.md
  2. 2
      docs/Learning-Environment-Examples.md
  3. 2
      docs/Readme.md
  4. 4
      python/Basics.ipynb
  5. 2
      python/learn.py
  6. 2
      python/unitytrainers/bc/trainer.py
  7. 2
      python/unitytrainers/ppo/trainer.py
  8. 2
      python/unitytrainers/trainer.py
  9. 2
      python/unitytrainers/trainer_controller.py

2
README.md


## Translations
To make Unity ML-Agents accessible to the global research and
To make the Unity ML-Agents toolkit accessible to the global research and
Unity developer communities, we're attempting to create and maintain
translations of our documentation. We've started with translating a subset
of the documentation to one language (Chinese), but we hope to continue

2
docs/Learning-Environment-Examples.md


# Example Learning Environments
Unity ML-Agents contains an expanding set of example environments which
The Unity ML-Agents toolkit contains an expanding set of example environments which
demonstrate various features of the platform. Environments are located in
`unity-environment/Assets/ML-Agents/Examples` and summarized below.
Additionally, our

2
docs/Readme.md


# Unity ML-Agents Documentation
# Unity ML-Agents Toolkit Documentation
## Installation & Set-up
* [Installation](Installation.md)

4
python/Basics.ipynb


"cell_type": "markdown",
"metadata": {},
"source": [
"# Unity ML-Agents\n",
"# Unity ML-Agents Toolkit\n",
"This notebook contains a walkthrough of the basic functions of the Python API for Unity ML-Agents. For instructions on building a Unity environment, see [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Getting-Started-with-Balance-Ball.md)."
"This notebook contains a walkthrough of the basic functions of the Python API for the Unity ML-Agents toolkit. For instructions on building a Unity environment, see [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Getting-Started-with-Balance-Ball.md)."
]
},
{

2
python/learn.py


# # Unity ML-Agents
# # Unity ML-Agents Toolkit
# ## ML-Agent Learning
import logging

2
python/unitytrainers/bc/trainer.py


# # Unity ML-Agents
# # Unity ML-Agents Toolkit
# ## ML-Agent Learning (Imitation)
# Contains an implementation of Behavioral Cloning Algorithm

2
python/unitytrainers/ppo/trainer.py


# # Unity ML-Agents
# # Unity ML-Agents Toolkit
# ## ML-Agent Learning (PPO)
# Contains an implementation of PPO as described (https://arxiv.org/abs/1707.06347).

2
python/unitytrainers/trainer.py


# # Unity ML-Agents
# # Unity ML-Agents Toolkit
import logging
import tensorflow as tf

2
python/unitytrainers/trainer_controller.py


# # Unity ML-Agents
# # Unity ML-Agents Toolkit
# ## ML-Agent Learning
# Launches unitytrainers for each External Brains in a Unity Environment

正在加载...
取消
保存