Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

人工智能经典论文 #8

Open
lidingpku opened this issue Mar 1, 2017 · 1 comment
Open

人工智能经典论文 #8

lidingpku opened this issue Mar 1, 2017 · 1 comment

Comments

@lidingpku
Copy link
Owner

No description provided.

@lidingpku
Copy link
Owner Author

lidingpku commented Mar 1, 2017

Intelligence without representation, Rodney A. Brooks (1987) http://people.csail.mit.edu/brooks/papers/representation.pdf

Representation has been the central issue in artificial
intelligence work over the last 15 years only because
it has provided an interface between otherwise isolated
modules and conference papers.

The popular story goes that when nobody has any good
idea of how to solve a particular sort of problem (e.g.
playing chess) it is known as an AI problem. When
an algorithm developed by AI researchers successfully
tackles such a problem, however, AI detractors claim
that since the problem was solvable by an algorithm,
it wasn't really an AI problem after all.

For the moment then, consider the problem of
building Creatures as an engineering problem. We
will develop an engineering methodology for building
Creatures.
• A Creature must cope appropriately and in a timely
fashion with changes in its dynamic environment.
• A Creature should be robust with respect to its
environment; minor changes in the properties of
the world should not lead to total collapse of the
Creature's behavior; rather one should expect only a
gradual change in capabilities of the Creature as the
environment changes more and more.
• A Creature should be able to maintain multiple
goals and, depending on the circumstances it finds
itself in, change which particular goals it is
actively pursuing; thus it can both adapt to
surroundings and capitalize on fortuitous
circumstances.
• A Creature should do something in the world; it
should have some purpose in being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant