Dear soul-mates, I would like to comment some issues of the QLearning algorithm in the book. (1) First of all I think there is a mistake in the pseudo code:...
Dear All, Who know the answer for following question. It might change nowaday. Read Turing¡¦s original paper on AI (Turing, 1950). In this paper, he...
Hi, I've a question about the difference of the model-based agent(mba) and the goal-based agent (gba) without regarding the difference of reflex and goal. I...
plz review ur question u said mba knows what happen to the world after action x taken and ur question says he didnt ??? thanx ... -- Eng. Osama Lotf Barakat ...
Hi, In page 25, it is said that "AI becomes a science (1987--present)". I understand that it doesn't make much sense to pinpoint the exact time when this...
I don't have the book with me right now, but I believe we took the (as you say, quite arbitrary) turning point to be Pearl's book, which has 1988 as a...
Hi Peter. It is so nice to have an expert at hand. I am just trying to get on the AI wagon. I was reading some comments given by Dr. Roger Schank (who by...
Give arguments with 10 references (books / web / research paper) about one of the following statements. "Agents are future of AI" OR "Agents are not AI"...
Hi, I'm having trouble understanding this question. How can there be other connectives other than the ones already mentioned? Can someone give me an example...
Hi, you might want to look at what "binary connective" actually means. hint:- Every possible truth table you can create using two variables in effect defines a...
In Sec. 13.7, "The Wumpus World revisted", the approach starts with the distribution of all Pij variables, but only three of the Bij variables, B11, B12, and...
Hello, I would like to introduce an alternative java code for most of the algorithms in the book. The code is extensively documented, licensed under the GPL...
A quick glance suggests that Iván's software could be very useful to all of us. I look forward to examining it in more detail and to the reactions that others...
I have a very fundamental question. Figure 2.3 has the following percept sequence: [A, Clean] [A, Clean] [A, Clean] I feel that this percept sequence is not...
its general can u specific some points ?? ... -- Eng. Osama Lotf Barakat Technical Administrator; www.ebnalyaman.com; 4th year ; computer engineering; Cairo...
... Let us see the results. Ich you like an open source simplest chess engine for a funny chess variant, you can use my applet and download the sources at: ...
I have problem with implementation of uninformed search algorithms in java that was in the aima.zip package. Can anyone send for me a program that use this...
Hi, On page 74 of The Book there is a formula O(b^d+1). The example states that b=10 and d=2, which in my mind results in 10^3 = 1000, but the example gives...
Hi, The demo package in the distribution has examples of most if not all the searches. The unit tests have more examples. It is difficult to respond...