浏览代码

[Documentation] Added migration of the internal brain (#457)

* [Documentation] Added migration of the internal brain

* [Documentation] Addressed comments

* [Documentation] Added the removal of epsilon
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
9dd062a6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      docs/Migrating-v0.3.md

1
docs/Migrating-v0.3.md


* `AgentStep()` has been replaced by `AgentAction()`.
* `WaitTime()` has been removed.
* The `Frame Skip` field of the Academy is replaced by the Agent's `Decision Frequency` field, enabling agent to make decisions at different frequencies.
* The names of the inputs in the Internal Brain have been changed. You must replace `state` with `vector_observation` and `observation` with `visual_observation`. In addition, you must remove the `epsilon` placeholder.
## Semantics
In order to more closely align with the terminology used in the Reinforcement Learning field, and to be more descriptive, we have changed the names of some of the concepts used in ML-Agents. The changes are highlighted in the table below.

正在加载...
取消
保存