Skip to content

Commit d6d9bb2

Browse files
author
Ervin T
authored
[bug-fix] Increase height of wall in CrawlerStatic (#3650)
1 parent e8388b5 commit d6d9bb2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Project/Assets/ML-Agents/Examples/Crawler/Prefabs/FixedPlatform.prefab

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,8 +1690,8 @@ MonoBehaviour:
16901690
m_InferenceDevice: 0
16911691
m_BehaviorType: 0
16921692
m_BehaviorName: CrawlerStatic
1693-
m_TeamID: 0
1694-
m_useChildSensors: 1
1693+
TeamId: 0
1694+
m_UseChildSensors: 1
16951695
--- !u!114 &114230237520033992
16961696
MonoBehaviour:
16971697
m_ObjectHideFlags: 0
@@ -1704,6 +1704,9 @@ MonoBehaviour:
17041704
m_Script: {fileID: 11500000, guid: 2f37c30a5e8d04117947188818902ef3, type: 3}
17051705
m_Name:
17061706
m_EditorClassIdentifier:
1707+
agentParameters:
1708+
maxStep: 0
1709+
hasUpgradedFromAgentParameters: 1
17071710
maxStep: 5000
17081711
target: {fileID: 4749909135913778}
17091712
ground: {fileID: 4856650706546504}
@@ -1759,7 +1762,7 @@ MonoBehaviour:
17591762
m_Name:
17601763
m_EditorClassIdentifier:
17611764
DecisionPeriod: 5
1762-
RepeatAction: 0
1765+
TakeActionsBetweenDecisions: 0
17631766
offsetStep: 0
17641767
--- !u!1 &1492926997393242
17651768
GameObject:
@@ -2959,8 +2962,8 @@ Transform:
29592962
m_PrefabAsset: {fileID: 0}
29602963
m_GameObject: {fileID: 1995322274649904}
29612964
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
2962-
m_LocalPosition: {x: -0, y: 0.5, z: 0}
2963-
m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
2965+
m_LocalPosition: {x: -0, y: 1.5, z: 0}
2966+
m_LocalScale: {x: 0.01, y: 0.03, z: 0.01}
29642967
m_Children: []
29652968
m_Father: {fileID: 4924174722017668}
29662969
m_RootOrder: 1

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
### Minor Changes
1212
- Format of console output has changed slightly and now matches the name of the model/summary directory. (#3630, #3616)
13+
- Raise the wall in CrawlerStatic scene to prevent Agent from falling off. (#3650)
1314
- Renamed 'Generalization' feature to 'Environment Parameter Randomization'.
1415

1516
## [0.15.0-preview] - 2020-03-18

0 commit comments

Comments
 (0)