Artificial intelligence in robots
hapalua
Posts: 149
Hello everybody. Does anyone here have extensive experience programming ai into their robots? If so tell me about it!
Comments
But one method is to do a bunch of simple things consistently, and where they all happen together, it seems "intelligent". If you look at my current hero mark tilden's robots, they do a bunch of simple stuff, and come off as if they are actually "smart". And some don't even have a processor.
Anyway, a good way to do a lot of simple stuff is in forth, its great for simple drivers and all that, and then string them together.
For example, forth just does a bunch of really basic stuff, but folks often mistake it for an IDE or an operating system, since it gives you all the "necessary" bits that these provide. Its neither, but gives functions that allow one to do some of the things we associate with IDE or OS.
I personally like deterministic approaches... they may fail, but when they do it becomes obvious that there is a flaw in your thinking, and your thinking is then directed toward finding that particular flaw.
-Phil
http://www.solarbotics.net/library/pdflib/pdf/BattlingReality.pdf
AKA Forrest Gumpsumption architecture.
That's dangerous talk in these parts.
-Phil
AI is a pretty broad subject. What types of things were you wanting to do that you consider AI??
I looked for that thread myself (I couldn't find it).
I think the short coming of that approach is it required a second set of sensors to detect "mistakes". I still thought it was very cool. I'm pretty sure the guy used some sort of Basic Stamp as the controller.
I believe he used terms like "pain" to describe sensor input that lead to mistakes.
I hope you find it.