浏览代码

Merge pull request #603 from imankgoyal/patch-1

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

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


In total, the state observation contains 8 values and we need to use the continuous state space when we get around to setting the Brain properties:
```csharp
List<float> observation = new List<float>();
public override void CollectObservations()
{
// Calculate relative position

正在加载...
取消
保存