commit 8568251c9dd87c7e50eece796f41779fbbbf1b49
parent 40b421513471278aeeea7cc764af836959dcd9aa
Author: Ryan Wolf <rwolf@borderstylo.com>
Date: Wed, 3 Mar 2010 03:09:44 -0800
typos
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
Rock 'Em Sock 'Em Rational Agents
====
-During my first Game Theory class, I read an article about (fictitious play)[http://en.wikipedia.org/wiki/Fictitious_play), a demonstration of how two rational agents might converge on Nash equilibrium in [normal-form games](http://en.wikipedia.org/wiki/Normal-form_game) by following a simple strategy:
+During my first Game Theory class, I read an article about (fictitious play)[http://en.wikipedia.org/wiki/Fictitious_play], a demonstration of how two rational agents might converge on Nash equilibrium in [normal-form games](http://en.wikipedia.org/wiki/Normal-form_game) by following a simple strategy:
* Given the frequency with which your opponent has chosen the first option, determine the liklihood that they will choose it for this game. If your opponent has not played this game with your before, set the liklihood to 50%.
* Given the liklihood your opponent will choose the first option and the payoff matrix, determine the expected value of both of your options.
@@ -27,7 +27,7 @@ Run resera.pl with the arguments
$ perl resera.pl a b c d e f g h
-For example, using the Example PD payoff matrix for the wiki page [prisoner's dilemma](http://en.wikipedia.org/wiki/Prisoner%27s_dilemma):
+For example, using the "Example PD payoff matrix" from [wikipedia: prisoner's dilemma](http://en.wikipedia.org/wiki/Prisoner%27s_dilemma):
$ perl resera.pl 3 3 0 5 5 0 1 1
Column 1 | Column 2
@@ -47,4 +47,4 @@ License
Copyright 2010 Ryan Wolf <rwolf@borderstylo.com>
-Rock 'Em Sock 'Em Rational agents is released under the romantic WTF public license. See LICENSE for more details.
+Rock 'Em Sock 'Em Rational Agents is released under the romantic WTF public license. See LICENSE for more details.