<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>KQED QUEST &#187; deep blue</title>
	<atom:link href="http://science.kqed.org/quest/tag/deep-blue/feed/" rel="self" type="application/rss+xml" />
	<link>http://science.kqed.org/quest</link>
	<description>Explore science, nature and environment stories from Northern California and beyond with KQED’s multimedia series</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:37:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<atom:link rel='hub' href='http://science.kqed.org/quest/?pushpress=hub'/>
		<item>
		<title>Poker Research: the Next Hot Topic for Supercomuting?</title>
		<link>http://science.kqed.org/quest/2009/09/21/poker-research-the-next-hot-topic-for-supercomuting/</link>
		<comments>http://science.kqed.org/quest/2009/09/21/poker-research-the-next-hot-topic-for-supercomuting/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:20:37 +0000</pubDate>
		<dc:creator>Dan Gillick</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[artifical intelligence]]></category>
		<category><![CDATA[chess]]></category>
		<category><![CDATA[deep blue]]></category>
		<category><![CDATA[minimax]]></category>
		<category><![CDATA[perfect information]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[supercomputer]]></category>

		<guid isPermaLink="false">http://www.kqed.org/quest/blog/?p=3447</guid>
		<description><![CDATA[Chess grandmaster Gary Kasparov lost to IBM's Deep Blue in 1997, but while this was a cultural landmark for Artificial Intelligence, Poker is a more meaningful challenge for researchers.]]></description>
			<content:encoded><![CDATA[<p><span class="left"><img src="http://science.kqed.org/quest/files/2009/08/chessai.jpg" /><em>Visualization of possible chess move sequences (<a href="http://turbulence.org/spotlight/thinking/chess.html">try it here</a>) </em></span></p>
<p>Artificial Intelligence has always held a special affinity for games. Chess, in particular, was long considered a realm reserved for exquisite human intelligence: the greatest chess players are called Grandmasters; a large percentage of them are eccentric Russian introverts. Gary Kasparov's defeat, by IBM's specialized supercomputer Deep Blue in 1997, was heralded as a major milestone (he contends the match was <a href="http://en.wikipedia.org/wiki/IBM_Deep_Blue">unfair</a>). But while the dominance of chess-playing software is culturally significant, does it matter for AI?</p>
<p>Chess, like Checkers, Connect-4, and Go, is a game of <em>perfect information</em>. That is, everything useful for choosing your next move is right there on the board (it would be nice to know what your opponent will do next, but you can assume that your opponent is just trying to make the best possible move too). If you had a computer powerful enough, it could consider every possible next move, every possible response, and so on, and finally deduce, absolutely, how to guarantee a particular outcome. To do this is to <em>solve</em> chess, to answer the question: is it possible for white to force a win? Checkers is solved (both players can force a draw). Connect-4 is solved (the first player can force a win). Chess has too many possible board positions to be solved anytime soon.</p>
<p>Deep Blue can compete with human players by searching many moves ahead, testing all possible combinations, and choosing the next move that leaves its opponent with the worst best option. This approach is called <em><a href="http://en.wikipedia.org/wiki/Minimax">minimax search</a></em>. Since the computer can't search through to all possible checkmates, it searches to a given depth and scores the resulting board position by the pieces each player still has (roughly speaking, a pawn is 1 point, knights and bishops are 3 points each, a rook is 5 points, and the queen is 8 points). Using this rubric, or <em>heuristic</em>, and searching 10-15 moves into the future, makes for an extremely formidable opponent.</p>
<p>Minimax theory was established by <a title="John von Neumann" href="http://en.wikipedia.org/wiki/John_von_Neumann">John von Neumann</a> in 1928 and the algorithm was improved in the 1950s and 60s to run more <a href="http://en.wikipedia.org/wiki/Alpha-beta_pruning">efficiently</a>. Deep Blue contains no general innovation that improves significantly on these now classic techniques. The heuristic for evaluating boards has been refined, and the program has a huge database of well-known openings and end-game sequences-when 5 or fewer pieces are left on the board. Thus, Deep Blue is less a marvel of Artificial Intelligence than of engineering: its success is a direct product of the number of positions it can consider in a second (200 million). This is the <em>Brute Force</em> method of problem solving at its finest.</p>
<p>Most real world problems are not like chess. Political maneuvering, for example, is a game of <em>imperfect information</em>, where each player must guess at underlying motives and resources from superficial clues. The language of political, and in particular war-time gamesmanship, has shifted markedly away from chess&#8230; towards poker. Obama <em>tipped his hand</em>, Chavez is <em>bluffing</em>, Ahmedinejad is <em>all in</em>.</p>
<p>And Artificial Intelligence for poker is still far behind humans. The University of Alberta's <a href="http://poker.cs.ualberta.ca/">Polaris</a> system earned a narrow victory at the 2<sup>nd</sup> man-machine poker match last July, but the competition involved heads-up limit poker: one-on-one games where the only possible bets are $10 or $20. Compared with the main event at the <a href="http://en.wikipedia.org/wiki/World_Series_of_Poker">World Series of Poker</a>, which has no betting limit, and about 10 players at one table, this is something of a "toy" problem. Recent research focuses on how to model opponents-that is, automatically refining the software's understanding of the meaning of each players' bets as information is gathered about how those players play.</p>
<p>Over the next decade, I would guess that poker research, perhaps backed by military funding, will expand significantly. And unlike Deep Blue, poker software that can dominate a table full of professional players, will be the product of significant advances in the field of Artificial Intelligence.<br />
<br clear="all" /></p>
<p> 37.762611 -122.409719</p>

	Tags: <a href="http://science.kqed.org/quest/tag/artifical-intelligence/" title="artifical intelligence" rel="tag">artifical intelligence</a>, <a href="http://science.kqed.org/quest/tag/chess/" title="chess" rel="tag">chess</a>, <a href="http://science.kqed.org/quest/tag/deep-blue/" title="deep blue" rel="tag">deep blue</a>, <a href="http://science.kqed.org/quest/tag/minimax/" title="minimax" rel="tag">minimax</a>, <a href="http://science.kqed.org/quest/tag/perfect-information/" title="perfect information" rel="tag">perfect information</a>, <a href="http://science.kqed.org/quest/tag/poker/" title="poker" rel="tag">poker</a>, <a href="http://science.kqed.org/quest/tag/supercomputer/" title="supercomputer" rel="tag">supercomputer</a><br />
]]></content:encoded>
			<wfw:commentRss>http://science.kqed.org/quest/2009/09/21/poker-research-the-next-hot-topic-for-supercomuting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<georss:point>37.7626110 -122.4097190</georss:point><geo:lat>37.7626110</geo:lat><geo:long>-122.4097190</geo:long>
		<media:thumbnail url="http://science.kqed.org/quest/files/2009/08/chessai.jpg" />
		<media:content url="http://science.kqed.org/quest/files/2009/08/chessai.jpg" medium="image" />
	</item>
	</channel>
</rss>

