浏览代码

Corrected a typo in a name of a function (#3670)

OnEpsiodeBegin was corrected to OnEpisodeBegin in Migrating.md document
/bug-failed-api-check
GitHub 5 年前
当前提交
abb6528e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Migrating.md

2
docs/Migrating.md


* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
* `InitializeAgent()` to `Initialize()`
* `AgentAction()` to `OnActionReceived()`
* `AgentReset()` to `OnEpsiodeBegin()`
* `AgentReset()` to `OnEpisodeBegin()`
* `Done()` to `EndEpisode()`
* `GiveModel()` to `SetModel()`
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.

正在加载...
取消
保存