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