浏览代码

Bug: API check fails to catch wrong API version

/bug-failed-api-check
Jonathan Harper 5 年前
当前提交
89c11767
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.ml-agents/Runtime/Academy.cs

2
com.unity.ml-agents/Runtime/Academy.cs


/// on each side, although we may allow some flexibility in the future.
/// This should be incremented whenever a change is made to the communication protocol.
/// </summary>
const string k_ApiVersion = "0.15.0";
const string k_ApiVersion = "0.14.0";
/// <summary>
/// Unity package version of com.unity.ml-agents.

正在加载...
取消
保存