浏览代码

Merge pull request #1281 from eltronix/patch-3

More semantically correct description
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
249aaa37
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Getting-Started-with-Balance-Ball.md

2
docs/Getting-Started-with-Balance-Ball.md


collecting the Agent's observations of the environment. Since the Brain
instance assigned to the Agent is set to the continuous vector observation
space with a state size of 8, the `CollectObservations()` must call
`AddVectorObs` 8 times.
`AddVectorObs` such that vector size adds up to 8.
* agent.AgentAction() — Called every simulation step. Receives the action chosen
by the Brain. The Ball3DAgent example handles both the continuous and the
discrete action space types. There isn't actually much difference between the

正在加载...
取消
保存