浏览代码

[The first inference setting needs to be read from the batcher before the Engine is configured] (#844)

/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
c70122b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      unity-environment/Assets/ML-Agents/Scripts/Academy.cs

1
unity-environment/Assets/ML-Agents/Scripts/Academy.cs


// Configure the environment using the configurations provided by
// the developer in the Editor.
SetIsInference(!brainBatcher.GetIsTraining());
ConfigureEnvironment();
}

正在加载...
取消
保存