Jump to content

Behavior-based robotics: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
 
(28 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{{Refimprove|date=November 2013}}
{{More citations needed|date=November 2013}}
'''Behavior-based robotics''' ('''BBR''') or '''behavioral robotics''' is an approach in [[robotics]] that focuses on robots that are able to exhibit complex-appearing behaviors despite little internal [[variable (programming)|variable state]] to model its immediate environment, mostly gradually correcting its actions via sensory-motor links.
'''Behavior-based robotics''' ('''BBR''') or '''behavioral robotics''' is an approach in [[robotics]] that focuses on robots that are able to exhibit complex-appearing behaviors despite little internal [[variable (programming)|variable state]] to model its immediate environment, mostly gradually correcting its actions via sensory-motor links.


== Principles ==
== Principles ==
Behavior-based robotics sets itself apart from traditional artificial intelligence by using biological systems as a model. Classic [[artificial intelligence]] typically uses a set of steps to solve problems, it follows a path based on internal representations of events compared to the behavior-based approach. Rather than use preset calculations to tackle a situation, behavior-based robotics relies on adaptability. This advancement has allowed behavior-based robotics to become commonplace in researching and data gathering.<ref name=":0">{{Cite web|url=http://www.am.chalmers.se/~wolff/AA/Chapter3.pdf|title=Behavior-based robotics|last=|first=|date=|website=|archive-url=|archive-date=|dead-url=|access-date=}}</ref>
Behavior-based robotics sets itself apart from traditional artificial intelligence by using biological systems as a model. Classic [[artificial intelligence]] typically uses a set of steps to solve problems, it follows a path based on internal representations of events compared to the behavior-based approach. Rather than use preset calculations to tackle a situation, behavior-based robotics relies on adaptability. This advancement has allowed behavior-based robotics to become commonplace in researching and data gathering.<ref name=":0">{{Cite web|url=http://www.am.chalmers.se/~wolff/AA/Chapter3.pdf|title=Behavior-based robotics}}</ref>


Most behavior-based systems are also [[reactive planning|reactive]], which means they need no programming of internal representations of what a chair looks like, or what kind of surface the robot is moving on. Instead all the information is gleaned from the input of the robot's sensors. The robot uses that information to gradually correct its actions according to the changes in immediate environment.
Most behavior-based systems are also [[reactive planning|reactive]], which means they need no programming of what a chair looks like, or what kind of surface the robot is moving on. Instead, all the information is gleaned from the input of the robot's sensors. The robot uses that information to gradually correct its actions according to the changes in immediate environment.


Behavior-based robots (BBR) usually show more biological-appearing actions than their [[computing]]-intensive counterparts, which are very deliberate in their actions. A BBR often makes mistakes, repeats actions, and appears confused, but can also show the anthropomorphic quality of tenacity. Comparisons between BBRs and [[insect]]s are frequent because of these actions. BBRs are sometimes considered examples of [[Weak AI|weak artificial intelligence]], although some have claimed they are models of all intelligence.<ref>{{cite journal |doi=10.1016/0004-3702(91)90053-M |title=Intelligence without representation |year=1991 |last1=Brooks |first1=Rodney A. |journal=Artificial Intelligence |volume=47 |issue=1–3 |pages=139–59}}</ref>
Behavior-based robots (BBR) usually show more biological-appearing actions than their [[computing]]-intensive counterparts, which are very deliberate in their actions. A BBR often makes mistakes, repeats actions, and appears confused, but can also show the anthropomorphic quality of tenacity. Comparisons between BBRs and [[insect]]s are frequent because of these actions. BBRs are sometimes considered examples of [[Weak AI|weak artificial intelligence]], although some have claimed they are models of all intelligence.<ref>{{cite journal |doi=10.1016/0004-3702(91)90053-M |citeseerx=10.1.1.308.6537 |title=Intelligence without representation |journal=Artificial Intelligence |year=1991 |pages=139–159 |last1=Brooks |first1=Rodney A. |volume=47 |issue=1–3 |s2cid=207507849 }}</ref>


== Features==
== Features==
Most behavior-based robots are programmed with a basic set of features to start them off. They are given a behavioral repertoire to work with dictating what behaviors to use and when, obstacle avoidance and battery charging can provide a foundation to help the robots learn and succeed. Rather than build world models, behavior-based robots simply react to their environment and problems within that environment. They draw upon internal knowledge learned from their past experiences combined with their basic behaviors to resolve problems.<ref name=":0" /><ref>{{Cite web|url=http://www.sci.brooklyn.cuny.edu/~sklar/teaching/boston-college/s01/mc375/iecon98.pdf|title=Behavior-based robotics, its scope and its prospects|last=Birk|first=Andreas|date=|website=|archive-url=|archive-date=|dead-url=|access-date=}}</ref>
Most behavior-based robots are programmed with a basic set of features to start them off. They are given a behavioral repertoire to work with dictating what behaviors to use and when, obstacle avoidance and battery charging can provide a foundation to help the robots learn and succeed. Rather than build world models, behavior-based robots simply react to their environment and problems within that environment. They draw upon internal knowledge learned from their past experiences combined with their basic behaviors to resolve problems.<ref name=":0" /><ref>{{Cite web|url=http://www.sci.brooklyn.cuny.edu/~sklar/teaching/boston-college/s01/mc375/iecon98.pdf|title=Behavior-based robotics, its scope and its prospects|last=Birk|first=Andreas}}</ref>


== History ==
== History ==
Line 22: Line 22:
Later work in BBR is from the [[BEAM robotics]] community, which has built upon the work of [[Mark Tilden]]. Tilden was inspired by the reduction in the computational power needed for walking mechanisms from Brooks' experiments (which used one [[microcontroller]] for each leg), and further reduced the computational requirements to that of [[logic]] chips, [[transistor]]-based [[electronics]], and analog [[electrical network|circuit]] design.
Later work in BBR is from the [[BEAM robotics]] community, which has built upon the work of [[Mark Tilden]]. Tilden was inspired by the reduction in the computational power needed for walking mechanisms from Brooks' experiments (which used one [[microcontroller]] for each leg), and further reduced the computational requirements to that of [[logic]] chips, [[transistor]]-based [[electronics]], and analog [[electrical network|circuit]] design.


A different direction of development includes extensions of behavior-based robotics to multi-robot teams.<ref>{{cite journal |doi=10.1163/156855396X00228 |title=On the design of behavior-based multi-robot teams |year=1995 |last1=Parker |first1=Lynne E. |journal=Advanced Robotics |volume=10 |issue=6 |pages=547–78}}</ref> The focus in this work is on developing simple generic mechanisms that result in coordinated group behavior, either implicitly or explicitly.h
A different direction of development includes extensions of behavior-based robotics to multi-robot teams.<ref>{{cite journal |doi=10.1163/156855396X00228 |title=On the design of behavior-based multi-robot teams |year=1995 |last1=Parker |first1=Lynne E.|author1-link=Lynne Parker |journal=Advanced Robotics |volume=10 |issue=6 |pages=547–78|citeseerx=10.1.1.14.5759 }}</ref> The focus in this work is on developing simple generic mechanisms that result in coordinated group behavior, either implicitly or explicitly.


== See also ==
== See also ==
{{div col|colwidth=30em}}
{{Portal|Robotics|AI}}
* [[Autonomous robot]]
* [[Autonomous robot]]
* [[Bio-inspired robotics]]
* [[Bio-inspired robotics]]
Line 31: Line 31:
* [[Hierarchical control system]]
* [[Hierarchical control system]]
* [[Luc Steels]]
* [[Luc Steels]]
* [[Nouvelle AI]]
* [[Situated robotics]]
{{colend}}


== References ==
== References ==
Line 36: Line 39:


==Further reading==
==Further reading==
*{{cite book |last=Jones |first=Joseph L. |year=2004 |title=Robot Programming: A practical guide to Behavior-Based Robotics |isbn=0-07-142778-3}}
*{{cite book |last=Jones |first=Joseph L. |year=2004 |title=Robot Programming: A practical guide to Behavior-Based Robotics |isbn=978-0-07-142778-4 |url-access=registration |url=https://archive.org/details/robotprogramming00joej }}
*{{cite book |last=Arkin |first=Ronald C. |year=1998 |title=Behavior-Based Robotics |isbn=9780262011655}}
*{{cite book |last=Arkin |first=Ronald C. |year=1998 |title=Behavior-Based Robotics |isbn=9780262011655}}


== External links ==
== External links ==
* [http://www.skilligent.com/ Skilligent Robot Learning and Behavior Coordination System (commercial product)]
* [https://web.archive.org/web/20130628111608/http://www.skilligent.com/ Skilligent Robot Learning and Behavior Coordination System (commercial product)]
* [http://www.cogniteam.com/ TAO (Think As One)-- Behavior Based Architecture for multi (and single) robots (commercial product)]
* [http://www.cogniteam.com/ TAO (Think As One)-- Behavior Based Architecture for multi (and single) robots (commercial product)]
* [http://www.beam-wiki.org/wiki/index.php?title=Behaviour Behavior for BEAM robots (on the BEAM Wiki)]
* [https://archive.today/20130414200233/http://www.beam-wiki.org/wiki/index.php?title=Behaviour Behavior for BEAM robots (on the BEAM Wiki)]


{{Robotics}}
{{Robotics}}

Latest revision as of 18:55, 29 January 2024

Behavior-based robotics (BBR) or behavioral robotics is an approach in robotics that focuses on robots that are able to exhibit complex-appearing behaviors despite little internal variable state to model its immediate environment, mostly gradually correcting its actions via sensory-motor links.

Principles

[edit]

Behavior-based robotics sets itself apart from traditional artificial intelligence by using biological systems as a model. Classic artificial intelligence typically uses a set of steps to solve problems, it follows a path based on internal representations of events compared to the behavior-based approach. Rather than use preset calculations to tackle a situation, behavior-based robotics relies on adaptability. This advancement has allowed behavior-based robotics to become commonplace in researching and data gathering.[1]

Most behavior-based systems are also reactive, which means they need no programming of what a chair looks like, or what kind of surface the robot is moving on. Instead, all the information is gleaned from the input of the robot's sensors. The robot uses that information to gradually correct its actions according to the changes in immediate environment.

Behavior-based robots (BBR) usually show more biological-appearing actions than their computing-intensive counterparts, which are very deliberate in their actions. A BBR often makes mistakes, repeats actions, and appears confused, but can also show the anthropomorphic quality of tenacity. Comparisons between BBRs and insects are frequent because of these actions. BBRs are sometimes considered examples of weak artificial intelligence, although some have claimed they are models of all intelligence.[2]

Eigenschaften

[edit]

Most behavior-based robots are programmed with a basic set of features to start them off. They are given a behavioral repertoire to work with dictating what behaviors to use and when, obstacle avoidance and battery charging can provide a foundation to help the robots learn and succeed. Rather than build world models, behavior-based robots simply react to their environment and problems within that environment. They draw upon internal knowledge learned from their past experiences combined with their basic behaviors to resolve problems.[1][3]

History

[edit]

The school of behavior-based robots owes much to work undertaken in the 1980s at the Massachusetts Institute of Technology by Rodney Brooks, who with students and colleagues built a series of wheeled and legged robots utilizing the subsumption architecture. Brooks' papers, often written with lighthearted titles such as "Planning is just a way of avoiding figuring out what to do next", the anthropomorphic qualities of his robots, and the relatively low cost of developing such robots, popularized the behavior-based approach.

Brooks' work builds—whether by accident or not—on two prior milestones in the behavior-based approach. In the 1950s, W. Grey Walter, an English scientist with a background in neurological research, built a pair of vacuum tube-based robots that were exhibited at the 1951 Festival of Britain, and which have simple but effective behavior-based control systems.

The second milestone is Valentino Braitenberg's 1984 book, "Vehicles – Experiments in Synthetic Psychology" (MIT Press). He describes a series of thought experiments demonstrating how simply wired sensor/motor connections can result in some complex-appearing behaviors such as fear and love.

Later work in BBR is from the BEAM robotics community, which has built upon the work of Mark Tilden. Tilden was inspired by the reduction in the computational power needed for walking mechanisms from Brooks' experiments (which used one microcontroller for each leg), and further reduced the computational requirements to that of logic chips, transistor-based electronics, and analog circuit design.

A different direction of development includes extensions of behavior-based robotics to multi-robot teams.[4] The focus in this work is on developing simple generic mechanisms that result in coordinated group behavior, either implicitly or explicitly.

See also

[edit]

References

[edit]
  1. ^ a b "Behavior-based robotics" (PDF).
  2. ^ Brooks, Rodney A. (1991). "Intelligence without representation". Artificial Intelligence. 47 (1–3): 139–159. CiteSeerX 10.1.1.308.6537. doi:10.1016/0004-3702(91)90053-M. S2CID 207507849.
  3. ^ Birk, Andreas. "Behavior-based robotics, its scope and its prospects" (PDF).
  4. ^ Parker, Lynne E. (1995). "On the design of behavior-based multi-robot teams". Advanced Robotics. 10 (6): 547–78. CiteSeerX 10.1.1.14.5759. doi:10.1163/156855396X00228.

Further reading

[edit]
[edit]