Difference between revisions of "SwordOfFire"

From Robowiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
 
; ''How competitive is it?''
 
; ''How competitive is it?''
: ''It will probably be in Top 75.''
+
: ''Not much. Close to my prediction: 69th.''
  
 
;Credits
 
;Credits
Line 32: Line 32:
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: ''With a 2 buffered Anti-Aliased [[VCS]] system.''
+
: ''With a 3 buffered Anti-Aliased [[VCS]] system.''
  
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?

Latest revision as of 16:25, 9 August 2017

Background Information

Bot Name
SwordOfFire.
Author
dsekercioglu
Extends
AdvancedRobot.
What's special about it?
Nothing. It just uses a NN Gun and Improved Wyvern Movement.
Great, I want to try it. Where can I download it.
Not released yet
How competitive is it?
Not much. Close to my prediction: 69th.
Credits
Voidious for making the perfect Wave Surfing code base.
PEZ for making the GFTargetingBot.

Strategy

How does it move?
True Surfing
How does it fire?
Trying to predict the probabilities of GFs with a Neural Network.
How does it dodge bullets?
With a 3 buffered Anti-Aliased VCS system.
How does the melee strategy differ from One-on-one strategy?
Nothing
How does it select a target to attack/avoid in melee?
The first enemy it sees.
What does it save between rounds and matches?
[VCS]] buffers and NN weights.

Additional Information

Where did you get the name?
Nowhere
Can I use your code?
Of course everybody can use it. Since it is based on modular BasicGFSurfer the extra parts are Roboneural, Anti Aliased VCSPredictor
What's next for your robot?
Decreasing gun number to one without performance decrement. It skips a lot of turns. |=("
Does it have any White Whales?
Every bot I make does really bad against Tron.
What other robot(s) is it based on?
ColdBreath, Wyvern, A bit of Gaff.