Skip to content

Commit 8bb4953

Browse files
author
Chris Elion
authored
set Agent.maxSteps for FoodCollector prefabs (#3416)
1 parent cca1252 commit 8bb4953

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project/Assets/ML-Agents/Examples/FoodCollector/Prefabs/FoodCollectorArea.prefab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,7 @@ MonoBehaviour:
25252525
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
25262526
m_Name:
25272527
m_EditorClassIdentifier:
2528-
maxStep: 0
2528+
maxStep: 5000
25292529
area: {fileID: 1819751139121548}
25302530
turnSpeed: 300
25312531
moveSpeed: 2
@@ -2854,7 +2854,7 @@ MonoBehaviour:
28542854
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
28552855
m_Name:
28562856
m_EditorClassIdentifier:
2857-
maxStep: 0
2857+
maxStep: 5000
28582858
area: {fileID: 1819751139121548}
28592859
turnSpeed: 300
28602860
moveSpeed: 2
@@ -3446,7 +3446,7 @@ MonoBehaviour:
34463446
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
34473447
m_Name:
34483448
m_EditorClassIdentifier:
3449-
maxStep: 0
3449+
maxStep: 5000
34503450
area: {fileID: 1819751139121548}
34513451
turnSpeed: 300
34523452
moveSpeed: 2
@@ -3761,7 +3761,7 @@ MonoBehaviour:
37613761
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
37623762
m_Name:
37633763
m_EditorClassIdentifier:
3764-
maxStep: 0
3764+
maxStep: 5000
37653765
area: {fileID: 1819751139121548}
37663766
turnSpeed: 300
37673767
moveSpeed: 2

Project/Assets/ML-Agents/Examples/FoodCollector/Prefabs/VisualFoodCollectorArea.prefab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ MonoBehaviour:
647647
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
648648
m_Name:
649649
m_EditorClassIdentifier:
650-
maxStep: 0
650+
maxStep: 5000
651651
area: {fileID: 1145096862361766}
652652
turnSpeed: 300
653653
moveSpeed: 2
@@ -1225,7 +1225,7 @@ MonoBehaviour:
12251225
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
12261226
m_Name:
12271227
m_EditorClassIdentifier:
1228-
maxStep: 0
1228+
maxStep: 5000
12291229
area: {fileID: 1145096862361766}
12301230
turnSpeed: 300
12311231
moveSpeed: 2
@@ -3429,7 +3429,7 @@ MonoBehaviour:
34293429
m_Script: {fileID: 11500000, guid: c66e6845309d241c78a6d77ee2567928, type: 3}
34303430
m_Name:
34313431
m_EditorClassIdentifier:
3432-
maxStep: 0
3432+
maxStep: 5000
34333433
area: {fileID: 1145096862361766}
34343434
turnSpeed: 300
34353435
moveSpeed: 2

0 commit comments

Comments
 (0)