What are some of the top open problems in AI? (I've searched google for this and find mostly vague stuff like "what is the nature of intelligence" etc.) In...
102
Peter Norvig
norvig
Oct 24, 2002 5:25 am
A Google search for "artificial intelligence" "challenge problem" yields interesting results. (For the first result, I had to use the "cached" feature; I...
103
David Faden
gilbertnews
Oct 29, 2002 4:58 am
Hi, On page 231 of AIMA, the authors write, "One can even have categories of categories of categories, but they are not much use." If DomesticatedSpecies was...
104
Sorathia Vikram
vsorathia
Nov 4, 2002 4:57 pm
HI, I wish you all a Very Happy Diwali. I am a Ph D student, interested in application AI (Expert Systems) and GIS in Disaster management. I have considerably...
105
flamesplash
Nov 10, 2002 3:27 am
Hi there. I'm having some trouble figuring out the calculation for an example in the book. It's on page 447 and is P( Burglary|JohnCalls ) = .016. I keep...
106
Naresh_521204
Nov 16, 2002 3:56 pm
Hi, I just wanted to know what data structure is best for implementing the history-list in the various searches such as DFS, BFS and A* thanks...
107
Peter Norvig
norvig
Nov 16, 2002 4:26 pm
You could look at the online code, and ypu'd see that for depth-first search you want a stack, for breadth-first a queue, and for A* a priority queue. ...
108
Naresh_521204
Nov 16, 2002 4:52 pm
Hi, Thanks for the reply For the dfs i am using 2 datastrucutes one for storing the nodes that have not been expanded yet which is a queue and one for the...
109
Naresh_521204
Nov 26, 2002 5:04 pm
Hi, Can any one suggest a good evaluation function for the mancala game other then the difference in the number of stones in the mancalas of the players thanks...
110
ulitjd <ulitjd@......
ulitjd
Dec 11, 2002 7:21 pm
Could any one tell me about The Real-Time A* Search? I would like to know about the idea and algorithm detail. It's so good, If there write in Pascal, C or C++...
111
A.T. Murray <uj797...
mentifex
Dec 21, 2002 4:32 pm
We congratulate the hard-working authors of AIMA on the illustrious publication of their second edition and we recommend AI4U as a companion AI experimentation...
112
Luis Soares <luizs...
luizsoarez
Dec 22, 2002 8:17 pm
Hi there. I saw in Amazon.com that AIMA's 2nd edition was to be published on December 19, 2002. Is this date correct? Because in amazon the book is still not...
113
Peter Norvig
norvig
Dec 22, 2002 11:35 pm
It was supposed to be in-stock on the 19th, but I heard from the publisher there will be a slight delay until tomorrow, Dec 23. There was a bad batch of glue...
114
azam rabiei
azamrabiei
Dec 25, 2002 2:41 pm
hello I read about Real-Time A* Search in a famous book: Artificial Intelligence :A new Approach By: Russel & Norving ... ...
115
A.T. Murray <uj797...
mentifex
Dec 29, 2002 6:40 pm
After some experimentation, the following AIMA URL has been derived: http://dogbert.abebooks.com/servlet/BookSearchPL?ph=2&sn=0131038052 as the briefest...
116
flamesplash <flame...
flamesplash
Jan 7, 2003 2:30 am
In AIMA c1995 Figure 20.6 makes use of REWARD, however I don't see how this table is calculated or updated when 20.6 is used in 20.2. Additionally, in 20.6 is...
117
richscherl <rscher...
richscherl
Jan 10, 2003 10:02 pm
The link on the web page for the text for Java Code is broken. Is there code available? Rich Rich Scherl...
118
Peter Norvig
norvig
Jan 11, 2003 1:58 am
The link is fixed now (http://aima.cs.berkeley.edu/java.html) but there's not much useful code there. Have a look and see if there's anything you find useful....
119
flamesplash <flame...
flamesplash
Jan 11, 2003 3:50 am
In fig 20.6 I don't see how in a case like the game of tic tac toe where the rewards are only ever gained at the terminal state how the rewards are ever...
120
hodgkinsonlt <hodg...
hodgkinsonlt
Jan 12, 2003 4:01 pm
Dear Drs. Russell and Norvig, I was wondering if you have a published errata list for AIMA, second edition. I have discovered some typographical errors and...
121
Berend Dekens
dekens@...
Jan 12, 2003 7:34 pm
I've got a deadline for excercises 8.15 and 8.16 in 2 days but I still don't have a clue how to put those sentences in Java code... Does anybody have a...
122
Peter Norvig
norvig
Jan 13, 2003 6:21 am
We don't have an errata list yet; you can help start it. Thanks, -Peter Norvig ... From: <hodgkinsonlt@...> To: <aima-talk@yahoogroups.com> Sent: Sunday,...
123
Luke Hodgkinson
hodgkinsonlt
Jan 13, 2003 12:11 pm
Dear Dr. Norvig, I think your textbook is one of the best textbooks I have ever read. The most obvious typographical errors I have found so far are 1) page 121...
124
Luke Hodgkinson
hodgkinsonlt
Jan 13, 2003 12:21 pm
typographical error 4) should be page 86...
125
Luke Hodgkinson
hodgkinsonlt
Jan 13, 2003 1:02 pm
Dear Dr. Norvig, There might be an error on p. 403 in equation 11.1. After some logical manipulation with deMorgan's laws and distributing AND over OR, the...
126
Luke Hodgkinson
hodgkinsonlt
Jan 13, 2003 1:55 pm
My last message was wrong. The equation is correct logically it seems. One half of a disjunction would read At(P1, JFK)0 AND NOT (At (P1, JFK)0) which would...
127
emissar_y <emissar...
emissar_y
Jan 13, 2003 5:45 pm
I received my 2nd edition from Amazon last Monday.. Order all you want.. E. ... edition? ... http://docs.yahoo.com/info/terms/...
128
brent_goodwin2000 <...
brent_goodwi...
Jan 13, 2003 8:20 pm
Hello! I have a question about the algorithm presented in fig 14.9 on page 506. Can anyone describe what is meant by the statement "extend e with value xi for...
129
Luke Hodgkinson
hodgkinsonlt
Jan 15, 2003 2:37 pm
Dear Dr. Norvig, I completed a partial errata list through page 515, but unfortunately, I may not get the chance to go further. My apologies. I hope that this...
130
Peter Norvig
norvig
Jan 15, 2003 10:44 pm
This is great. I'll review these and turn it into an errata page shortly. -Peter...