Skip to content

Commit b6abc45

Browse files
Update to Inference Engine 2.2.1 (#6212)
* Update to Inference Engine 2.2.1 * Update documentation
1 parent 39f4e42 commit b6abc45

File tree

91 files changed

+253
-172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+253
-172
lines changed

DevProject/Assets/ML-Agents/Scripts/Tests/Editor/Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"references": [
44
"Unity.ML-Agents.Editor",
55
"Unity.ML-Agents",
6-
"Unity.Sentis",
6+
"Unity.InferenceEngine",
77
"Unity.ML-Agents.CommunicatorObjects",
88
"Unity.PerformanceTesting"
99
],

DevProject/Packages/packages-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"dependencies": {
3+
"com.unity.ai.inference": {
4+
"version": "2.2.1",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.burst": "1.8.17",
9+
"com.unity.collections": "2.4.3",
10+
"com.unity.modules.imageconversion": "1.0.0"
11+
},
12+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
13+
},
314
"com.unity.ai.navigation": {
415
"version": "2.0.6",
516
"depth": 0,
@@ -68,7 +79,7 @@
6879
"depth": 0,
6980
"source": "local",
7081
"dependencies": {
71-
"com.unity.sentis": "2.1.0",
82+
"com.unity.ai.inference": "2.2.1",
7283
"com.unity.modules.imageconversion": "1.0.0",
7384
"com.unity.modules.jsonserialize": "1.0.0",
7485
"com.unity.modules.physics": "1.0.0"
@@ -125,17 +136,6 @@
125136
},
126137
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
127138
},
128-
"com.unity.sentis": {
129-
"version": "2.1.2",
130-
"depth": 1,
131-
"source": "registry",
132-
"dependencies": {
133-
"com.unity.burst": "1.8.17",
134-
"com.unity.collections": "2.4.3",
135-
"com.unity.modules.imageconversion": "1.0.0"
136-
},
137-
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
138-
},
139139
"com.unity.settings-manager": {
140140
"version": "2.0.1",
141141
"depth": 1,

PerformanceProject/Packages/packages-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"dependencies": {
3+
"com.unity.ai.inference": {
4+
"version": "2.2.1",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.burst": "1.8.17",
9+
"com.unity.collections": "2.4.3",
10+
"com.unity.modules.imageconversion": "1.0.0"
11+
},
12+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
13+
},
314
"com.unity.burst": {
415
"version": "1.8.19",
516
"depth": 2,
@@ -95,7 +106,7 @@
95106
"depth": 0,
96107
"source": "local",
97108
"dependencies": {
98-
"com.unity.sentis": "2.1.0",
109+
"com.unity.ai.inference": "2.2.1",
99110
"com.unity.modules.imageconversion": "1.0.0",
100111
"com.unity.modules.jsonserialize": "1.0.0",
101112
"com.unity.modules.physics": "1.0.0"
@@ -130,17 +141,6 @@
130141
"dependencies": {},
131142
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
132143
},
133-
"com.unity.sentis": {
134-
"version": "2.1.2",
135-
"depth": 1,
136-
"source": "registry",
137-
"dependencies": {
138-
"com.unity.burst": "1.8.17",
139-
"com.unity.collections": "2.4.3",
140-
"com.unity.modules.imageconversion": "1.0.0"
141-
},
142-
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
143-
},
144144
"com.unity.settings-manager": {
145145
"version": "2.0.1",
146146
"depth": 2,

Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.onnx.meta

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.onnx.meta

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/3DBall/TFModels/Visual3DBall.onnx.meta

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/Basic/TFModels/Basic.onnx.meta

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/Crawler/TFModels/Crawler.onnx.meta

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/DungeonEscape/TFModels/DungeonEscape.onnx.meta

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project/Assets/ML-Agents/Examples/FoodCollector/TFModels/GridFoodCollector.onnx.meta

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)