Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
lanctot committed May 14, 2014
1 parent 071e22f commit 1976a74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iioos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\pdfinfo{
#/Title (Searching Imperfect Information Games using Online Counterfactual Regret Minimization)
/Title (Searching Imperfect Information Games using Online Counterfactual Regret Minimization)
/Author (Marc Lanctot, Viliam Lis\'{y}, and Michael Bowling)}
%\setcounter{secnumdept}{0}

Expand Down
13 changes: 13 additions & 0 deletions make_archive.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

dir=/tmp/Lanctot

mkdir -f $dir
cp * $dir
cp -r figs plots $dir

cd $dir
cd ..
zip -r Lanctot-AAAI14-W4.zip Lanctot


0 comments on commit 1976a74

Please sign in to comment.