浏览代码

Merge pull request #905 from Unity-Technologies/hotfix-migration-doc

fixed the migration doc
/hotfix-v0.9.2a
GitHub 6 年前
当前提交
60194037
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      docs/Migrating.md

3
docs/Migrating.md


## Unity API
* `using MLAgents;` needs to be added in all of the C# scripts that use ML-Agents.
## Python API
* We've changed some of the python packages dependencies in requirement.txt file. Make sure to run `pip install .` within your `ml-agents/python` folder to update your python packages.
# Migrating from ML-Agents v0.2 to ML-Agents v0.3
There are a large number of new features and improvements in ML-Agents v0.3 which change both the training process and Unity API in ways which will cause incompatibilities with environments made using older versions. This page is designed to highlight those changes for users familiar with v0.1 or v0.2 in order to ensure a smooth transition.

正在加载...
取消
保存