浏览代码

fixed the migration doc

/hotfix-v0.9.2a
Vincent Gao 7 年前
当前提交
1894b960
共有 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.

正在加载...
取消
保存