Difference between revisions of "ScalarBot"
Jump to navigation
Jump to search
m (update) |
m (Conditional Density Estimation) |
||
Line 25: | Line 25: | ||
; How does it fire? | ; How does it fire? | ||
− | : ''[[ | + | : ''[[GuessFactor]] with Conditional Density Estimation via [[kNN]]'' |
; What does it save between rounds and matches? | ; What does it save between rounds and matches? |
Revision as of 16:09, 30 September 2017
- ScalarBot Sub-pages:
- Version History - Understanding ScalarBot
Background Information
- The skillful fighter puts himself
- into a position which makes defeat impossible,
- and does not miss the moment
- for defeating the enemy.
- — Sun Tzu, The Art Of War, ch 4
Strategy
- How does it move?
- kNN Wave Surfing
- How does it fire?
- GuessFactor with Conditional Density Estimation via kNN
- What does it save between rounds and matches?
- Everything between rounds, nothing between matches
Additional Information
- Where did you get the name?
- Scalar replacement, when I was reading Escape analysis
- Can I use your code?
- Not yet.
- What's next for your robot?
- Do not miss the moment for defeating the enemy —
Rewrite the frameworkfailedWrite a new gungave upTune gundone
- What other robot(s) is it based on?
- Its gun is almost the same as SimpleBot. And its movement tree views are based on SimpleBot.