浏览代码

Update barracuda dependency to 1.0.4 (#4644)

* update barracuda dep to 1.0.4

* changelog

* Update CHANGELOG.md
/r2v-yamato-linux
GitHub 4 年前
当前提交
d2270429
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1
      com.unity.ml-agents/CHANGELOG.md
  2. 2
      com.unity.ml-agents/package.json

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


#### com.unity.ml-agents (C#)
- Update documentation with recommended version of Python trainer. (#4535)
- Log a warning if a version of the Python trainer is used that is newer than expected. (#4535)
- Update Barracuda to 1.0.4. (#4644)
### Bug Fixes
#### com.unity.ml-agents (C#)

2
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": "1.0.3",
"com.unity.barracuda": "1.0.4",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0",

正在加载...
取消
保存