浏览代码

upgrade barracuda to 1.0.0 (#4118)

/MLA-1734-demo-provider
GitHub 5 年前
当前提交
c2447183
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1
      com.unity.ml-agents/CHANGELOG.md
  2. 4
      com.unity.ml-agents/package.json

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


### Minor Changes
#### com.unity.ml-agents (C#)
- `RayPerceptionSensor.Perceive()` now additionally store the GameObject that was hit by the ray. (#4111)
- The Barracuda dependency was upgraded to 1.0.0 (#4118)
#### ml-agents / ml-agents-envs / gym-unity (Python)
- Added new Google Colab notebooks to show how to use `UnityEnvironment'. (#4117)

4
com.unity.ml-agents/package.json


"unity": "2018.4",
"description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
"dependencies": {
"com.unity.barracuda": "0.7.1-preview"
"com.unity.barracuda": "1.0.0"
}
}
正在加载...
取消
保存