Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyCommandCenter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Ahlroth
PyCommandCenter
Commits
1230668d
Commit
1230668d
authored
6 years ago
by
David Bergström
Browse files
Options
Downloads
Patches
Plain Diff
Change from managers to perception
parent
ef3e8990
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.rst
+1
-1
1 addition, 1 deletion
docs/index.rst
docs/perception.rst
+7
-10
7 additions, 10 deletions
docs/perception.rst
with
8 additions
and
11 deletions
docs/index.rst
+
1
−
1
View file @
1230668d
...
...
@@ -24,7 +24,7 @@ Table of contents
:maxdepth: 3
gettingstarted
managers
perception
idabot
unit
types
...
...
This diff is collapsed.
Click to expand it.
docs/perception.rst
+
7
−
10
View file @
1230668d
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment