浏览代码

Update changelog for Heuristic change

/release_1_branch
GitHub 4 年前
当前提交
354bbea0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.ml-agents/CHANGELOG.md

2
com.unity.ml-agents/CHANGELOG.md


- The `MLAgents` C# namespace was renamed to `Unity.MLAgents`, and other nested
namespaces were similarly renamed. (#3843)
- The offset logic was removed from DecisionRequester. (#3716)
- The signature of `Agent.Heuristic()` was changed to take a `float[]` as a
- The signature of `Agent.Heuristic()` was changed to take a float array as a
parameter, instead of returning the array. This was done to prevent a common
source of error where users would return arrays of the wrong size. (#3765)
- The communication API version has been bumped up to 1.0.0 and will use

正在加载...
取消
保存