Difference between revisions of "Naive"
Jump to navigation
Jump to search
Dsekercioglu (talk | contribs) (Created page with "{{Infobox Robot | author = Dsekercioglu | extends = AdvancedRobot | targeting = Naive Bayes Classifier GF | movement = RandomMovementBot ...") |
Dsekercioglu (talk | contribs) (Added new score of Naive) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
| released = July 10 2018 | | released = July 10 2018 | ||
| license = public domain | | license = public domain | ||
− | | download_link = | + | | download_link = https://www.dropbox.com/s/33ykb6botqqkoq4/dsekercioglu.mem.Naive_1.0.jar?dl=1 |
− | |||
| isOpenSource = true | | isOpenSource = true | ||
| isMelee = false | | isMelee = false | ||
Line 56: | Line 55: | ||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? | ||
: ''Movement is [[RandomMovementBot]]'s movement and to finish the robot faster I took some code from [[WhiteFang]] and [[NeuralTargetingBot]].'' | : ''Movement is [[RandomMovementBot]]'s movement and to finish the robot faster I took some code from [[WhiteFang]] and [[NeuralTargetingBot]].'' | ||
+ | |||
+ | ; Scores | ||
+ | : July 11 2018: APS: 52.5(I am hoping that it's gun will find some general pattern that most robots uses) | ||
+ | : July 16 2018: APS: 52.57(It jumped three rankings ahead) |
Latest revision as of 12:27, 16 July 2018
Naive | |
Author(s) | Dsekercioglu |
Extends | AdvancedRobot |
Targeting | Naive Bayes Classifier GF |
Movement | RandomMovementBot |
Released | July 10 2018 |
Current Version | 1.0 |
Code License | public domain |
Download |
Background Information
- What's special about it?
- It uses a Naive Bayes Classifier
- How competitive is it?
- We will see. It is supposed to improve itself over time.
Strategy
- How does it move?
- RandomMovementBot
- How does it fire?
- Naive Bayes Classifier GF
- How does it dodge bullets?
- Moves around randomly hoping that no bullet will hit it.
- How does the melee strategy differ from one-on-one strategy?
- In melee it pretends that it is one on one
- How does it select a target to attack/avoid in melee?
- It would attack the first robot it sees.
- What does it save between rounds and matches?
- Between rounds and matches it saves the Naive Bayes Classifier
Additional Information
- Where did you get the name?
- From it's main purpose.
- Can I use your code?
- Yes, of course
- What's next for your robot?
- Adding more attributes about past so it will learn how to learn.
- Does it have any White Whales?
- I don't think version 1.0 will get good enough to have one.
- What other robot(s) is it based on?
- Movement is RandomMovementBot's movement and to finish the robot faster I took some code from WhiteFang and NeuralTargetingBot.
- Scores
- July 11 2018: APS: 52.5(I am hoping that it's gun will find some general pattern that most robots uses)
- July 16 2018: APS: 52.57(It jumped three rankings ahead)