浏览代码

Update visual stacking doc (#5391)

/colab-links
GitHub 4 年前
当前提交
ae5a9836
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 7
      docs/Learning-Environment-Design-Agents.md

7
docs/Learning-Environment-Design-Agents.md


Generally, this should happen in the `CreateSensor()` method of your
`SensorComponent`.
Note that stacking currently only supports for vector observations; stacking
for visual observations is not supported.
#### Vector Observation Summary & Best Practices
- Vector Observations should include all variables relevant for allowing the

have a unique name so that they can be sorted deterministically (the name must
be unique for that Agent, but multiple Agents can have a Sensor Component with
the same name).
Visual observations also support stacking, by specifying `Observation Stacks`
to a value greater than 1. The visual observations from the last `stackSize-1`
steps will be stacked on the last dimension (channel dimension).
When using `RenderTexture` visual observations, a handy feature for debugging is
adding a `Canvas`, then adding a `Raw Image` with it's texture set to the

正在加载...
取消
保存