Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

aima-talk · AI: A Modern Approach: Help for the text

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 581 - 611 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#581 From: "Ravi Mohan" <magesmail@...>
Date: Thu Nov 3, 2005 2:38 pm
Subject: Anti Virus False Positives and the Hunt for Shai Hulud
magesmail
Send Email Send Email
 
Hi all,
  A couple of people wrote to me saying their Anti Virus software
reported that the "learning" directory of the java code is infected
with a worm,  W32.Sircam.Worm@mm to be precise.
Symantec's description of the worm is here
http://www.symantec.com/avcenter/venc/data/w32.sircam.worm@mm.html.

As far as I know this is not true and the code on the site is clean
(but see below) . This is what I did to track down any infestation

1.I have Norton Anti Virus on my Windows system (I do most of my
development on Linux) and a full system scan did not reveal this worm.

2.I downloaded the zip file from the AIMA site and ran a scan on it.
Still "No Infection found".


3.I then visually inspected the code. Since the zip file contains
only, txt, xml, java and class files (and no executable files) I am
not able to make out how the code could be infected. (the SYmantec
description seems to indicate that the worm travels via email with an
executable attachment being the carrier.)

4.I uploaded the  zip file from the aima site as an attachment to an
email using a yahoo account(Yahoo scans all attachments for
viruses/worms ) and yahoo reported an "all clear " as well.

5.I ran the symantec  worm removing
tool(http://securityresponse.symantec.com/avcenter/venc/data/w32.sircam.worm@mm.\
removal.tool.html)
which specifically checks for this worm and found nothing , on the
code on my development machine and the code on the AIMA site

At this point I think one of the following is happening (a) an
antivirus product is delivering a false positive (b)The Symantec
Norton Anti Virus product is broken and does not detect an infection
or (c) the zip file is being infected after being downloaded onto an
infected PC.The fact that aima.zip is often the first zip file
encountered in a search may have something to do with this? (d)
Smething really weird is happening and I have no clue what.



As far as I can make out, the code on my machine and that on the aima
site are not (repeat NOT) infected. However I am not an expert on
security and I could be wrong. I request anyone encountering this
phenomenon to kindly mail me with details of

(a)what antivirus software they are using
(b) the exact message the AV tool pops up
(c) the infected file's name if the tool points to a particular file
as being infected.

A generic report of " your code is infected. Please help" is next to
useless.

You may want to try run the worm removal tool and re download the zip
file from the website. If your AV tool reports the zip file as
infected  *as you download*, please write to *me* ( and NOT to this
forum) at magesmail@.... Any help much appreciated.


Regards,
Ravi

#582 From: "Ravi Mohan" <magesmail@...>
Date: Thu Nov 3, 2005 6:27 pm
Subject: Virus/Worm update
magesmail
Send Email Send Email
 
Hi all,

<update>
I have completed checking the aima java archive with norton, mcAffee
and PC Cillin.All 3 products report that the archive is clean. It
seems that the archive is getting infected AFTER download onto an
infected network.(both reports came from the same university)

The worm's description at
http://www.symantec.com/avcenter/venc/data/w32.sircam.worm@mm.html
seems to indicate that the worm spreads through email (executable)
attachments.

Since the archive does not contain any kind of binary file(except
.class files) worm infection is very unlikely. In the next upload, I
will  include an MD5 hash so people can check if the archive has been
tampered with.

Conclusion : The aima.zip file  on the AIMA site is clean.
If I get any data to indicate the contrary, I'll post it here.

</update>

Regards,
Ravi

#583 From: mohammad tavangary <m_tavangary@...>
Date: Tue Nov 15, 2005 11:05 am
Subject: Hi all
m_tavangary
Send Email Send Email
 
hi all dears member in all world.
i am so exited to join to this group. and i wanna to take part all of your debate around AI specially the Russel book.
also i have some idea around human thinking and chines room and will describe it later soon.
bye and wait for your mails.
good luck.


Yahoo! FareChase - Search multiple travel sites in one click.

#584 From: "phantomsg1" <phantomsg1@...>
Date: Sun Nov 20, 2005 7:42 pm
Subject: Hi , i would like your help!
phantomsg1
Send Email Send Email
 
Hi every one i am new to the group, my name is Ahmad i'm a CS student
and cruntly taking "Introduction to AI " and using the "Artificial
intelligence : Amodren approach by Stuart Russell & Peter Norving 2
edition and my problem is that i was given an assinment to implement
the vacume-world problem using the breadth-first & depth-first search
stratigies and i do not know where to start so if some one could
please give me an idea on how to start and i would be gratley thankfull.

#585 From: Siamak Sobhany <siamaksobhany@...>
Date: Mon Nov 21, 2005 6:39 am
Subject: Re: Hi , i would like your help!
siamaksobhany
Send Email Send Email
 
start by AIMA online code repository: http://aima.cs.berkeley.edu/ . They have implemented parts of discussed problems in some languages like: Lisp and Java.
vaccum cleaner is here in lisp: http://aima.cs.berkeley.edu/lisp/doc/overview-AGENTS.html .
 

phantomsg1 <phantomsg1@...> wrote:
Hi every one i am new to the group, my name is Ahmad i'm a CS student
and cruntly taking "Introduction to AI " and using the "Artificial
intelligence : Amodren approach by Stuart Russell & Peter Norving 2
edition and my problem is that i was given an assinment to implement
the vacume-world problem using the breadth-first & depth-first search
stratigies and i do not know where to start so if some one could
please give me an idea on how to start and i would be gratley thankfull.








Yahoo! FareChase - Search multiple travel sites in one click.

#586 From: mohammad tavangary <m_tavangary@...>
Date: Mon Nov 21, 2005 8:42 am
Subject: Re: Hi , i would like your help!(Hi Ahmad)
m_tavangary
Send Email Send Email
 
Hi Ahmad
ofcurs you should have a random initialization.
and for your vacume direction indicating you must use random function too.
but you must take care that your first point coordination shouldnt be in a wall coordination.
by the way i have this program and if you need it say to me to sent if.
good luck


phantomsg1 <phantomsg1@...> wrote:
Hi every one i am new to the group, my name is Ahmad i'm a CS student
and cruntly taking "Introduction to AI " and using the "Artificial
intelligence : Amodren approach by Stuart Russell & Peter Norving 2
edition and my problem is that i was given an assinment to implement
the vacume-world problem using the breadth-first & depth-first search
stratigies and i do not know where to start so if some one could
please give me an idea on how to start and i would be gratley thankfull.








Yahoo! FareChase - Search multiple travel sites in one click.

#587 From: Munajjed ahmad <phantomsg1@...>
Date: Fri Nov 25, 2005 11:23 pm
Subject: Re: Hi , i would like your help!(Hi Ahmad)
phantomsg1
Send Email Send Email
 
hi, and thank you for your replay , and you are right but the problem that i am facing now is hot write the vacume direction random function , so if you could explan it for me or send me an algo of it or the code of it i would be thankfull .

thank you , ahmad


mohammad tavangary <m_tavangary@...> wrote:
Hi Ahmad
ofcurs you should have a random initialization.
and for your vacume direction indicating you must use random function too.
but you must take care that your first point coordination shouldnt be in a wall coordination.
by the way i have this program and if you need it say to me to sent if.
good luck


phantomsg1 <phantomsg1@...> wrote:
Hi every one i am new to the group, my name is Ahmad i'm a CS student
and cruntly taking "Introduction to AI " and using the "Artificial
intelligence : Amodren approach by Stuart Russell & Peter Norving 2
edition and my problem is that i was given an assinment to implement
the vacume-world problem using the breadth-first & depth-first search
stratigies and i do not know where to start so if some one could
please give me an idea on how to start and i would be gratley thankfull.








Yahoo! FareChase - Search multiple travel sites in one click.


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

#588 From: Rashid Hussain <hussain_cs@...>
Date: Tue Nov 29, 2005 7:30 am
Subject: send messages
hussain_cs
Send Email Send Email
 
i want to get information , and to send messages to this group. as i m student of Computer Science.


Yahoo! DSL Something to write home about. Just $16.99/mo. or less

#589 From: "Pavan" <pkkayathi@...>
Date: Wed Nov 30, 2005 6:51 am
Subject: A small question
pavankayathi
Send Email Send Email
 
Hello friends,
     I have been going through the chapter of Rapid Software
Development. When I came across Extreme Programming what puzzled me
was what can be the disadvantages of using story cards in XP. I
searched for the same in google but hardly found anything. So can
someone tell me if they are any disadvantages of using a story card.
Thanx in advance
Pavan.

#590 From: "Ravi Mohan" <magesmail@...>
Date: Wed Nov 30, 2005 11:55 am
Subject: Re: A small question
magesmail
Send Email Send Email
 
Pavan,
This question is irrelevant in  *this* forum, which is about the AIMA
book, written by Dr Norvig and Dr. Russell. You may want to try the
extreme programming group on yahoo, where you'll get  answers to your
questions.
Thanks,
Ravi


--- In aima-talk@yahoogroups.com, "Pavan" <pkkayathi@y...> wrote:
>
> Hello friends,
>     I have been going through the chapter of Rapid Software
> Development. When I came across Extreme Programming what puzzled me
> was what can be the disadvantages of using story cards in XP. I
> searched for the same in google but hardly found anything. So can
> someone tell me if they are any disadvantages of using a story card.
> Thanx in advance
> Pavan.
>

#591 From: mohammad tavangary <m_tavangary@...>
Date: Wed Nov 30, 2005 1:23 pm
Subject: Re: Re: A small question
m_tavangary
Send Email Send Email
 
yes.
i think so dear pavan.
i looking for this subject but i fail to found it in the Russle book.
sorry.

Ravi Mohan <magesmail@...> wrote:
Pavan,
This question is irrelevant in  *this* forum, which is about the AIMA
book, written by Dr Norvig and Dr. Russell. You may want to try the
extreme programming group on yahoo, where you'll get  answers to your
questions.
Thanks,
Ravi


--- In aima-talk@yahoogroups.com, "Pavan" <pkkayathi@y...> wrote:
>
> Hello friends,
>     I have been going through the chapter of Rapid Software
> Development. When I came across Extreme Programming what puzzled me
> was what can be the disadvantages of using story cards in XP. I
> searched for the same in google but hardly found anything. So can
> someone tell me if they are any disadvantages of using a story card.
> Thanx in advance
> Pavan.
>









Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Try Yahoo! Personals

#592 From: "mattias_kristoffersen" <mattias@...>
Date: Thu Dec 15, 2005 8:56 am
Subject: The future of AI
mattias_kris...
Send Email Send Email
 
Hi all!

What do you belive will be the most usefull area for AI. Perhaps in the
mediclal area, to cure and take care of the sick and elderly, or in
crime prevention?

i just started to read the book and i hope that my time will be well
spent.


/MK

#593 From: mohammad tavangary <m_tavangary@...>
Date: Thu Dec 15, 2005 8:12 pm
Subject: Re: The future of AI
m_tavangary
Send Email Send Email
 
Hi dear sir and modams..
i think AI in future will change into a practical way to awake the Philasopher that Human intelligenc have a bassical diffrence with Artificial intelligence because it is not stand up for her material mind , IT STAND FOR OUR HEAVEN PART .
please tell me if i make mistake eathere in text or in concept.
have pleasent time.

mattias_kristoffersen <mattias@...> wrote:
Hi all!

What do you belive will be the most usefull area for AI. Perhaps in the
mediclal area, to cure and take care of the sick and elderly, or in
crime prevention?

i just started to read the book and i hope that my time will be well
spent.


/MK







Yahoo! Shopping
Find Great Deals on Holiday Gifts at Yahoo! Shopping

#594 From: "AT Murray" <mentifex@...>
Date: Fri Dec 16, 2005 11:38 am
Subject: Re: The future of AI
mentifex
Send Email Send Email
 
http://mind.sourceforge.net/mind4th.html mow invites Netizens
to install a JavaScript Seed AI as "Mind" on their computers.

http://mind.sourceforge.net/Mind.html now includes a recursive
link back to itself so that users may update their local copy.

http://mind.sourceforge.net/userman.html ordains AI diaspora.
> First you start the JavaScript AI Mind by clicking on it.
> You may also host the AI Mind on your own hard disk
> or your own Web page and then bring the Mind to life by
> running MSIE, then using "File/ Open" with the AI filename,
> or by clicking on the Seed AI link that you have transplanted.
> Notice at the end of this User Manual that there is a link to
> C:\Windows\Desktop\Mind.html that will work only when you
> have made your own local copy of the JavaScript Seed AI. You
> have the opportunity to spread your artificial intelligence
> by planting the Seed AI on as many computers as possible.
> If the computer that you use is shared by a group of users,
> other people may stumble upon the ghost in the machine and
> may accept the challenge of programming a more powerful AI.
> If you are a manufacturer or distributor of computers, you
> are free to install the JavaScript Seed AI on every desktop.

A. T. Murray
--
http://doi.acm.org/10.1145/307824.307853
http://doi.acm.org/10.1145/1052883.1052885
http://www.scn.org/~mentifex/agiradar.html
http://www.sl4.org/archive/0205/3836.html

#595 From: Ivan Villanueva <ivan@...>
Date: Fri Dec 16, 2005 1:31 pm
Subject: Re: The future of AI
artificialidea
Send Email Send Email
 
> What do you belive will be the most usefull area for AI.

I'm afraid it would be in the armament industry if we continue doing nothing to
stop countries invading others and to stop the growing gap between rich and
poor.

Iván Villanueva

#596 From: Robert Futrelle <futrelle@...>
Date: Fri Dec 16, 2005 12:28 pm
Subject: Re: The future of AI
bobfutrelle
Send Email Send Email
 
I guess what bothers me the most about Murray's work described below is that when a researcher launches out in an unusual new direction, with lots of specialized terminology and concepts, there are certain obligations to the community that can get ignored.  What can happen is that the researcher fails to explain the links between what he or she is doing and the large body of work already done and being done.  That allows the researcher to avoid any criticisms by comparisons.  Much of the work that has been and is being done in AI and Cog Sci is excellent and well-documented and carefully related to extant work.

All (conventional) scholars are careful to describe how they are building on the work of others ( "If I have seen further it is by standing on ye shoulders of Giants." - Newton).  In fact, any paper for a journal or conference is reviewed with an eye to its discussions of the literature - do the authors fully understand what has gone before and how what they are presenting builds on that?

When a researcher avoids the traditional, they can also isolate themselves from criticism.  I would be delighted to see a scholarly discussion of the Mind4th system that relates it to other work and relates its terminology and concepts to already existing ones.  If the Mind4th system is better, let's see a detailed comparison of its strengths versus existing work. If the terminology and concepts and relations among them are better, let's see a defense that describes current work and explains why the new work is better, why neologisms are really needed.  As a starter, how does it relate to the view of AI presented in AIMA and PAIP?

All students and researchers should pay attention to the description I've just given of the way research and scholarship works.  AI invites people to wax rhapsodic about all sorts of vague and marvelous ideas.  But unless the ideas can be brought down to earth and tied into what has come before, they may not be that useful.  Einstein and Schrodinger and other scientists with radical new ideas understood this and related what they did to the existing knowledge of Galilean relativity and Newtonian mechanics.

Here's a quote from one of the ACM URLs that was included in Murray's post. I include it for what it's worth, neither supporting or refuting it:

"Six years ago in this journal we discussed the work of Arthur T.
Murray, who endeavored to explore artificial intelligence using
the Forth programming language [1]. His creation, which he called
MIND.FORTH, was interesting in its ability to understand English
sentences in the form: subject-verb-object. It also had the
capacity to learn new things and to form mental associations
between recent experiences and older memories. In the intervening
years, Mr. Murray has continued to develop his MIND.FORTH: he has
translated it into Visual BASIC, PERL and Javascript, he has
written a book [2] on the subject, and he maintains a wiki web
site where anyone may suggest changes or extensions to his design
[3]. MIND.FORTH is necessarily complex and opaque by virtue of
its functionality; therefore it may be challenging for a newcomer
to grasp. However, the more dedicated student will find much of
value in this code. Murray himself has become quite a
controversial figure."

Disclaimer:  I have not taken the time to study Murray's work in detail, but what little I've seen of it immediately triggered the concerns I expressed above.  After 30+ years of working in AI areas, I've seen lots of marvelous work and lots of off-the-wall things too. I can usually tell the difference.

    -- Bob Futrelle

http://mind.sourceforge.net/mind4th.html mow invites Netizens
to install a JavaScript Seed AI as "Mind" on their computers.

http://mind.sourceforge.net/Mind.html now includes a recursive
link back to itself so that users may update their local copy.

http://mind.sourceforge.net/userman.html ordains AI diaspora.
> First you start the JavaScript AI Mind by clicking on it.
> You may also host the AI Mind on your own hard disk
> or your own Web page and then bring the Mind to life by
> running MSIE, then using "File/ Open" with the AI filename,
> or by clicking on the Seed AI link that you have transplanted.
> Notice at the end of this User Manual that there is a link to
> C:\Windows\Desktop\Mind.html that will work only when you
> have made your own local copy of the JavaScript Seed AI. You
> have the opportunity to spread your artificial intelligence
> by planting the Seed AI on as many computers as possible.
> If the computer that you use is shared by a group of users,
> other people may stumble upon the ghost in the machine and
> may accept the challenge of programming a more powerful AI.
> If you are a manufacturer or distributor of computers, you
> are free to install the JavaScript Seed AI on every desktop.

A. T. Murray
--
http://doi.acm.org/10.1145/307824.307853
http://doi.acm.org/10.1145/1052883.1052885
http://www.scn.org/~mentifex/agiradar.html
http://www.sl4.org/archive/0205/3836.html



YAHOO! GROUPS LINKS



#598 From: Maithreebhanu Wimalasekare <bhanu128@...>
Date: Mon Dec 19, 2005 5:35 am
Subject: Re: The future of AI
bhanu128
Send Email Send Email
 
what about the entertainment bussines....games with AI....rem last year gross rev of games far exceeded the movie ind. And most of these "big money" games had AI...
 
 

Ivan Villanueva <ivan@...> wrote:
> What do you belive will be the most usefull area for AI.

I'm afraid it would be in the armament industry if we continue doing nothing to
stop countries invading others and to stop the growing gap between rich and
poor.

Iván Villanueva

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#599 From: "j1mmy_n3u7120n" <arun031283@...>
Date: Tue Dec 20, 2005 7:25 am
Subject: Re: The future of AI
j1mmy_n3u7120n
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, "mattias_kristoffersen"
<mattias@k...> wrote:
>
> Hi all!
>
> What do you belive will be the most usefull area for AI. Perhaps in the
> mediclal area, to cure and take care of the sick and elderly, or in
> crime prevention?
>
> i just started to read the book and i hope that my time will be well
> spent.
>
>
> /MK
>
Research!
AI is going to drive research in biology in the future. Infact, i may
even go to the extent of saying immediate future.

-- AI

#600 From: Ivan Villanueva <ivan@...>
Date: Thu Dec 22, 2005 12:21 pm
Subject: Re: Re: The future of AI
artificialidea
Send Email Send Email
 
On Tue, Dec 20, 2005 07:25:06AM -0000, j1mmy_n3u7120n wrote:
> --- In aima-talk@yahoogroups.com, "mattias_kristoffersen"
> > What do you belive will be the most usefull area for AI.

> Research!
> AI is going to drive research in biology in the future.

Could you explain it a little more. Which biology research is related with AI.
I'm very interested in. Some links ?

--
Ivan F. Villanueva B.
The dream of intelligent machines: www.artificialidea.com
Encrypted mail preferred.
GPG Key Id: 3FDBF85F 2004-10-18 Ivan-Fernando Villanueva Barrio

#601 From: "j1mmy_n3u7120n" <arun031283@...>
Date: Thu Dec 22, 2005 1:20 pm
Subject: Re: The future of AI
j1mmy_n3u7120n
Send Email Send Email
 
--- In aima-talk@yahoogroups.com, Ivan Villanueva <ivan@a...> wrote:
>
> On Tue, Dec 20, 2005 07:25:06AM -0000, j1mmy_n3u7120n wrote:
> > --- In aima-talk@yahoogroups.com, "mattias_kristoffersen"
> > > What do you belive will be the most usefull area for AI.
>
> > Research!
> > AI is going to drive research in biology in the future.
>
> Could you explain it a little more. Which biology research is
related with AI.
> I'm very interested in. Some links ?
>
> --
> Ivan F. Villanueva B.
> The dream of intelligent machines: www.artificialidea.com
> Encrypted mail preferred.
> GPG Key Id: 3FDBF85F 2004-10-18 Ivan-Fernando Villanueva Barrio
>
Most computational problems in biology are being solved using AI
techniques. I give a few links below,
1. Evaluation of Gene Protein Prediction Programs
http://www.cs.jhu.edu/~salzberg/guigo.ps

2. Locating Protein Coding Regions in Human DNA using a Decision Tree
Algorithm
http://www.cs.jhu.edu/~salzberg/exons.ps.gz

3. Genetic operators for the DNA fragment-assembly problem
ftp://mammoth.cs.unm.edu/pub/forrest/dna-fragment-94.ps.gz

4. Machine Learning in Molecular Biology Sequence Analysis
http://citeseer.ist.psu.edu/chan91machine.html

There are several such things going on, the field is basically called
computational biology or bioinformatics. One link that is of quite an
interest would be,
Blue Brain Project
http://bluebrainproject.epfl.ch/

-- AI

#602 From: - Adhi 'Netz - <adnetz@...>
Date: Thu Dec 22, 2005 4:20 am
Subject: Re: The future of AI
adnetz
Send Email Send Email
 
Hi Mattias,

i wonder if AI can be used to translate all language in this world, still it's a
lot works to do,
but for example like English -> French, but in an everyday language...

just an idea, because in my country we have 580 dialect,
so by translate one language into another,
it will surely help people to understand others better :)

it can be used in an neural networks system too...

--- mattias_kristoffersen <mattias@...> wrote:

> Hi all!
>
> What do you belive will be the most usefull area for AI. Perhaps in the
> mediclal area, to cure and take care of the sick and elderly, or in
> crime prevention?
>
> i just started to read the book and i hope that my time will be well
> spent.
>
>
> /MK
>
>
>
>
>
>



- Adhi N. Wirawan -
  adnetz@...
.eVolutioN EveryTime.



__________________________________
Meet your soulmate!
Yahoo! Asia presents Meetic - where millions of singles gather
http://asia.yahoo.com/meetic

#603 From: Tommy Gun <thompsoncdrum@...>
Date: Thu Dec 22, 2005 6:32 pm
Subject: AI today...
thompsoncdrum
Send Email Send Email
 
More than likely, military applications will have more AI than any other field.  After all, the better that AI gets, the less likely that people will have to go into harm's way, which is what is preferrable.   Just think about a cruise missile and all of the computations and decisions it has to make to get to a precise target 1000 miles away flying along the ground.  Would it be better to have something like that flown by a pilot?  UAVs and aircraft are an up and becoming field for AI. 
 
Just my $.02     I could be wrong...


Yahoo! Shopping
Find Great Deals on Holiday Gifts at Yahoo! Shopping

#604 From: "Jian Tang" <tangjian1@...>
Date: Fri Dec 30, 2005 7:07 pm
Subject: A problem with planning
tangjian1
Send Email Send Email
 
I have a problem related to planning. Can anyone take a look and
give any suggestion?

The chapter 11 and 12 in the AIMA boook talks about the planning,
but it doesn't talk much about STRPS-like schemas. I am reading a
paper by Daniel S. Weld, "An Introduction to Least Commitment
Planning", which talks more about the extensions such as universal
quantification, conditional effects, etc.

The Universally quantified conditional effects allow the
specification of objects such as briefcases, where moving the
briefcase causes all objects inside to move as well.

If we write out the action, it will look like.
Action(Move(b,from, to),
PRECOND: at(b, from) and (from NOTEQUAL to)
effect: (at(b, to) and NOT at(b, from) and
    for all x, when in(x,b): NOT at(x, from) and at(x, to).

Assuming I have a initial state that my driverlicense is in the
wallet, which is in the briefcase. And the briefcase is in New York.
That is:

at(briefcase, NY) and at(wallet, NY) and at(DriverLicense, NY) and in
(wallet, briefcase) and in(DriverLicense, wallet).

If we apply the action move(briefcase, NY, FL), we can get :
at(briefcase, FL) and at(wallet, FL) and at(DriverLicense, NY) and in
(wallet, briefcase) and in(DriverLicense, wallet).

The DriverLicense is still in NY. How can I write the action so
DriverLicense will move to FL too? My thought is that we should
recursively change the state in the EFFECT clause for all sub-
clause. Is there any syntax support for this kind of problem?

Thanks,
JT

#605 From: Robert Futrelle <futrelle@...>
Date: Wed Jan 4, 2006 2:54 am
Subject: OpenMCL code for AIMA or PAIP code?
bobfutrelle
Send Email Send Email
 
I could presumably slug through getting it to work, but wondering if
anyone else has tried openmcl.  It seems to be pretty solid, but not
behaving too well in trying to get started.

   - Bob Futrelle

#606 From: "Jim Davies" <jim.davies@...>
Date: Thu Jan 5, 2006 3:47 pm
Subject: possible typo: p633 2nd edition: "irrational to play a strongly dominated"
jimmyd
Send Email Send Email
 
This seems wrong to me, but I just wanted to make sure. Fourth
paragraph on page 633 of the second edition it says

"It is irrational to play a strongly dominated strategy, and
irrational not to play a dominant strategy if one exists."

should probably say something like

"It is rational to play a strongly dominated strategy, and irrational
not to play a dominant strategy if one exists."

JimDavies
http://www.jimdavies.org/

#607 From: The Geek <guihergeek61@...>
Date: Fri Jan 6, 2006 5:07 am
Subject: Re: possible typo: p633 2nd edition: "irrational to play a strongly dominated"
guihergeek61
Send Email Send Email
 
You just misread it - dominated vs. dominant

Strongly dominated strategy = a strategy that is
strongly dominated by another, a.k.a one that sucks.
Therefore it is irrational to play a strongly
dominated strategy.

Rob Guiher

--- Jim Davies <jim.davies@...> wrote:

> This seems wrong to me, but I just wanted to make
> sure. Fourth
> paragraph on page 633 of the second edition it says
>
> "It is irrational to play a strongly dominated
> strategy, and
> irrational not to play a dominant strategy if one
> exists."
>
> should probably say something like
>
> "It is rational to play a strongly dominated
> strategy, and irrational
> not to play a dominant strategy if one exists."
>
> JimDavies
> http://www.jimdavies.org/
>
>
>
>
>
>




__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

#608 From: "Ghada" <ghkm1984@...>
Date: Thu Jan 12, 2006 1:04 pm
Subject: AI book
ghkm1984
Send Email Send Email
 
dear all ,
I need some help

I'd like to ask if there is any possible way to get the book
Exercises' solutions

is there any link or resource , I can make use of ??

thanks

#609 From: "Ravi Mohan" <magesmail@...>
Date: Thu Jan 12, 2006 1:26 pm
Subject: Re: AI book
magesmail
Send Email Send Email
 
Hi,
  I believe Dr Norvig has stated on this list that the manual is
available only for Instructors. If you are one, you should be able to
make use of the information at
http://aima.cs.berkeley.edu/instructors.html to order a copy.

Just stating what I know. If someone knows differently, do correct me.
I personally have not felt the lack of an Instructors Manual. Most of
the fun is (imho) in trying to solve the problems on one's own.
Ravi

--- In aima-talk@yahoogroups.com, "Ghada" <ghkm1984@y...> wrote:
>
> dear all ,
> I need some help
>
> I'd like to ask if there is any possible way to get the book
> Exercises' solutions
>
> is there any link or resource , I can make use of ??
>
> thanks
>

#610 From: Robert Futrelle <futrelle@...>
Date: Fri Jan 13, 2006 3:04 am
Subject: January 12, 2006 AIMA Lisp code update confusing
bobfutrelle
Send Email Send Email
 
There seem to be about three files that were updated today.  A number
of directories in the updated Lisp code are empty, e.g., search/ and
learning/.  A comment on the site reads: "The updates will be
incorporated soon into the standard AIMA Lisp code."

So at the moment, anyone who downloads the code.tar.gz file will get
an incomplete collection of code.  The previous, full version, is not
available.

So the new file should NOT be used to replace your old AIMA Lisp code
collection.  It would have to be merged manually.  I'll wait, thanks,
since I'm using an older version of Allegro.

   -- Bob Futrelle

#611 From: "Jim Davies" <jim.davies@...>
Date: Fri Jan 27, 2006 7:34 pm
Subject: the independence of the two factors in the value of information
jimmyd
Send Email Send Email
 
I'm teaching decision making now, and the students have this question
about information value that I'm having trouble answering.

RN2 p602 says that information has value to the extent that it is
likely to cause a chagne of plan and to the extent that the new plan
will be significantly better than the old plan. Are these independent?

I'm trying to come up with a intuitive example of this, and I'm having
trouble coming up with a situation in which the information is
unlikely to affect your decision, but the information might result in
a significantly better decision.

I came up with the idea of buying a DVD player, choosing between going
to get it at best buy (A) and circuit city (B). The information in
question is the exact prices at these stores. The agent knows the
price ranges.

Situation 1:
A: $10-80
B: $15-98

In this case, it's likely to affect your decision and you could save a
lot of money because of it. The information is worth most in this case.

Situation 2:
A: $48-51
B: $49-53

It's likely to affect your decision, but the difference is not big, so
the decision doesn't really matter, so the information is not worth as
much.

Situation 3:
A: $30-50
B: $48-60

Unlikely to affect decision, because A is so much more likely to be
cheaper, AND the price ranges are so close that you don't save much
money. Information worth the least in this case.

Situation 4:
A: ??
B: ??

I want an example in which it's unlilkely to affect your decision but
the decision could be significantly better given the information. I
was thinking
A: $10-51
B: $68-98
but it seems with such a little overlap it's hard to say that the
change in decision will be important. How can it not affect your
decision and also result in a significantly better outcome?

Or am I thinking about this in the wrong way?

Messages 581 - 611 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help