I'd love to see a e-sport league where the teams are AI human hybrids (Centaur teams). We know that AI human hybrid teams are great at chess [1], and I'd love to see rts games played by 'Centaur' teams. In the same way the innovations made in F1 often trickle down to consumer cars, can you imagine the advances that could be made in human-machine interactions in the crucible of a real-time Centaur gaming league? [1] h…
If they allowed you to script micro unit behavior in some way that'd be first step in a hybrid game.
DeepMind and Blizzard to release StarCraft II as an AI research environment
161–170 of 344 posts
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#162Earlier quoted context omitted.
I agree. I think you'd have to limit that machine's APM to somewhere around the human limit, and make it choose which actions it wants to spend its time on. Otherwise the AI is eventually just going to absolutely destroy humans with micro, which is not remotely interesting. We've known transistors were faster than fingers for ages.
> Otherwise the AI is eventually just going to absolutely destroy humans with micro, which is not remotely interesting. If you could issue as many orders as you wanted, what would the optimal strategy be?
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#163Earlier quoted context omitted.
A big part of Starcraft is that certain units counter other units. Tanks counter zerglings, because they do splash damage to a bunch of them at once. Here's what you can do with infinite APM: https://www.youtube.com/watch?v=IKVFZ28ybQs It's just broken. It's not even the same game.
How does the AI "know" which Zergling is going to be fired upon? Are the tank shots not instant-hit? Or is this just a demonstration of what actual optimal control would look like.
(The implementation in the video likely just cheats and gets the information from the engine, but at least the first case should be deterministic enough)
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#164Earlier quoted context omitted.
I agree. I think you'd have to limit that machine's APM to somewhere around the human limit, and make it choose which actions it wants to spend its time on. Otherwise the AI is eventually just going to absolutely destroy humans with micro, which is not remotely interesting. We've known transistors were faster than fingers for ages.
> Otherwise the AI is eventually just going to absolutely destroy humans with micro, which is not remotely interesting. If you could issue as many orders as you wanted, what would the optimal strategy be?
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#165I think the worst possible outcome for society would be if we ended up with capable AI but with the algorithms only accessible for a handful "AI-as-a-service" companies.
The second concern is understandability of the algorithms: from what I've read, it's already hard to deduce "why" an ANN in a traditional problem behaved like it did. An AI that is capable of coping with dynamic, unpredictable situations like an SC game (with only pixels as input) is impressive but it seems less useful to me if it's not understood how that is done.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#166Earlier quoted context omitted.
> When Google’s AI can beat a human at StarCraft, it’s time to be very afraid. I don't actually agree with this. Unlike Go, StarCraft is not only a game of strategy; "micro" (micro-managed tactics, basically) also plays a big role. An AI is going to be able to issue a LOT more commands per second than even the most skilled humans, giving them a natural tactical advantage. Strategy is more difficult for an AI, but not…
I agree. I think you'd have to limit that machine's APM to somewhere around the human limit, and make it choose which actions it wants to spend its time on. Otherwise the AI is eventually just going to absolutely destroy humans with micro, which is not remotely interesting. We've known transistors were faster than fingers for ages.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#167Earlier quoted context omitted.
Isn't it easy to account for this? Just force the AI to stick to between 100 and 150 APM, and it becomes its responsibility budget its APM.
Sure, but even then it's difficult. Micro'ing three fronts at once would be difficult for a human but could easily fit within the AI's budget. You could solve this by coming up with some sort of context-switch effort function but it starts to feel forced. Or at least, once you start calibrating the parameters of the problem around human limitations, it sort of feels weird to talk about the computer being better or wo…
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#168I applaud the idea, but I'm worried about how open the results of the research will be in the end. I think the worst possible outcome for society would be if we ended up with capable AI but with the algorithms only accessible for a handful "AI-as-a-service" companies. The second concern is understandability of the algorithms: from what I've read, it's already hard to deduce "why" an ANN in a traditional problem behav…
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#169Earlier quoted context omitted.
If they allowed you to script micro unit behavior in some way that'd be first step in a hybrid game.
It would also be cool if it was an upgrade you unlock. So, instead of just stat upgrades, you could also purchase AI upgrades.
Re: DeepMind and Blizzard to release StarCraft II as an AI research environment
#170This is pretty interesting. DeepMind’s last triumph (beating the best human Go players with AlphaGo) is impressive, but Go is a great fit for neural networks as they stand today; it’s stateless, so you can fully evaluate your position based on the state of the board at a given turn. That’s not a good fit for most real-world problems, where you have to remember something that happened in the past. E.g. the ‘fog of war…
Because you don't understand the solid state physics of your iPhone CPU, does that mean it is magic?
Because you do not understand what a neural network is, does that mean it is magic? NO, it is essentially curve fitting with gradient descent. (Me: PhD in Statistics).