rockemsockemrationalagents

find nash equilibrium with fictitious play
git clone https://wehaveforgeathome.hates.computer/rockemsockemrationalagents.git
Log | Files | Refs | LICENSE

commit caf2bea96c854ae0c2f5d176ad17248603fe7309
parent 04c28fa3d7e6ec9763bf097d88bf6fb3505992f0
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Sun, 28 Feb 2010 20:56:25 -0800

added README

Diffstat:
AREADME.md | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,21 @@ +Rock 'Em Sock 'Em Rational Agents +==== + +See http://en.wikipedia.org/wiki/Fictitious_play for the gist. + +Usage +----- + +The board is hard-coded into resara.pl, so edit and run it: + $ perl resera.pl + Player Column: (100.000000%, 0.000000%) + Player Row: (100.000000%, 0.000000%) + +TODO +----- + +* expand summary +* take the board as command line arguments +* ouput the board +* maybe make the code less ridiculous? +* add a fun license