浏览代码

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

Co-authored-by: andrewcoh <54679309+andrewcoh@users.noreply.github.com>
/bullet-hell-barracuda-test-1.3.1
GitHub 3 年前
当前提交
b621d087
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Learning-Environment-Design-Agents.md

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


### Variable Length Observations
It is possible to have observations be of variable size by using a `BufferSensor`,
It is possible for agents to collect observations from a varying number of GameObjects by using a `BufferSensor`.
You can add a `BufferSensor` to your Agent by adding a `BufferSensorComponent` to
its GameObject.
The `BufferSensor` can be useful in situations in which the Agent must pay

正在加载...
取消
保存