Re: unhappy ai
Posted: Thu Feb 24, 2011 4:06 am
Isn't there? DotP has a fairly active modding community...Zethfox wrote:the issue is more that there is no hack method for adding any ai decks to it...
Play that card game on your favorite devices
https://www.wololo.net/forum/
Isn't there? DotP has a fairly active modding community...Zethfox wrote:the issue is more that there is no hack method for adding any ai decks to it...
Now THIS is an idea I'd like to see. You ask why? and I'll tell you the BECAUSE...Zethfox wrote: ...
and the crowd cheer!!!! ROOOOOAAAAR! thank you yorien....hit the nail on the head again!
short version:
DoTP ai is built to only run 75 card decks amazingly....but thats it....
Wagic ai is built to run decks built from a 7613(exact amount of current svn) decently....not amazing...but decent...
yeah...i can also code exact instructions for a deck to follow in wagic...and have ai decks which use those decks 100% perfect....but why? it already uses the whole collection decently....
...
I believe that in most Magic decks, as has already been shown in countles GP's and Sanctioned Tournaments, deck specific strategy is of uttermost importance and has proven to have much more "weight" than MinMaxing. MinMaxing is probably an easier way to get a decent AI working, but specific strategy is the way to get from a decent AI to a pretty good one.ittobaal wrote: Minimax can be optimized and can be used side by side with hard coded AI. One does not exclude the other, however minimax is harder to implements then it looks, or at least to me and for now.
The ???secret??? might lie with minimax+alphabeta pruning+ deck specific strategies
As a base idea is good, but take into account that "personalities" will probably only work for basic creature decks, and not even for all creature decks. It might be easy to build a "Suicidal" personality for a Suicide Black, or a Sligh, but - for example - how do you build a "combo" personality w/o explaining the AI the exact combo it should make (Living Dead, place big nasties in your graveyard first and THEN cast Living Dead)?. Base personalities should might be "suicidal", "aggresive", "neutral", "defensive", but for everything else I believe specific coding is the way to go.Zethfox wrote:ai "personallities" this is exactly what you are talking about...and its currently being discussed by the dev team...