A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
webdocs.cs.ualberta.ca
A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
1–10 of 28 posts
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#2Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#3Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#4Is there a human vs bot comparison?
More can be found at their official website[1] under Media/Files tab.
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#5Is there a human vs bot comparison?
Yes. Here's a video[0] of the winner in 2014 StarCraft AI Competition against one of the better human player. More can be found at their official website[1] under Media/Files tab. [0] https://www.youtube.com/watch?v=DQI1wyRmeUQ [1] http://webdocs.cs.ualberta.ca/~cdavid/starcraftaicomp/
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#6Is there a human vs bot comparison?
Yes. Here's a video[0] of the winner in 2014 StarCraft AI Competition against one of the better human player. More can be found at their official website[1] under Media/Files tab. [0] https://www.youtube.com/watch?v=DQI1wyRmeUQ [1] http://webdocs.cs.ualberta.ca/~cdavid/starcraftaicomp/
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#7Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#8I don't know any games besides chess and tic tac toe where a bot have been able to beat a good player ...
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#9Lately the release of mruby made me think maybe I should try again :) (mruby seriously reduces the amount of effort required in getting Ruby to talk to BWAPI.)
1] https://github.com/d-snp/RProxyBot/blob/master/basic_ai.rb
Re: A Survey of RTS Game AI Research and Competition in StarCraft (2013) [pdf]
#10Earlier quoted context omitted.
Yes. Here's a video[0] of the winner in 2014 StarCraft AI Competition against one of the better human player. More can be found at their official website[1] under Media/Files tab. [0] https://www.youtube.com/watch?v=DQI1wyRmeUQ [1] http://webdocs.cs.ualberta.ca/~cdavid/starcraftaicomp/
Seems the TvZ part of the bot could be improved by getting up turrets in time. Maybe they could get the bot to do a statistical analysis of builds they are likely to face in each match-up and use a build order that counters it.
One of the most common and basic techniques in Starcraft is to bait another player into thinking you are doing a certain popular build, and then do something theoretically inferior but which requires a wildly different response.
Know your opponent is going to have turrets up at 5:30 on the clock? New build! Hits at 5:25! Have the AI use builds which have their turrets at (x-2) minutes just in case? Well, that's going to be an awful build against almost everything.
As shown in one example in the paper, even when the AI was extremely lucky and hard-countered the human's build, the human was able to adapt, respond, and win handily.
Since even the top humans are able to trick each other in these manners, you'd basically need general/strong AI to be able to compete.