Skip to content

Commit 8db2dd2

Browse files
Chris Elionvincentpierre
Chris Elion
authored andcommitted
remove MaxStep from Soccer agents (#5310)
1 parent 59520a3 commit 8db2dd2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project/Assets/ML-Agents/Examples/Soccer/Prefabs/SoccerFieldTwos.prefab

+4-4
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ MonoBehaviour:
20162016
agentParameters:
20172017
maxStep: 0
20182018
hasUpgradedFromAgentParameters: 1
2019-
MaxStep: 3000
2019+
MaxStep: 0
20202020
team: 0
20212021
position: 2
20222022
agentRb: {fileID: 0}
@@ -2268,7 +2268,7 @@ MonoBehaviour:
22682268
agentParameters:
22692269
maxStep: 0
22702270
hasUpgradedFromAgentParameters: 1
2271-
MaxStep: 3000
2271+
MaxStep: 0
22722272
team: 1
22732273
position: 2
22742274
agentRb: {fileID: 0}
@@ -4047,7 +4047,7 @@ MonoBehaviour:
40474047
agentParameters:
40484048
maxStep: 0
40494049
hasUpgradedFromAgentParameters: 1
4050-
MaxStep: 3000
4050+
MaxStep: 0
40514051
team: 0
40524052
position: 2
40534053
agentRb: {fileID: 0}
@@ -4546,7 +4546,7 @@ MonoBehaviour:
45464546
agentParameters:
45474547
maxStep: 0
45484548
hasUpgradedFromAgentParameters: 1
4549-
MaxStep: 3000
4549+
MaxStep: 0
45504550
team: 1
45514551
position: 2
45524552
agentRb: {fileID: 0}

Project/Assets/ML-Agents/Examples/Soccer/Prefabs/StrikersVsGoalieField.prefab

+3-3
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ MonoBehaviour:
20162016
agentParameters:
20172017
maxStep: 0
20182018
hasUpgradedFromAgentParameters: 1
2019-
MaxStep: 3000
2019+
MaxStep: 0
20202020
team: 0
20212021
position: 1
20222022
agentRb: {fileID: 0}
@@ -2266,7 +2266,7 @@ MonoBehaviour:
22662266
agentParameters:
22672267
maxStep: 0
22682268
hasUpgradedFromAgentParameters: 1
2269-
MaxStep: 3000
2269+
MaxStep: 0
22702270
team: 1
22712271
position: 0
22722272
agentRb: {fileID: 0}
@@ -3979,7 +3979,7 @@ MonoBehaviour:
39793979
agentParameters:
39803980
maxStep: 0
39813981
hasUpgradedFromAgentParameters: 1
3982-
MaxStep: 3000
3982+
MaxStep: 0
39833983
team: 1
39843984
position: 0
39853985
agentRb: {fileID: 0}

0 commit comments

Comments
 (0)