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...
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...
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...
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...
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...
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 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...
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, 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...
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, 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...
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...
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:...
Hi! I was studying the section 7.6, about the DPLL and WalkSAT algorithms and I had a doubt about how the random sentences used to plot the fig 7.18 were...
Hello mates, I've been testing my java code for the algorithm POLICY-ITERATION (chapter 17). It solves the Simplified Bellman Equations (SBE) for the MDP...
Users query Search Engines databases by words. They are enabled to query by sequence of words and/or by combining them logically in a sort of "Logical Hook"....
... installation of ... this file ... there is ... return a ... Well, the code " v = VacuumEnvironment() w = EnvFrame(v) w.mainloop() " draw the grid (for us...
It is said in the http://aima.cs.berkeley.edu/python/agents.html: # GUI - Graphical User Interface for Environments # If you do not have Tkinter installed,...
hi, I have just finished my second year at university,and have started reading the aima book, I wanted to know which excersises you think are more important...
Hmmm, I've got a hard time translating your example, or those from the Wikipedia article into logical sentences (I have no idea how to express that a model is...
... I've found my mistake: the best action in figure 17.3 for 3,1 is *not* to move North, even if the value of the position 3,2 is higher than the one in 2,1....