Neural Network - Discussion

Started by
102 comments, last by Kylotan 15 years, 7 months ago
Quote:Original post by KylotanAnd I seem to remember someone wrote a simple Bayesian predictor for an FPS which, given your current position, very accurately estimates where you're going to go next, meaning it can almost always be waiting for you in an optimal position. It's easy to do.

Sounds intruiging. Got a link or a name?
-------------Please rate this post if it was useful.
Advertisement
I can see how that would work. As for researching it, start with getting comfortable with Bayesian networks. The whole idea behind Bayesian stuff is taking observables and combining them with uncertain, yet relatively likely premises, to arrive at what is the most likely outcome.

Once you are familiar with how they work, the implementation should be obvious. At that point, everything becomes problem-specific.

Dave Mark - President and Lead Designer of Intrinsic Algorithm LLC
Professional consultant on game AI, mathematical modeling, simulation modeling
Co-founder and 10 year advisor of the GDC AI Summit
Author of the book, Behavioral Mathematics for Game AI
Blogs I write:
IA News - What's happening at IA | IA on AI - AI news and notes | Post-Play'em - Observations on AI of games I play

"Reducing the world to mathematical equations!"

I am familiar with them. I have implemented something similar in RoboCup. I'm interested in this particular implementation because Kylotan mentioned it achieved optimal behaviour, which isn't always easy - at least not given a limited sample size to learn from.
-------------Please rate this post if it was useful.
My use of the word optimal wasn't a strict one. After all, who could judge whether the position truly was the best?

This topic is closed to new replies.

Advertisement