mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 00:13:19 +00:00
Experimental AI: fix AI setup max_score values
The return scores were changed in commit 4999b20bd1, but the max_score values in the configurations have not been updated yet. As the relative ranking was not changed, this should not have any effect on gameplay.
This commit is contained in:
parent
31b04e345f
commit
74c7c17ec8
@ -26,25 +26,25 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=recruit_rushers
|
||||
max_score=300000
|
||||
max_score=196000
|
||||
location="ai/lua/ca_recruit_rushers.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=switch_castle
|
||||
max_score=290000
|
||||
max_score=195000
|
||||
location="ai/lua/ca_castle_switch.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=retreat_injured
|
||||
max_score=205000
|
||||
max_score=192000
|
||||
location="ai/lua/ca_retreat_injured.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=grab_villages
|
||||
max_score=200000
|
||||
max_score=191000
|
||||
location="ai/lua/ca_grab_villages.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -56,7 +56,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=place_healers
|
||||
max_score=95000
|
||||
max_score=96000
|
||||
location="ai/lua/ca_place_healers.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -68,7 +68,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=move_to_any_enemy
|
||||
max_score=1
|
||||
max_score=1000
|
||||
location="ai/lua/ca_move_to_any_enemy.lua"
|
||||
[/candidate_action]
|
||||
[/stage]
|
||||
|
@ -543,25 +543,25 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=recruit_rushers
|
||||
max_score=300000
|
||||
max_score=196000
|
||||
location="ai/lua/ca_recruit_rushers.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=switch_castle
|
||||
max_score=290000
|
||||
max_score=195000
|
||||
location="ai/lua/ca_castle_switch.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=retreat_injured
|
||||
max_score=205000
|
||||
max_score=192000
|
||||
location="ai/lua/ca_retreat_injured.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=grab_villages
|
||||
max_score=200000
|
||||
max_score=191000
|
||||
location="ai/lua/ca_grab_villages.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -573,7 +573,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=place_healers
|
||||
max_score=95000
|
||||
max_score=96000
|
||||
location="ai/lua/ca_place_healers.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -585,7 +585,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=move_to_any_enemy
|
||||
max_score=1
|
||||
max_score=1000
|
||||
location="ai/lua/ca_move_to_any_enemy.lua"
|
||||
[/candidate_action]
|
||||
[/stage]
|
||||
@ -612,7 +612,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=recruit_rushers
|
||||
max_score=300000
|
||||
max_score=196000
|
||||
location="ai/lua/ca_recruit_rushers.lua"
|
||||
[args]
|
||||
{ARGS}
|
||||
@ -621,19 +621,19 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=switch_castle
|
||||
max_score=290000
|
||||
max_score=195000
|
||||
location="ai/lua/ca_castle_switch.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=retreat_injured
|
||||
max_score=205000
|
||||
max_score=192000
|
||||
location="ai/lua/ca_retreat_injured.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=grab_villages
|
||||
max_score=200000
|
||||
max_score=191000
|
||||
location="ai/lua/ca_grab_villages.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -645,7 +645,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=place_healers
|
||||
max_score=95000
|
||||
max_score=96000
|
||||
location="ai/lua/ca_place_healers.lua"
|
||||
[/candidate_action]
|
||||
[candidate_action]
|
||||
@ -657,7 +657,7 @@
|
||||
[candidate_action]
|
||||
engine=lua
|
||||
name=move_to_any_enemy
|
||||
max_score=1
|
||||
max_score=1000
|
||||
location="ai/lua/ca_move_to_any_enemy.lua"
|
||||
[/candidate_action]
|
||||
[/stage]
|
||||
|
Loading…
x
Reference in New Issue
Block a user