浏览代码

Update Agents-Editor-Interface.md

/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
fb595954
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 10
      docs/Agents-Editor-Interface.md

10
docs/Agents-Editor-Interface.md


## Academy
![Academy Inspector](../raw/master/images/academy.png)
![Academy Inspector](../images/academy.png)
* `Max Steps` - Total number of steps per-episode. `0` corresponds to episodes without a maximum number
of steps. Once the step counter reaches maximum, the environment will reset.

## Brain
![Brain Inspector](../raw/master/images/brain.png)
![Brain Inspector](../images/brain.png)
* `Brain Parameters` - Define state, observation, and action spaces for the Brain.
* `State Size` - Length of state vector for brain (In _Continuous_ state space). Or number of possible

### Internal Brain
![Internal Brain Inspector](../raw/master/images/internal_brain.png)
![Internal Brain Inspector](../images/internal_brain.png)
* `Graph Model` : This must be the `bytes` file corresponding to the pretrained Tensorflow graph. (You must first drag this file into your Resources folder and then from the Resources folder into the inspector)
* `Graph Scope` : If you set a scope while training your tensorflow model, all your placeholder name will have a prefix. You must specify that prefix here.

### Player Brain
![Player Brain Inspector](../raw/master/images/player_brain.png)
![Player Brain Inspector](../images/player_brain.png)
![Agent Inspector](../raw/master/images/agent.png)
![Agent Inspector](../images/agent.png)
* `Brain` - The brain to register this agent to. Can be dragged into the inspector using the Editor.
* `Observations` - A list of `Cameras` which will be used to generate observations.
正在加载...
取消
保存