Difference between revisions of "SwordOfFire"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) |
Dsekercioglu (talk | contribs) |
||
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 100 buffered [[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 == |
Revision as of 16:12, 6 August 2017
Background Information
- Bot Name
- SwordOfFire.
- Author
- dsekercioglu
- Extends
- AdvancedRobot.
- What's special about it?
- Nothing. It just uses the NN Gun from ColdBreath and Improved Wyvern Movement.
- Great, I want to try it. Where can I download it.
- Not released yet
- How competitive is it?
- It will probably be in Top 75.
- Credits
- Voidious for making the perfect Wave Surfing code base.
- Kawigi 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 100 buffered 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, VCSPredictor
- What's next for your robot?
- Making a Fire Power selection system because I lose too many rounds because of high fire power.
- 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.