浏览代码

Merge pull request #1287 from bjmolitor/patch-4

Fixed the fix...
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
4fa84fde
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      docs/Learning-Environment-Create-New.md

4
docs/Learning-Environment-Create-New.md


```csharp
// Relative position
AddVectorObs(this.transform.position.x / 10);
AddVectorObs(this.transform.position.x / 10);
AddVectorObs(this.transform.position.x / 5);
AddVectorObs(this.transform.position.z / 5);
```
* The velocity of the Agent. This helps the Agent learn to control its speed so

正在加载...
取消
保存