Originally Posted by
torilose
Do some research before you spit in my face like this. I actually have some coding experience and know my shit. "All it needs to recognise is a road, other cars, and their movements (which are fairly straightforward and predictable)." In toribash you have a couple of joints. How is that harder? The AI will try different random moves at first and based on successrate improve certain openers. It doesnt take a lot of space to store that as joint status can be described with just a few chars.
Who's spitting what lol, this is a discussion my man, calm your balls.
I have 4 years of coding experience and around 2 of it is game development, and yes, that involves some AIs. The thing you don't understand is how simple and primitive self driving AI is compared to TB fighting one.
To drive a car you need w, a, s, d. 4 controls. It involves no predictability, just recognising the terrain and using those 4 controls.
In Toribash you have 18 joints actually, not a couple. Each joint has 4 states, so to an AI that's 72 controls. I think there is a considerable difference between 4 and 72. And I'm not even including the predictability element of the game which is harder than any amount of controls.
Storing joint status doesn't take much if you look at it like "few characters", but if you really have any programming experience you would know that it's not that simple. As we already established there are 18 joints and 4 states for each. Now the AI has to store info of those 18 joints in their state EACH FRAME for thousands and thousands of games. How much do you think that can take up? The answer is a lot.
Originally Posted by
torilose
After a couple of hundred generations the AI will be able to beat a lot of players without even having to react to anything they do. Then a couple of thousand gen´s later the AI will take enemy movement into account and react.
Idk what you're on about but it doesn't belong to this discussion lol. We're talking about present time, not thousands of years later. And even at that you're wrong. It won't take hundreds of generations, it could easily be accomplished from a home computer in 20 years by the rate that technology is evolving.