浏览代码

Fix bug in counting of vis_obs as per comment

/MLA-1734-demo-provider
vincentpierre 4 年前
当前提交
075e953f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.ml-agents/Runtime/Inference/BarracudaModelParamLoader.cs

1
com.unity.ml-agents/Runtime/Inference/BarracudaModelParamLoader.cs


"The model does not contain an Observation Placeholder Input " +
$"for sensor component {sensorIndex} ({sensor.GetType().Name}).");
}
visObsIndex++;
}
}

正在加载...
取消
保存