Difference between revisions of "SwordOfFire"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) |
Dsekercioglu (talk | contribs) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
; Author | ; Author | ||
− | : [[ | + | : [[dsekercioglu]] |
; Extends | ; Extends | ||
Line 11: | Line 11: | ||
; What's special about it? | ; What's special about it? | ||
− | : Nothing. It just uses | + | : 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 | ;Credits | ||
− | : | + | : ''[[Voidious]] for making the perfect [[Wave Surfing]] code base.'' |
− | : | + | : ''[[PEZ]] for making the [[GFTargetingBot]].'' |
== Strategy == | == Strategy == | ||
Line 29: | Line 29: | ||
; How does it fire? | ; How does it fire? | ||
− | : | + | : ''Trying to predict the probabilities of [[GF]]s with a Neural Network.'' |
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : | + | : ''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? | ||
− | : ''Nothing | + | : ''Nothing'' |
; How does it select a target to attack/avoid in [[melee]]? | ; How does it select a target to attack/avoid in [[melee]]? | ||
Line 41: | Line 41: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : | + | : ''[VCS]] buffers and [[NN]] weights.'' |
== Additional Information == | == Additional Information == | ||
Line 49: | Line 49: | ||
; Can I use your code? | ; Can I use your code? | ||
− | : ''Of course everybody can use it. Since it is based on modular [[BasicGFSurfer]] the extra parts are [[Roboneural]], [[VCS]]Predictor'' | + | : ''Of course everybody can use it. Since it is based on modular [[BasicGFSurfer]] the extra parts are [[Roboneural]], Anti Aliased [[VCS]]Predictor'' |
; What's next for your robot? | ; 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 Whale]]s? | ; Does it have any [[White Whale]]s? |
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.