浏览代码

Update Migrating.md (#3474)

Fixed typo in Migrating.md for 0.14.0
/asymm-envs
GitHub 5 年前
当前提交
f1359c0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Migrating.md

2
docs/Migrating.md


* Move the AcademyStep code to MonoBehaviour.FixedUpdate
* Move the OnDestroy code to MonoBehaviour.OnDestroy.
* Move the AcademyReset code to a new method and add it to the Academy.OnEnvironmentReset action.
* Multiply `max_steps` and `summary_steps` in your `trainer_config.yaml` by the number of Agents in the scene.
* Multiply `max_steps` and `summary_freq` in your `trainer_config.yaml` by the number of Agents in the scene.
* Combine curriculum configs into a single file. See [the WallJump curricula](../config/curricula/wall_jump.yaml) for an example of the new curriculum config format.
A tool like https://www.json2yaml.com may be useful to help with the conversion.
* If you have a model trained which uses RayPerceptionSensor and has non-1.0 scale in the Agent's transform, it must be retrained.

正在加载...
取消
保存