diff options
Diffstat (limited to '')
-rw-r--r-- | output.csv | 0 | ||||
-rwxr-xr-x | start.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/output.csv b/output.csv new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/output.csv @@ -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." ;; |