浏览代码

removing a Debug.Log statement

/bullet-hell-barracuda-test-1.3.1
vincentpierre 4 年前
当前提交
afd7408f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.ml-agents/Runtime/Communicator/GrpcExtensions.cs

1
com.unity.ml-agents/Runtime/Communicator/GrpcExtensions.cs


dimensionProperties[1] == DimensionProperty.None)
{
var trainerCanHandleVarLenObs = Academy.Instance.TrainerCapabilities == null || Academy.Instance.TrainerCapabilities.VariableLengthObservation;
Debug.Log(trainerCanHandleVarLenObs);
if (!trainerCanHandleVarLenObs)
{
throw new UnityAgentsException("Variable Length Observations are not supported by the trainer");

正在加载...
取消
保存