<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Neuron Games</title>
	
	<link>http://www.neurongames.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Apr 2012 01:46:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NeuronGames" /><feedburner:info uri="neurongames" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Cortex AI gets real brains!</title>
		<link>http://feedproxy.google.com/~r/NeuronGames/~3/79OvcR-N27c/</link>
		<comments>http://www.neurongames.com/blog/?p=922#comments</comments>
		<pubDate>Wed, 25 Apr 2012 01:42:38 +0000</pubDate>
		<dc:creator>Randell</dc:creator>
				<category><![CDATA[Cortex]]></category>

		<guid isPermaLink="false">http://www.neurongames.com/blog/?p=922</guid>
		<description><![CDATA[The Cortex game engine already out performs many other game engines with its existing artificial intelligence (AI) interface, but now it is even more powerful!  In computer science there is a concept known as finite state automaton, also known as state machines. This is where the concepts for automatons or androids arise from, like Data. [...]]]></description>
			<content:encoded><![CDATA[<p>The Cortex game engine already out performs many other game engines with its existing <a href="http://en.wikipedia.org/wiki/Artificial_intelligence" target="_blank">artificial intelligence</a> (AI) interface, but now it is even more powerful!  In computer science there is a concept known as finite state automaton, also known as state machines. This is where the concepts for automatons or androids arise from, like Data.   Below is an example of one of the simplest state machine diagrams possible.  In a real AI scenario the diagrams become highly complex.</p>
<p><img class="aligncenter" title="State Machine" src="http://upload.wikimedia.org/wikipedia/commons/9/99/Fsm_mealy_model_door_control.jpg" alt="" width="436" height="158" /></p>
<p>State machines are extremely useful in the programming  AI, but difficult to implement cleanly.  Most of the time programmers end up making a mess with rule based if-then-else or switch-case statements.  The new Cortex engine has been given an interface for all AI brains where by any given state can be encapsulated.  Only the current state of the state machine is bound to the AI brain at a given time thus giving a pure representation of the current state.  Only the code of the current state is executed and without doing tons of conditional statements to determine what that current state is.  The brain at any given time is therefore its own state and contains only the code for that state.</p>
<p>This not only greatly increases the speed of execution, but allows for new states to be added at later time or states to be removed entirely from the AI in real time.  Thus, it is possible in a sense for the AI to become a true <a href="http://en.wikipedia.org/wiki/Neural_network" target="_blank">Neural Network</a> style architecture if you wanted it to be.  The code is far simpler to debug, since the brain can only contain a singular state at a time.  By giving the Cortex engine this ability it has opened it up to extreme AI capabilities.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NeuronGames?a=79OvcR-N27c:c2wjCTSG8FA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=79OvcR-N27c:c2wjCTSG8FA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=79OvcR-N27c:c2wjCTSG8FA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NeuronGames?i=79OvcR-N27c:c2wjCTSG8FA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=79OvcR-N27c:c2wjCTSG8FA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NeuronGames?i=79OvcR-N27c:c2wjCTSG8FA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=79OvcR-N27c:c2wjCTSG8FA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NeuronGames/~4/79OvcR-N27c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.neurongames.com/blog/?feed=rss2&amp;p=922</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.neurongames.com/blog/?p=922</feedburner:origLink></item>
		<item>
		<title>The Norman Show Eps. 1 – How to break into the games industry</title>
		<link>http://feedproxy.google.com/~r/NeuronGames/~3/YUu6apV-WZc/</link>
		<comments>http://www.neurongames.com/blog/?p=853#comments</comments>
		<pubDate>Mon, 14 Nov 2011 06:16:57 +0000</pubDate>
		<dc:creator>Randell</dc:creator>
				<category><![CDATA[Graphics & Art]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.neurongames.com/blog/?p=853</guid>
		<description><![CDATA[Hey everyone! Welcome to the first episode of The Norman Show! This show is dedicated towards newcomers to the gaming community and give updates on what is happening here at Neuron, the greatest games laboratory on Earth! For simple instructions on how to enter the ATI graphics card giveaway go here: How to Enter For [...]]]></description>
			<content:encoded><![CDATA[<p>Hey everyone! Welcome to the first episode of The Norman Show! This show is dedicated towards newcomers to the gaming community and give updates on what is happening here at Neuron, the greatest games laboratory on Earth!</p>
<p><iframe src="http://www.youtube.com/embed/aCVl7fpdTWY" frameborder="0" width="520" height="293"></iframe><br />
For simple instructions on how to enter the ATI graphics card giveaway go here:<br />
<a href="http://www.NeuronGames.com/contest/howtoenter.html"> How to Enter</a></p>
<p>For official rules go here:</p>
<p><a href="http://www.neurongames.com/legal/rules.html">Official Rules</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NeuronGames?a=YUu6apV-WZc:nLFwyRYaMGU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=YUu6apV-WZc:nLFwyRYaMGU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=YUu6apV-WZc:nLFwyRYaMGU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/NeuronGames?i=YUu6apV-WZc:nLFwyRYaMGU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=YUu6apV-WZc:nLFwyRYaMGU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/NeuronGames?i=YUu6apV-WZc:nLFwyRYaMGU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/NeuronGames?a=YUu6apV-WZc:nLFwyRYaMGU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NeuronGames?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NeuronGames/~4/YUu6apV-WZc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.neurongames.com/blog/?feed=rss2&amp;p=853</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.neurongames.com/blog/?p=853</feedburner:origLink></item>
	</channel>
</rss>

