Difference between revisions of "WhiteFang"

From Robowiki
Jump to navigation Jump to search
(ASCII WhiteFang)
(Updated the link and some additions)
Line 32: Line 32:
  
 
; What's special about it?
 
; What's special about it?
: ''It is a complete determinist.''
+
: ''It is a complete determinist after the initialization.''
 +
: ''One of the only bullet shielders.''
 +
: ''Uses Neural Networks''
  
 
; Great, I want to try it. Where can I download it?
 
; Great, I want to try it. Where can I download it?
:''https://www.dropbox.com/s/egn7ju5rtyjpdqw/dsekercioglu.knn.WhiteFang_1.1.jar?dl=1''
+
:''https://www.dropbox.com/s/h1leml1mwwg099x/dsekercioglu.mega.WhiteFang_2.0.jar?dl=1''
  
  

Revision as of 19:03, 31 January 2018

WhiteFang Sub-pages:
Lightning - Fangs - WolfBreath
 _    _ _     _ _      ______                
| |  | | |   (_) |     |  ___|               
| |  | | |__  _| |_ ___| |_ __ _ _ __   __ _ 
| |/\| | '_ \| | __/ _ \  _/ _` | '_ \ / _` |
\  /\  / | | | | ||  __/ || (_| | | | | (_| |
 \/  \/|_| |_|_|\__\___\_| \__,_|_| |_|\__, |
                                        __/ |
                                       |___/


Background Information

Bot Name
WhiteFang.
Author
''dsekercioglu.''
Extends
AdvancedRobot.
What's special about it?
It is a complete determinist after the initialization.
One of the only bullet shielders.
Uses Neural Networks
Great, I want to try it. Where can I download it?
https://www.dropbox.com/s/h1leml1mwwg099x/dsekercioglu.mega.WhiteFang_2.0.jar?dl=1


How competitive is it?
I would say competitive, 26th currently.
Credits
Skilgannon for the bugless, fast Kd-tree
Cb for non iterative wall smoothing.

Strategy

How does it move?
True Surfing
How does it fire?
Will be written.
How does it dodge bullets?
Surfs the bins generated by KNN algorithm.
How does the melee strategy differ from One-on-one strategy?
It doesn't currently support melee.
How does it select a target to attack/avoid in melee?
The first enemy it sees.
What does it save between rounds and matches?
Everything I guess.

Additional Information

Where did you get the name?
From a book named "White Fang".
Can I use your code?
Starting from version 1.9 you can.
What's next for your robot?
Bullet Shadows
Does it have any White Whales?
ScalarBot crushes it.
What other robot(s) is it based on?
It is not based on any other robot except my standard code base. Thanks to Beaming and Skilgannon for helping me to getting into the competition and for the TUR flag(Skilgannon).