浏览代码

improve the migration doc (#1155)

* improve the migration doc

* fix typo

* resolved all the issues

* resolve the comment
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
a69ec095
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      docs/Migrating.md

6
docs/Migrating.md


### Important
* The Unity project `unity-environment` has been renamed `MLAgentsSDK`.
* The `python` folder has been renamed to `ml-agents`. It not contains two
* The `python` folder has been renamed to `ml-agents`. It now contains two
packages, `mlagents.env` and `mlagents.trainers`. `mlagents.env` can be used
to interact directly with a Unity environment, while `mlagents.trainers`
contains the classes for training agents.

* Discrete Actions now have branches. You can now specify concurrent discrete
* Discrete Actions now use [branches](https://arxiv.org/abs/1711.08946). You can now specify concurrent discrete
in all your environments.
in all your environments that use discrete actions. Refer to the [discrete action documentation](Learning-Environment-Design-Agents.md#discrete-action-space) for more information.
### Python API

正在加载...
取消
保存