浏览代码

barracuda to 1.1.1 (#4482)

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

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


than defining the actions in the Agent's Behavior Parameters. See
[BasicActuatorComponent.cs](https://github.com/Unity-Technologies/ml-agents/blob/release_7_docs/Project/Assets/ML-Agents/Examples/Basic/Scripts/BasicActuatorComponent.cs)
for an example of how to use them. (#4297, #4315)
- Update Barracuda to 1.1.0-preview (#4208)
- Update Barracuda to 1.1.1-preview (#4482)
- Enabled C# formatting using `dotnet-format`. (#4362)
- GridSensor was added to the `com.unity.ml-agents.extensions` package. Thank you
to Jaden Travnik from Eidos Montreal for the contribution! (#4399)

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.1.0-preview",
"com.unity.barracuda": "1.1.1-preview",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0",

正在加载...
取消
保存