浏览代码

Update readmes to be more informative (#1194)

* Update readmes to be more informative

* Line lengths

* Address comments
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
a884806b
共有 2 个文件被更改,包括 16 次插入7 次删除
  1. 6
      UnitySDK/README.md
  2. 17
      ml-agents/README.md

6
UnitySDK/README.md


# ML-Agents SDK
# Unity ML-Agents SDK
Contains the ML-Agents Unity Project, including
both the core plugin (in `Scripts`), as well as a set
of example environments (in `Examples`).

17
ml-agents/README.md


game engine as well as a collection of trainers and algorithms to train agents
in Unity environments.
The `mlagents` Python package contains two components: The low level API which
allows you to interact directly with a Unity Environment (`mlagents.envs`) and
an entry point to train (`mlagents-learn`) which allows you to train agents in
Unity Environments using our implementations of reinforcement learning or
imitation learning.
The `mlagents` Python package contains two sub packages:
* `mlagents.envs`: A low level API which
allows you to interact directly with a Unity Environment.
See [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Python-API.md) for more information on using this package.
* `mlagents.trainers`: A set of Reinforcement Learning
algorithms designed to be used with Unity environments. Access them using the
`mlagents-learn` access point. See [here](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Training-ML-Agents.md) for more information on using
this package.
Install `mlagents` with:
Install the `mlagents` package with:
```sh
pip install mlagents

正在加载...
取消
保存