Difference between revisions of "ColdBreath"

From Robowiki
Jump to navigation Jump to search
Line 3: Line 3:
 
| author          = [[Dsekercioglu]]
 
| author          = [[Dsekercioglu]]
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
| targeting      = [[Neural Targeting]] (GF)
+
| targeting      = [[Bullet Freezing]] (GF)
| movement        = [[Neural Movement]] (WS-GF)
+
| movement        = [[]] (WS-GF)
| released        = 08.08.2017
+
| released        = 13.13.2018
| rating          = 57th
+
| rating          = xth
| current_version = 1.9
+
| current_version = 1.0
| download_link  = https://www.dropbox.com/s/bzpk3b8m11o8h8d/dsekercioglu.ColdBreath_1.9.jar?dl=1
+
| download_link  = https://www.dropbox.com/s/5qiowh0qm6holb4/dsekercioglu.shield.ColdBreath_1.0.jar?dl=1
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 26: Line 26:
  
 
; What's special about it?
 
; What's special about it?
: It is one of the only pure [[NN]] bots.  
+
: The first new robot of 2018=).  
  
 
; ''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/bzpk3b8m11o8h8d/dsekercioglu.ColdBreath_1.9.jar?dl=1''
+
: ''https://www.dropbox.com/s/5qiowh0qm6holb4/dsekercioglu.shield.ColdBreath_1.0.jar?dl=1''
  
 
; ''How competitive is it?''
 
; ''How competitive is it?''
: ''For me, very. 57th.''
+
: ''As I know, it is the third best and the second worst full shielder.''
  
 
;Credits
 
;Credits
: ''[[Voidious]] for making the perfect [[Wave Surfing]] code base.''
+
: ''[[Chase]] for his intersect method.''
: ''[[PEZ]] for making the [[GFTargetingBot]].''
 
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: ''True Surfing''
+
: ''Bullet Shielding Movement''
  
 
; How does it fire?
 
; How does it fire?
: ''Trying to predict the probabilities of [[GF]]s with a Neural Network.''
+
: ''Aims to the predicted path of enemy bullet''
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
: ''Trying to predict the dangers of [[GF]]s with a Neural Network.''
+
: ''No need for dodging bullets.''
  
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
 
; How does the [[melee]] strategy differ from [[One-on-one]]  strategy?
Line 56: Line 55:
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
: ''[[NN]] weights.''
+
: ''Currently nothing.''
  
 
== Additional Information ==
 
== Additional Information ==
  
 
; Where did you get the name?
 
; Where did you get the name?
: ''Nowhere''
+
: ''It freezes the bullets in mid air.''
  
 
; Can I use your code?
 
; Can I use your code?
: ''Of course everybody can use it. Since it is based on modular [[BasicGFSurfer]] the only extra part is [[Roboneural]].''
+
: ''Of course everybody can use it.''
  
 
; What's next for your robot?
 
; What's next for your robot?
: ''Using Radial Basis Functions''
+
: ''Virtual guns to shield different aiming systems.''
: ''Having pre-trained [[NN]]s for starting to dodge/hit [[HOT]],[[LT]],[[CT]]''
 
: ''Anti-Rammer mode''
 
: ''Beating all apv tanks +%70.
 
  
 
; Does it have any [[White Whale]]s?
 
; Does it have any [[White Whale]]s?
: ''Every bot I make does really bad against [[Tron]].''
+
: ''Any bot which doesn't aim directly to my center from its last position or that rams.''
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: ''[[BasicGFSurfer]].''
+
: ''[[BasiBulletShielder]] but I only used one method.''
  
 
[[Category:Templates|Bots]]
 
[[Category:Templates|Bots]]

Revision as of 23:02, 12 January 2018

ColdBreath
Author(s) Dsekercioglu
Extends AdvancedRobot
Targeting Bullet Freezing (GF)
Movement [[]] (WS-GF)
Released 13.13.2018
Current Rating xth
Current Version 1.0
Download

Background Information

Bot Name
ColdBreath.
Author
dsekercioglu
Extends
AdvancedRobot.
What's special about it?
The first new robot of 2018=).
Great, I want to try it. Where can I download it.
https://www.dropbox.com/s/5qiowh0qm6holb4/dsekercioglu.shield.ColdBreath_1.0.jar?dl=1
How competitive is it?
As I know, it is the third best and the second worst full shielder.
Credits
Chase for his intersect method.

Strategy

How does it move?
Bullet Shielding Movement
How does it fire?
Aims to the predicted path of enemy bullet
How does it dodge bullets?
No need for dodging bullets.
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?
Currently nothing.

Additional Information

Where did you get the name?
It freezes the bullets in mid air.
Can I use your code?
Of course everybody can use it.
What's next for your robot?
Virtual guns to shield different aiming systems.
Does it have any White Whales?
Any bot which doesn't aim directly to my center from its last position or that rams.
What other robot(s) is it based on?
BasiBulletShielder but I only used one method.