Hi, I would be much interested in translating the new second edition. I own the first version in English and I think it would be great to make it more...
87
Serguei Mokhov
stgunya
Sep 16, 2002 2:56 pm
... From: "Alberto Vera" <artificialintelligenceperu@...> Sent: September 11, 2002 3:34 PM ... Personally, I don't see anything wrong with your rule with...
89
wein3150
Sep 20, 2002 7:02 am
Would using MIT Scheme 7.5 for W98 compile the source code from the text by changing the file extensions from .lisp to .scm? Thanks....
90
joachim@...
Scubbytoo
Sep 20, 2002 7:31 am
... scheme is not lisp, so I don't think so... But why don't you just try it and see for yourself??? Joachim....
91
Serguei Mokhov
stgunya
Sep 20, 2002 3:28 pm
... From: <joachim@...> Sent: September 20, 2002 3:37 AM ... Not exactly LISP, but a subset. ... I agree here :) -s...
92
wein3150
Sep 20, 2002 3:49 pm
... from the ... Okay, so I put the lisp converted files into the same directory as the compiler. Now, command-wise running this stuff, what, (load...
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...
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...
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...
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...
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. ...
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...
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...
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: ...
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...
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...