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,...
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...
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...
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...
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....
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...
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...
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...
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 ... ...
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...
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...
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...
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++...
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...
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...
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. ...
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...
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...
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...
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...
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...
101
schokn
Oct 24, 2002 3:16 am
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...
100
Serguei Mokhov
stgunya
Sep 23, 2002 3:51 am
... From: "flamesplash" <flamesplash@...> Sent: September 22, 2002 11:01 PM ... www.google.com Keyword: ABSOLVER That document might be of interest: ...
99
flamesplash
Sep 23, 2002 3:01 am
I was just curious if anyone knew what the heuristics generated by the ABSOLVER program, mentioned on page 103, were or a web site that explains them. It made...
98
Will Deakin
anisotropia9
Sep 21, 2002 7:20 am
... and ... Yes. The answer I gave was in response to a thread as to whether the aima code would run under scheme. I was trying to explain why this was not so...
97
Owain Roberts
Owain_Roberts
Sep 21, 2002 1:22 am
My understanding is that this goup if for discussions directly pertaining to 'Artificial Intelligence: A modern Approach' by Stuart Russell and Peter Norvig. ...
96
Serguei Mokhov
stgunya
Sep 21, 2002 1:17 am
... From: "Will Deakin" <anisotropia9@...> Sent: September 20, 2002 5:44 PM ... I wasn't talking about any particular flavour of lisp. ... Okay, not a...
95
Earthlink
wein3150
Sep 21, 2002 12:41 am
Will, thanks for the reply. Through another correspondence today, you are right on. I had started out this whole thing by downloading Allegro adn kind of...
94
Will Deakin
anisotropia9
Sep 20, 2002 9:44 pm
... Without meaning to be painfully pedantic, if you mean by LISP (or lisp since this looks a bit quieter on the page :) that you are talking about common lisp...
93
Will Deakin
anisotropia9
Sep 20, 2002 9:33 pm
... No. Although similar, common lisp and scheme are sufficiently different such that the code in the book will not -- in general -- work with scheme. Two...