浏览代码

Revert back to barracuda 0.3.2-preview. (#3300)

/asymm-envs
GitHub 5 年前
当前提交
5c28f394
共有 5 个文件被更改,包括 6 次插入9 次删除
  1. 3
      com.unity.ml-agents/Editor/Unity.ML-Agents.Editor.asmdef
  2. 1
      com.unity.ml-agents/Runtime/Unity.ML-Agents.asmdef
  3. 6
      com.unity.ml-agents/Tests/Editor/Unity.ML-Agents.Editor.Tests.asmdef
  4. 3
      com.unity.ml-agents/Tests/Runtime/Unity.ML-Agents.Tests.asmdef
  5. 2
      com.unity.ml-agents/package.json

3
com.unity.ml-agents/Editor/Unity.ML-Agents.Editor.asmdef


{
"name": "Unity.ML-Agents.Editor",
"references": [
"Unity.ML-Agents",
"Barracuda"
"Unity.ML-Agents"
],
"includePlatforms": [
"Editor"

1
com.unity.ml-agents/Runtime/Unity.ML-Agents.asmdef


{
"name": "Unity.ML-Agents",
"references": [
"Barracuda"
],
"includePlatforms": [],
"excludePlatforms": [],

6
com.unity.ml-agents/Tests/Editor/Unity.ML-Agents.Editor.Tests.asmdef


"name": "Unity.ML-Agents.Editor.Tests",
"references": [
"Unity.ML-Agents.Editor",
"Unity.ML-Agents",
"Barracuda"
"Unity.ML-Agents"
],
"optionalUnityReferences": [
"TestAssemblies"

"precompiledReferences": [
"System.IO.Abstractions.dll",
"System.IO.Abstractions.TestingHelpers.dll",
"Google.Protobuf.dll"
"Google.Protobuf.dll",
"Barracuda.dll"
],
"autoReferenced": false,
"defineConstraints": [

3
com.unity.ml-agents/Tests/Runtime/Unity.ML-Agents.Tests.asmdef


{
"name": "Unity.ML-Agents.Tests",
"references": [
"Unity.ML-Agents",
"Barracuda"
"Unity.ML-Agents"
],
"optionalUnityReferences": [
"TestAssemblies"

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


"unity": "2018.4",
"description": "Add interactivity to your game with ML-Agents trained using Deep Reinforcement Learning. \n\nFor best results, use this text to summarize: \n\u25AA What the package does \n\u25AA How it can benefit the user \n\nNote: Special formatting characters are supported, including line breaks ('\\n') and bullets ('\\u25AA').",
"dependencies": {
"com.unity.barracuda": "0.4.0-preview"
"com.unity.barracuda": "0.3.2-preview"
}
}
正在加载...
取消
保存