浏览代码

[bug fix] Fix warning using demo recorder (#5216)

/check-for-ModelOverriders
GitHub 3 年前
当前提交
acc9ba45
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      com.unity.ml-agents/Runtime/Agent.cs

3
com.unity.ml-agents/Runtime/Agent.cs


// Request the last decision with no callbacks
// We request a decision so Python knows the Agent is done immediately
m_Brain?.RequestDecision(m_Info, sensors);
ResetSensors();
// We also have to write any to any DemonstationStores so that they get the "done" flag.
foreach (var demoWriter in DemonstrationWriters)

ResetSensors();
if (doneReason != DoneReason.Disabled)
{

正在加载...
取消
保存