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
Iterations
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
Container 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
Starcraft AI Course
PyCommandCenter
Commits
b08b60f6
Commit
b08b60f6
authored
6 years ago
by
David Bergström
Browse files
Options
Downloads
Patches
Plain Diff
Add TODOs from short review
parent
4215d2cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/constants.rst
+2
-0
2 additions, 0 deletions
docs/constants.rst
docs/idabot.rst
+1
-1
1 addition, 1 deletion
docs/idabot.rst
docs/index.rst
+6
-0
6 additions, 0 deletions
docs/index.rst
docs/managers.rst
+4
-0
4 additions, 0 deletions
docs/managers.rst
with
13 additions
and
1 deletion
docs/constants.rst
+
2
−
0
View file @
b08b60f6
...
...
@@ -28,6 +28,8 @@ Difficulty
Race
----
" TODO: Order these explicitly
.. autoclass:: library.Race
:members:
:undoc-members:
...
...
This diff is collapsed.
Click to expand it.
docs/idabot.rst
+
1
−
1
View file @
b08b60f6
...
...
@@ -32,7 +32,7 @@ IDABot
.. method:: IDABot.on_game_start(self)
This method when Starcraft has stared, when you inherit it you have to
call the parent's on_
step
method in order to make it work (see
call the parent's on_
game_start
method in order to make it work (see
:ref:`gettingstarted`).
.. method:: IDABot.on_step(self)
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
6
−
0
View file @
b08b60f6
...
...
@@ -13,6 +13,12 @@ If you are looking for something specific, you can either check the
If you want to know about a certain topic, check the table of contents below
this paragraph.
.. TODO: Add information about tree.json
.. TODO: How to setup basic project in Pycharm
.. TODO: Base repos for C++ AI and Python AI
Table of contents
-----------------
...
...
This diff is collapsed.
Click to expand it.
docs/managers.rst
+
4
−
0
View file @
b08b60f6
Managers
========
.. TODO: Rename *Manager to BaseLocation
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
...
...
@@ -107,6 +109,8 @@ DistanceMap
BuildingPlacer
--------------
.. TODO: get_refinery_position should work on all bases
.. autoclass:: library.BuildingPlacer
:members:
:undoc-members:
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