Hello. Once again, I come in search of guidance.
So.. I am supposed to get a AI project going (yes, for school),,, one that makes use of machine learning... in a game,,, it could be some sort of enemy, or some manager for a given entity, or something like that... turns out I am really out on ideas of what to do... so coud anyone one point me the way?
what could possibly be a good idea,,, something realistic, given that I am a newbie to machine learning (and general AI)...
I have chosen to use c++ for the implementation, so I would need to know an adequate library to use as well..
So basically, If anyone could just say "well, you could try to do xxxxx using xxx" and some additional insight on the project, I would be very thankful...
machine learning c++ project - tip
sorry for the bump...
but can't anyone really just tell me what a good machine learning project would be a nice one for a newbie at the subject to get started?
but can't anyone really just tell me what a good machine learning project would be a nice one for a newbie at the subject to get started?
Currently, the number one application for machine learning in game development is car racing AI.
Try N.E.A.T by Ken Stanley. I worked with it awhile back and it seemed quite promising...
There is a pretty active group on Yahoo for it.
There is a pretty active group on Yahoo for it.
******************************************************************************************
Youtube Channel
See the parallel discussion on why, generally speaking, I don't favor learning for Game AI. :)
With that said... nothing wrong with it for a school project. Even if it doesn't work fantastically, you'll still learn something.
I believe Ian Millington's book on Game AI discusses the use of simple pattern recognizers (not sure if that really counts as learning or not) for fighting games. There may be some other examples of using machine learning as well - I don't recall for sure and don't have the book handy.
Controlling a vehicle in a racing game is definitely an option.
You could try learning for an FPS bot. I don't expect it to go well, but it might give you some good insight into why it's hard (which is probably as valuable or more valuable than insight into cases where it's easy).
Play selection in a sports game (e.g. for football - by which I don't mean soccer). I don't expect that online learning would work very well there either, because it's probably too easy for the player to manipulate the learning, but it might be interesting to try offline learning and see what you come up with. Then again, the sort of pattern recognizers that Millington talks about for fighting games might work better than I expect.
With that said... nothing wrong with it for a school project. Even if it doesn't work fantastically, you'll still learn something.
I believe Ian Millington's book on Game AI discusses the use of simple pattern recognizers (not sure if that really counts as learning or not) for fighting games. There may be some other examples of using machine learning as well - I don't recall for sure and don't have the book handy.
Controlling a vehicle in a racing game is definitely an option.
You could try learning for an FPS bot. I don't expect it to go well, but it might give you some good insight into why it's hard (which is probably as valuable or more valuable than insight into cases where it's easy).
Play selection in a sports game (e.g. for football - by which I don't mean soccer). I don't expect that online learning would work very well there either, because it's probably too easy for the player to manipulate the learning, but it might be interesting to try offline learning and see what you come up with. Then again, the sort of pattern recognizers that Millington talks about for fighting games might work better than I expect.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement