diff options
Diffstat (limited to '')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |