aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstart.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/start.sh b/start.sh
index 0414224..8b57c59 100755
--- a/start.sh
+++ b/start.sh
@@ -14,7 +14,6 @@ while getopts ':w:p:h:' opt; do
exit 1;;
*) echo "Usage: ./start.sh -w (web port) -p (starting agent port)"
exit 1;;
-
esac
done
@@ -24,7 +23,6 @@ PORT=`expr $PORT - 1`;
for a in 1 2
do
- ((PORT=PORT+1));
echo "Available Agents:"
echo "1: Random"
echo "2: Monte Carlo Tree Search"