Can AI Rival Online Players?

Started by
14 comments, last by RealityFails 11 years, 2 months ago

This is a common thought of mine.

I play a game every so often called Mount&Blade:Warband. There is a mod called "Persistent World" in which you are thrown into an MMO sandbox-type world and you're essentially left with the standard fare choices to make. You can collect, craft, be a doctor, knight, whatever. Upon death you lose everything (though you do respawn) and are asked to roleplay being a new character. While I am not a fan of roleplaying, I agree to keep up the atmosphere.

The mod is fun, you have bandits, ransoms, duels, wars - it's all very "Persistent". But it had me thinking. This game would be reasonably more fun with absolutely no latency and a more surefire way to ensure that all players keep to some basic rules. At this point I was back to thinking about AI again, if it could match what an online player contributes and still has the same unpredictability.

What games have excellent AI? Do you think singleplayer can give the same multiplayer experience? If anyone plays the popular competitive multiplayer games (TF2, Halo, etc..) I'd love to hear your thoughts also.

Advertisement

AI as an opponent or team member is very widely used. It can play equally well or even overpower human players. But there's a reason why it's more fun to play with human players than with AI (even if AI is very good).

What task are you going to give AI?

AI as an opponent or team member is very widely used. It can play equally well or even overpower human players. But there's a reason why it's more fun to play with human players than with AI (even if AI is very good).

What task are you going to give AI?


Oh this isn't for a game I planned, just theoretical stuff.


What's the reason for online play being better?

What's the reason for online play being better?
Because people are people, and do crazy or unpredictable things. The AI will just play the game to the book, and usually as efficiently as possible. The AI also doesn't laugh/talk/enjoy the experience with you over their non-existent headsets.
Sometimes AI is laughably bad. Sometimes (as in the original Resistance for PS3) AI is so strong as to be oppressive. I've seen many games where they have crackshot accuracy. There are some games, like Black Ops, where you can play against AI and the have to outnumber the player in high amounts to be challenging.

AI also don't adapt tactics, don't pick up on dead giveaways to certain things that players pick up on, etc. They can't effectively be told to do many things a human player can do and it's hard for them to work with a contingency plan if something goes wrong.

I guess what I'm saying is it really depends on the game.

I think that its possible to make an AI to pass the Turing test even, if you have powerful computers. But that's not a large market for commercial games.

That said you can definitely make a game where the AI can play the game in multiple ways, react to opponents unit choices and so forth. Not anything that can fairly compete against competitive players though. For RTS games you would still need a recent computer model something put out this year maybe, but an FPS might be viable on normal computers.

First you should define what it does mean to have a "good" AI.

For example, in FPS, making an impossible to beat AI is very simple. Just make a bot with 100% accuracy and instantaneous detection of enemy characters. You could probably set it to run in circles and it will still defeat the player, without any fancy behavior.

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

100% accuracy and instant detection sounds like the AI is cheating, as players often get some drifting and randomness imposed upon them and have to look behind themselves to see someone there.

I think a good AI would have to challenging even when playing by the same rules as the player. If it needs to cheat its just a cheap bandaid to make it appear better to new players and will annoy players who will find out by it showing seemingly impossible knowledge or behaviour when being watched over a bit of time. And feeling cheated is 10 times worse than not feeling challenged.

The problem then is making a good AI, but that is much easier said than done and will probably never be as good as a human knowing the game.

Personally i wouldnt like it as much as if it had real players rather tgan realistic ai. If its ai i feel not connected to the world and feel like im throwing instructions at a box and it affecta or contributes to nothing.

However, this can be fixed by adding a community like forums where most players will go and add their stuff to show to others.

o3o

100% accuracy and instant detection sounds like the AI is cheating....

I've got some random thoughts to share; hopefully there's some value in here for you. :)

Something to keep in mind here is that, in games that are sufficiently complex, an AI may need to cheat in order to effectively compete with a human opponent. Consider how many games you've played over the years where you've been able to outsmart an AI-controlled opponent and how you were able to do that. If, for instance, you manage to bait a player through a door into a frag mine, that player will learn very quickly to be cautious of following you around doors. If you figure out how to bait an AI-controlled adversary through a door, in many cases that tactic will work all the time...or never work. (An AI that "learns" is more difficult than it sounds; though you could reasonably make an AI that appears to learn. Another topic, perhaps.)

There's a reason that difficult mode settings do not simply ramp up how "smart" an AI controlled opponent is. Very often they boost the opponent's resource availability, strengths, durability, etc. Starcraft (the first one) in Insane AI mode gave the computer infinite resources (really, everytime it hit 0 vespene or minerals, it gave itself 2000 of each). In XCOM: Enemy Unknown, the aliens each have more HP and better accuracy, in addition to better tactics, as you ramp the difficulty up.

AI in games is not a trivial thing; it's a very difficult problem. Making an AI super effective at winning doesn't intrinsically make it a good AI for your game; that's fine for chess, but for other games it can be fun for an opponent to panic and act irrationally (this happens in the recent Batman games, for instance) and that becomes a fun element of game play.

This topic is closed to new replies.

Advertisement