aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--output.csv0
-rwxr-xr-xstart.sh2
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
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."
;;