From 1230668d5e4c60965dde615afb3b2331e8ab4029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david-bergstrom@outlook.com> Date: Mon, 13 Aug 2018 15:03:14 +0200 Subject: [PATCH] Change from managers to perception --- docs/index.rst | 2 +- docs/perception.rst | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7ad833087..9d98af269 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Table of contents :maxdepth: 3 gettingstarted - managers + perception idabot unit types diff --git a/docs/perception.rst b/docs/perception.rst index e7fdceaa6..c1432719e 100644 --- a/docs/perception.rst +++ b/docs/perception.rst @@ -1,15 +1,12 @@ -Managers -======== +Perception +========== -.. TODO: Rename *Manager to BaseLocation +There are several classes related to processing information about the game +state and the input from Starcraft. All these classes are taken more or less +directly from the original `CommandCenter`_, but we have left all +decision-making to the user of the API. -The original `CommandCenter`_ bot uses managers to do everything, having -managers manage workers, building, controlling military etc. In this API we -have removed all the control related managers and only kept the managers -related to helping process input information, leaving the decision-making to -the user of the API. - -.. _CommandCenter: https://github.com/davechurchill/commandcenter +-.. _CommandCenter: https://github.com/davechurchill/commandcenter Here is a full list of all managers: -- GitLab