<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Exploration_problem</id>
	<title>Exploration problem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Exploration_problem"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Exploration_problem&amp;action=history"/>
	<updated>2026-05-07T15:25:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Exploration_problem&amp;diff=7037594&amp;oldid=prev</id>
		<title>imported&gt;Kvng: compound modifier</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Exploration_problem&amp;diff=7037594&amp;oldid=prev"/>
		<updated>2024-12-20T15:29:04Z</updated>

		<summary type="html">&lt;p&gt;compound modifier&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Use of a robot to maximize the knowledge over a particular area}}&lt;br /&gt;
{{For|the exploration problem in recreational mathematics|jeep problem}}&lt;br /&gt;
&lt;br /&gt;
In [[robotics]], the &amp;#039;&amp;#039;&amp;#039;exploration problem&amp;#039;&amp;#039;&amp;#039; deals with the use of a [[robot]] to maximize the [[knowledge]] over a particular area. The exploration problem arises in [[robotic mapping]] and [[search &amp;amp; rescue]] situations, where an environment might be dangerous or inaccessible to humans.&amp;lt;ref name=Trun2005&amp;gt;{{cite book &lt;br /&gt;
 | author = Thrun, S.&lt;br /&gt;
 | author-link1 = Sebastian Thrun&lt;br /&gt;
 | author2 = Burgard, W.&lt;br /&gt;
 | author-link2 = Wolfram Burgard&lt;br /&gt;
 | author3 = Fox, D.&lt;br /&gt;
 | author-link3 = Dieter Fox&lt;br /&gt;
 | title = Probabilistic Robotics &lt;br /&gt;
 | publisher = [[MIT Press]]&lt;br /&gt;
 | location = Cambridge &lt;br /&gt;
 | year = 2005 &lt;br /&gt;
 | isbn = 978-0-262-20162-9&lt;br /&gt;
}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
The exploration problem naturally arises in situations in which a robot is utilized to survey an area that is dangerous or inaccessible for humans. The field of robotic explorations draws from various fields of [[information gathering]] and [[decision theory]], and have been studied as far back as the 1950s. &lt;br /&gt;
&lt;br /&gt;
The earliest work in robotic exploration was done in the context of simple finite state automata known as bandits, where algorithms were designed to distinguish and map different states in a [[finite-state automaton]]. Since then, the primary emphasis has been shifted to the robotics system development domain, where exploration-algorithms guided robot have been used to survey volcanos,&amp;lt;ref name=Bares1999&amp;gt;{{cite journal&lt;br /&gt;
 | author = Bares, J.E.&lt;br /&gt;
 |author2=Wettergreen, D.S.&lt;br /&gt;
 | year = 1999&lt;br /&gt;
 | title = Dante II: Technical Description, Results, and Lessons Learned&lt;br /&gt;
 | journal = The International Journal of Robotics Research&lt;br /&gt;
 | volume = 18&lt;br /&gt;
 | issue = 7&lt;br /&gt;
 | pages = 621&lt;br /&gt;
 | doi = 10.1177/02783649922066475&lt;br /&gt;
|citeseerx=10.1.1.41.8358&lt;br /&gt;
 |s2cid=9772668&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt; search and rescue, and abandoned mines mapping.&amp;lt;ref name=Thrun2003&amp;gt;{{cite conference&lt;br /&gt;
 | author = Thrun, S.&lt;br /&gt;
 |author2=Hahnel, D. |author3=Ferguson, D. |author4=Montemerlo, M. |author5=Triebel, R. |author6=Burgard, W. |author7=Baker, C. |author8=Omohundro, Z. |author9=Thayer, S. |author10= Whittaker, W. &lt;br /&gt;
 | year = 2003&lt;br /&gt;
 | title = A system for volumetric robotic mapping of abandoned mines&lt;br /&gt;
 | book-title = Robotics and Automation, 2003. Proceedings. ICRA&amp;#039;03. IEEE International Conference on&lt;br /&gt;
 | volume = 3&lt;br /&gt;
|doi=10.1109/ROBOT.2003.1242260 }}&amp;lt;/ref&amp;gt; Current state of the art system include advanced techniques on active localization, [[simultaneous localization and mapping]] (SLAM) based exploration, and multi-agent cooperative exploration.&lt;br /&gt;
&lt;br /&gt;
==Information gain==&lt;br /&gt;
The key concept in the exploration problem is the notion of information gain, that is, the amount of knowledge acquired while pushing the frontiers. A probabilistic measure of information gain is defined by the entropy&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;H_p(x)=-\int p(x) \log p(x) \, dx.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The function &amp;lt;math&amp;gt;H_p(x)&amp;lt;/math&amp;gt; is maximized if &amp;#039;&amp;#039;p&amp;#039;&amp;#039; is a uniform distribution and minimized when &amp;#039;&amp;#039;p&amp;#039;&amp;#039; is a point mass distribution. By minimizing the [[expected value|expected]] entropy of belief, information gain is maximized as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;I_b(u) = H_p(x)-E_z \left[ H_b(x&amp;#039;|z,u) \right].&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Kidnapped robot problem]]&lt;br /&gt;
* [[Wake-up robot problem]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Robot control]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Kvng</name></author>
	</entry>
</feed>