aboutsummaryrefslogtreecommitdiffstats
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 399a7b9..6c028cb 100755
--- a/start.sh
+++ b/start.sh
@@ -23,7 +23,7 @@ do
(python3 python/agent_MCTS.py $PORT) >> $a.log &
;;
3) echo "AB Agent running on ws://127.0.0.1:$PORT"
- (python3 python/agent_MCTS.py $PORT) >> $a.log &
+ (python3 python/agent_AB.py $PORT) >> $a.log &
;;
*) echo "Invalid input. Human player assumed. Undefined behavior will likely occur because I am lazy."
;;