I suspect this will eventually lead to AI as a service for games. Rather than build a terrible AI that delays a game by months, approaching a company that can build a decent AI initially which gets better overtime would probably be ideal and create better experiences. Im curious if a startup can be built from this.
AI is terrible in games because it's literally such a hard problem. Thinking like a human, working in a group, overcoming obstacles and reacting to dynamic behaviour from the human player. This is far harder that Go which has 100x simpler rules. Additionally they had a mega ton of training data to feed into the Go model to begin with, which a game won't have as the data structures will all be different under the hood…
DeepMind and Blizzard to release StarCraft II as an AI research environment
101–110 of 344 posts
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#102I suspect this will eventually lead to AI as a service for games. Rather than build a terrible AI that delays a game by months, approaching a company that can build a decent AI initially which gets better overtime would probably be ideal and create better experiences. Im curious if a startup can be built from this.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#103I suspect this will eventually lead to AI as a service for games. Rather than build a terrible AI that delays a game by months, approaching a company that can build a decent AI initially which gets better overtime would probably be ideal and create better experiences. Im curious if a startup can be built from this.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#104Does anyone know of any resources for someone looking to learn more about Game AI for real time strategy games?
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#105Kudos to both Blizzard and DeepMind. Anticipating a lot of fun with this. StarCraft 2 could indeed become the AI pedagogy standard.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#106Earlier quoted context omitted.
You must admit that there is an underlying aggressive theme in games like StarCraft. The visuals show clear resemblance of people being killed by projectiles and by other war technology. The AI will be rewarded for skillfully decimating the enemy, for protecting the units it has control over and for coming up with strategies like ambush, raids, patrolling etc. I am more convinced by the idea that an AI will be able g…
> You must admit that there is an underlying aggressive theme in these games. The visuals show clear resemblance of people being killed by projectiles and by other war technology. An AI doesn't know or care about any of this. Literally its applying statistics to optimize a cost function or assign labels to input states. These numbers could represent number of kills or number of dollars; the computer doesn't care.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#107Earlier quoted context omitted.
How does it seem to know which zergling is about to get hit?
Because the tanks are using the default unit AI, which AFAIK amounts to "when your weapon is ready to fire, shoot the closest enemy in range". The zergling AI knows the attack range and rate of each tank so can ensure that the closest zergling is always on its own when a tank is ready to fire. What would be really interesting is putting a similar smart AI on the tanks, which could make decisions like shooting at the…
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#108I can't wait to see how far DeepMind can go in this area. I was initially skeptical that AlphaGo could defeat top human players, but then it happened. Who knows, perhaps one day AI can compete against progamers in GSL!
Competitive AI in broodwar already can destroy the best humans. AI can use strategies and tactics that human can't effectively do. Most notable is perfect splitting which changes the game quite a bit.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#109Looks like they are going to limit the APM of the AI. I wonder how they are going to decide the limit? I've never played StarCraft, but from what I understand very high APM is needed to play the game at the highest levels.
I've followed the professional StarCraft 2 scene for a long time now. There were a few players who were famous for having high APMs, here is an over-the-sholder view of one of them [1]. I don't have a reference but believe he used to play in the ~500APM range. That would probably be the upper limit of a human's ability. [1] https://youtu.be/WHcl6Cs1FAM?t=7m57s
An AI limited to even 200 decision-driven actions per minute would probably have a significant advantage over a "500APM" player.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#110I suspect this will eventually lead to AI as a service for games. Rather than build a terrible AI that delays a game by months, approaching a company that can build a decent AI initially which gets better overtime would probably be ideal and create better experiences. Im curious if a startup can be built from this.
How would you scale for games with different inputs and outputs?