Difference between revisions of "Rechner"

From Robowiki
Jump to navigation Jump to search
(Created page with "{{Navbox small | title = Rechner Sub-pages | parent = Oculus | page1 = Version History }} {{Infobox Robot | name = Rechner | author = Dsekercioglu | ...")
 
(Sorry for being late Cb)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Navbox small
 
| title = Rechner Sub-pages
 
| parent = Oculus
 
| page1 = Version History
 
}}
 
 
 
 
{{Infobox Robot
 
{{Infobox Robot
 
| name            = Rechner
 
| name            = Rechner
| author          = [[Dsekercioglu]]
+
| author          = [[User:Dsekercioglu|Dsekercioglu]]
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
 
| targeting      = [[Guess Factor Targeting]]
 
| targeting      = [[Guess Factor Targeting]]
| movement        = [Wave-Surfing Movement]]
+
| movement        = [[Wave Surfing|Wave-Surfing Movement]]
| released        = 26.08.2017
+
| released        = My birthday (September 16, 2017)
| rating          = 40
+
| rating          = #48
| current_version = 1.3
+
| current_version = 1.14
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
 
| isOpenSource    = true
 
| isOpenSource    = true
 +
| download_link  = https://www.dropbox.com/s/np2w2rtd8nh1gzg/dsekercioglu.Rechner_1.14.jar?dl=1
 +
}}
 +
{{Navbox small
 +
| title = Rechner Sub-pages
 +
| parent = Rechner
 +
| page1 = Version History
 
}}
 
}}
  
Line 26: Line 25:
  
 
; Author
 
; Author
: [[Dsekercioglu]]
+
: [[User:Dsekercioglu|Dsekercioglu]]
  
 
; Extends
 
; Extends
Line 32: Line 31:
  
 
; What's special about it?
 
; What's special about it?
: ''Nothing''.
+
: ''Not being special''.
  
 
; ''Great, I want to try it. Where can I download it.''
 
; ''Great, I want to try it. Where can I download it.''
: ''I'm too lazy to put it here. Participants list.''
+
: ''https://www.dropbox.com/s/np2w2rtd8nh1gzg/dsekercioglu.Rechner_1.14.jar?dl=1''
  
 
; ''How competitive is it?''
 
; ''How competitive is it?''
Line 42: Line 41:
 
;Credits
 
;Credits
 
: Credits should go to:
 
: Credits should go to:
:[[Rozu]]: predictPosition from [[Apollon]].
+
:[[Rozu]]: [[Precise Prediction|predictPosition]] from [[Apollon]].
:[[Rednaxela]]: Third gen Kd-tree.
+
:[[Rednaxela]]: [[User:Rednaxela/kD-Tree|Third gen Kd-tree]].
 +
:[[Cb]]: Fast exact wall smoothing.
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: ''True Surfing''
+
: ''[[Wave Surfing/True Surfing|True]] [[Wave Surfing|Surfing]]''
  
 
; How does it fire?
 
; How does it fire?
: ''Uses KNN algorithm.''
+
: ''Uses [[Dynamic Clustering|KNN]] algorithm.''
  
 
; How does it [[Dodging Bullets|dodge bullets]]?
 
; How does it [[Dodging Bullets|dodge bullets]]?
Line 60: Line 60:
  
 
; How does it select a target to attack/avoid in [[melee]]?
 
; How does it select a target to attack/avoid in [[melee]]?
: ''It doesn't''
+
: ''It doesn't.''
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
: ''[[Kd-Trees]].''
+
: ''[[kd-tree|Kd-Trees]].''
  
 
== Additional Information ==
 
== Additional Information ==
Line 71: Line 71:
  
 
; Why did you make this bot?
 
; Why did you make this bot?
: ''I wanted to have a bot in top-10''
+
: ''I wanted to have a bot in top 10.''
  
 
; Can I use your code?
 
; Can I use your code?
 
: ''You just need a decompiler.''
 
: ''You just need a decompiler.''
 
  
 
; What's next for your robot?
 
; What's next for your robot?
:''Finding anomalies in it's score and fixing them''
+
:''Better fire power system. I hate losing the match when I'm 50 energy ahead.''
 +
:''Better fire power system. I love winning the match when I'm 50 energy back.''
 +
:''Bullet hit bullet learning.''
 +
:''Better wave hit detection. Missing waves a lot.''
 +
:''Making a KNN gun using hill climbing to tune itself''.
  
 
; Does it have any [[White Whale]]s?
 
; Does it have any [[White Whale]]s?
Line 84: Line 87:
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: ''None''
+
: ''None. It uses my own robot base used by my bots.''
  
 
[[Category:Templates|Bots]]
 
[[Category:Templates|Bots]]

Latest revision as of 19:50, 26 October 2017

Rechner
Author(s) Dsekercioglu
Extends AdvancedRobot
Targeting Guess Factor Targeting
Movement Wave-Surfing Movement
Released My birthday (September 16, 2017)
Current Rating #48
Current Version 1.14
Download
Rechner Sub-pages:
Version History

Background Information

Bot Name
Rechner.
Author
Dsekercioglu
Extends
AdvancedRobot.
What's special about it?
Not being special.
Great, I want to try it. Where can I download it.
https://www.dropbox.com/s/np2w2rtd8nh1gzg/dsekercioglu.Rechner_1.14.jar?dl=1
How competitive is it?
Not very right now.
Credits
Credits should go to:
Rozu: predictPosition from Apollon.
Rednaxela: Third gen Kd-tree.
Cb: Fast exact wall smoothing.

Strategy

How does it move?
True Surfing
How does it fire?
Uses KNN algorithm.
How does it dodge bullets?
Uses KNN again.
How does the melee strategy differ from One-on-one strategy?
It isn't a melee bot.
How does it select a target to attack/avoid in melee?
It doesn't.
What does it save between rounds and matches?
Kd-Trees.

Additional Information

Where did you get the name?
Calculator in german.
Why did you make this bot?
I wanted to have a bot in top 10.
Can I use your code?
You just need a decompiler.
What's next for your robot?
Better fire power system. I hate losing the match when I'm 50 energy ahead.
Better fire power system. I love winning the match when I'm 50 energy back.
Bullet hit bullet learning.
Better wave hit detection. Missing waves a lot.
Making a KNN gun using hill climbing to tune itself.
Does it have any White Whales?
It does really bad against Musashi
What other robot(s) is it based on?
None. It uses my own robot base used by my bots.