• 0

AI Bots


Question

5 answers to this question

Recommended Posts

  • 0

Your best bet is probably going to end up being something along the lines of Prolog to get some logical AI into the situation. It's not an amazingly hard language to learn, once you've got your head around the concept of a functional programming language - the only hard bit is visualising what you need to define for things to work properly.

In order to make it useful, you might need a prolog "brain" and an interface made in some other language that is more suited to the task, but either way it's a big job. Make sure you read all the important text and articles on the subject - you're going to need them!

Link to comment
Share on other sites

  • 0

use AIML (Artificial Intelligence Markup Language. www.aiml.info). it's basicly a standart for chat bot scripting that A.L.I.C.E was built uppon (www.alicebot.org - known to be the most advanced chat bot). there are lots of AIML wrappers and if u want u can make one urself also. basicly AIML is just the standart and after u have ur bot's AIML script files u can basicly make the bot run anywhere by just making a corresponding wrapper that'll wrap the AIML files and execute them as u want (thru irc, over the chat in UT multiplayer, wherever).

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.