From fefe083f75ad32ead36cea4edd33e1e33841e204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se> Date: Mon, 30 Aug 2021 07:26:35 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a8c0620..4bb2d3a 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,9 @@ This repository contains a passive PyCommandCenter-based bot for StarCraft II. I 6. Rename the folder 'myagent' to something unique, preferably with your group number in the name. This will make it easier when you want to run against other bots. So make sure ALL of the source code for the bot lives in that folder. + +## Additional functionality + +The *visualdebugger* folder contains a starting point for creating visual debug tools for various AI-related functionalties. This may or may not be of use to you. For TDDD92 specifically, this will be more useful in the second period when you begin to implement a selected AI technique. + +The file `tictoc.py` may be useful for timing various parts of an agent. This is also more useful in the second half of TDDD92. -- GitLab