Difference between revisions of "Rechner"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) (Grammatical error) |
Dsekercioglu (talk | contribs) |
||
Line 7: | Line 7: | ||
| released = My birthday (September 16, 2017) | | released = My birthday (September 16, 2017) | ||
| rating = #47 | | rating = #47 | ||
− | | current_version = 1. | + | | current_version = 1.12 |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false | ||
| isOpenSource = true | | isOpenSource = true | ||
− | | download_link = https://www.dropbox.com/s/ | + | | download_link = https://www.dropbox.com/s/pxugh2sdcwmx5id/dsekercioglu.Rechner_1.12.jar?dl=1 |
}} | }} | ||
{{Navbox small | {{Navbox small | ||
Line 34: | Line 34: | ||
; ''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/ | + | : ''https://www.dropbox.com/s/pxugh2sdcwmx5id/dsekercioglu.Rechner_1.12.jar?dl=1'' |
; ''How competitive is it?'' | ; ''How competitive is it?'' | ||
Line 77: | Line 77: | ||
; What's next for your robot? | ; 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 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. | :''Bullet hit bullet learning. | ||
:''Making a KNN gun using hill climbing to tune itself''. | :''Making a KNN gun using hill climbing to tune itself''. |
Revision as of 18:11, 23 October 2017
Rechner | |
Author(s) | Dsekercioglu |
Extends | AdvancedRobot |
Targeting | Guess Factor Targeting |
Movement | Wave-Surfing Movement |
Released | My birthday (September 16, 2017) |
Current Rating | #47 |
Current Version | 1.12 |
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/pxugh2sdcwmx5id/dsekercioglu.Rechner_1.12.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.
Strategy
- 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.
- 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.