rockemsockemrationalagents

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

commit 1f3f2c12c54ed515f3e6c3423d183dec02bd0259
parent 4b1759af2d427432df0cf5ad840e4f82d166203d
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Tue,  2 Mar 2010 18:46:48 -0800

added license

Diffstat:
ALICENSE | 27+++++++++++++++++++++++++++
MREADME.md | 7+++++++
Mresera.pl | 4++++
3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,27 @@ + The Romantic WTF public license. + -------------------------------- + a.k.a. version "<3" or simply v3 + + Dear user, + + Rock 'Em Sock 'Em Rational Agents, + Copyright 2010, Ryan Wolf <rwolf@borderstylo.com>, + | + | / -- + / -- + / + has been released + under the WTF public license version "<3". + I hereby grant you an irrevocable license to + do what the gentle caress you want to + with this lovely + / project. + / Love, + | / Ryan Wolf + |7L_ + + P.S.: Even though I poured my heart into this work, + I _cannot_ provide any warranty regarding + its fitness for _any_ purpose. You + acknowledge that I will not be held liable + for any damage its use could incur. diff --git a/README.md b/README.md @@ -37,3 +37,10 @@ TODO * expand summary * there's a lot of room to optimise (precomputing $a-$b-$c+$d instead of finding it n times comes immediately to mind)--faster means more iterations + +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. diff --git a/resera.pl b/resera.pl @@ -1,4 +1,8 @@ #!/usr/bin/perl +# Copyright 2010 Ryan Wolf <rwolf@borderstylo.com> +# +# This file is part of Rock 'Em Sock 'Em Rational Agents and is released under +# the romantic WTF public license. See LICENSE for more details. use strict; use warnings;