Skip to content

Commit

Permalink
Merge pull request #2469 from Unity-Technologies/release-0.9.2
Browse files Browse the repository at this point in the history
Release 0.9.2
  • Loading branch information
xiaomaogy committed Aug 29, 2019
2 parents d112298 + 9b8a02b commit 67ab5d4
Show file tree
Hide file tree
Showing 71 changed files with 4,609 additions and 7,875 deletions.
2 changes: 1 addition & 1 deletion UnitySDK/Assets/ML-Agents/Editor/DemonstrationImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public override void OnImportAsset(AssetImportContext ctx)
ctx.AddObjectToAsset(ctx.assetPath, demonstration, texture);
ctx.SetMainObject(demonstration);
#else
ctx.SetMainAsset(ctx.assetPath, model);
ctx.SetMainAsset(ctx.assetPath, demonstration);
#endif
}
catch
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Name: CrawlerDynamicLearning
m_EditorClassIdentifier:
brainParameters:
vectorObservationSize: 129
vectorObservationSize: 126
numStackedVectorObservations: 1
vectorActionSize: 14000000
cameraResolutions: []
Expand All @@ -39,3 +39,4 @@ MonoBehaviour:
-
vectorActionSpaceType: 1
model: {fileID: 11400000, guid: 94d1889cee00f4361b74cbc4eb129f11, type: 3}
inferenceDevice: 0
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Name: CrawlerStaticLearning
m_EditorClassIdentifier:
brainParameters:
vectorObservationSize: 129
vectorObservationSize: 126
numStackedVectorObservations: 1
vectorActionSize: 14000000
cameraResolutions: []
Expand All @@ -39,3 +39,4 @@ MonoBehaviour:
-
vectorActionSpaceType: 1
model: {fileID: 11400000, guid: 9dbf8cc316ac9410b961ed268824778f, type: 3}
inferenceDevice: 0
Loading

0 comments on commit 67ab5d4

Please sign in to comment.