Error323 / E323AI

An Artificial Intelligence for Spring
http://springrts.com/phpbb/viewtopic.php?f=15&t=19450
9 stars 8 forks source link

Do not use Fleas on IsisDelta_v02 map #21

Open slogic opened 14 years ago

slogic commented 14 years ago

Fleas can't cross the river. So they are useless as scouts. I suggest the following algo. After commander is spawned run special program block per update (to not overload CPU) to detect reachability to enemy units for each movetype. Then turn off units having unreachable movetypes.

MisterBenn commented 14 years ago

From what I've seen, Fleas are of very limited use at the moment. As the SCOUTER units both do scouting and harassment, the Fleas' lack of HP means that after the very early stages of a game, Arm's T1 harassment efforts are inferior to Core's. I'd suggest that Peewees are better in that role in almost all circumstances.

slogic commented 14 years ago

After #6 is implemented such groups will just stall and won't impact AI performance. But we need some stats per group to detect if it is really useful. If not, we need to detect which unit in a group is a "white sheep", remove if from group and ban this unit type for building per current game.

MisterBenn, i won't exclude Fleas cause they are really useful and funny. We need to teach AI to handle them properly.