Difference between revisions of "ScalarBot"

From Robowiki
Jump to navigation Jump to search
m (fix)
m (Add ''What's special about it'' section.)
Line 20: Line 20:
  
  
 +
; How competitive of it?
 +
: ''It ranks [http://literumble.appspot.com/Rankings?game=roborumble&order=APS #3] in [[RoboRumble]] since Oct. 3rd, 2017''
 +
; What's special about it?
 +
* ''By far the top bot without an [[Anti-Surfer Gun]]''
 +
* ''By far the top bot without a [[Flattener]]''
 +
* ''By far the top bot without using [[Gun Heat Waves]]''
 +
* ''By far the top bot without using [[Rednaxela's kD-Tree]]''
 
== Strategy ==
 
== Strategy ==
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?

Revision as of 01:06, 3 October 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


How competitive of it?
It ranks #3 in RoboRumble since Oct. 3rd, 2017
What's special about it?

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?
Make defeat impossible, and do not miss the moment for defeating the enemy —
  1. Split the current gun into a general purpose gun & an Anti-Surfer Gun
  2. Tune the movement against some GF bots, as well as the top bots.
  3. Try some flattener, agaaaain
What other robot(s) is it based on?
It inherits ShieldBot's structure while using the gun and movement (actually, only the trees) from SimpleBot. It, however, evolved a lot since then.