Skip to content

Commit 67ab5d4

Browse files
authored
Merge pull request #2469 from Unity-Technologies/release-0.9.2
Release 0.9.2
2 parents d112298 + 9b8a02b commit 67ab5d4

File tree

71 files changed

+4609
-7875
lines changed

Some content is hidden

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

71 files changed

+4609
-7875
lines changed

UnitySDK/Assets/ML-Agents/Editor/DemonstrationImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public override void OnImportAsset(AssetImportContext ctx)
4848
ctx.AddObjectToAsset(ctx.assetPath, demonstration, texture);
4949
ctx.SetMainObject(demonstration);
5050
#else
51-
ctx.SetMainAsset(ctx.assetPath, model);
51+
ctx.SetMainAsset(ctx.assetPath, demonstration);
5252
#endif
5353
}
5454
catch
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

UnitySDK/Assets/ML-Agents/Examples/Crawler/Brains/CrawlerDynamicLearning.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Name: CrawlerDynamicLearning
1313
m_EditorClassIdentifier:
1414
brainParameters:
15-
vectorObservationSize: 129
15+
vectorObservationSize: 126
1616
numStackedVectorObservations: 1
1717
vectorActionSize: 14000000
1818
cameraResolutions: []
@@ -39,3 +39,4 @@ MonoBehaviour:
3939
-
4040
vectorActionSpaceType: 1
4141
model: {fileID: 11400000, guid: 94d1889cee00f4361b74cbc4eb129f11, type: 3}
42+
inferenceDevice: 0

UnitySDK/Assets/ML-Agents/Examples/Crawler/Brains/CrawlerStaticLearning.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MonoBehaviour:
1212
m_Name: CrawlerStaticLearning
1313
m_EditorClassIdentifier:
1414
brainParameters:
15-
vectorObservationSize: 129
15+
vectorObservationSize: 126
1616
numStackedVectorObservations: 1
1717
vectorActionSize: 14000000
1818
cameraResolutions: []
@@ -39,3 +39,4 @@ MonoBehaviour:
3939
-
4040
vectorActionSpaceType: 1
4141
model: {fileID: 11400000, guid: 9dbf8cc316ac9410b961ed268824778f, type: 3}
42+
inferenceDevice: 0

0 commit comments

Comments
 (0)