浏览代码

Bump barracuda version, make our dependencies explicit in the package.json file.

/r2v-yamato-linux
Christopher Goy 4 年前
当前提交
24b11216
共有 2 个文件被更改,包括 13 次插入1 次删除
  1. 9
      com.unity.ml-agents/CHANGELOG.md
  2. 5
      com.unity.ml-agents/package.json

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


## [1.0.3] - 2020-07-07
### Minor Changes
#### com.unity.ml-agents (C#)
- Update Barracuda to 1.0.2.
- Explicitly call out dependencies in package.json.
### Bug Fixes
#### com.unity.ml-agents (C#)
#### ml-agents / ml-agents-envs / gym-unity (Python)
## [1.0.3] - 2020-07-07
### Minor Changes
#### com.unity.ml-agents (C#)
- Update Barracuda to 1.0.1. (#4187)
### Bug Fixes
#### com.unity.ml-agents (C#)

5
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.2"
"com.unity.barracuda": "1.0.2",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0"
}
}
正在加载...
取消
保存