Difference between revisions of "ColdBreath"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) |
Dsekercioglu (talk | contribs) |
||
Line 52: | Line 52: | ||
; What's next for your robot? | ; What's next for your robot? | ||
− | : '' | + | : ''Having pre-trained [[NN]]s for starting to dodge/hit [[HOT]],[[LT]],[[CT]]" |
− | + | ||
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? |
Revision as of 08:27, 10 August 2017
Background Information
- Bot Name
- ColdBreath.
- Author
- dsekercioglu
- Extends
- AdvancedRobot.
- What's special about it?
- It is one of the only pure NN bots.
- Great, I want to try it. Where can I download it.
- It will automatically download if you start a roborumble client.
- How competitive is it?
- Not much. 78th.
- 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?
- Trying to predict the dangers of GFs with a Neural Network.
- 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?
- 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.'
- Does it have any White Whales?
- Every bot I make does really bad against Tron.
- What other robot(s) is it based on?
- BasicGFSurfer, A bit of Gaff.