Difference between revisions of "Naive"

From Robowiki
Jump to navigation Jump to search
(Created page with "{{Infobox Robot | author = Dsekercioglu | extends = AdvancedRobot | targeting = Naive Bayes Classifier GF | movement = RandomMovementBot ...")
 
(Added the link)
Line 7: Line 7:
 
| released        = July 10 2018
 
| released        = July 10 2018
 
| license        = public domain
 
| license        = public domain
| download_link  = http://www.example.com
+
| download_link  = https://www.dropbox.com/s/33ykb6botqqkoq4/dsekercioglu.mem.Naive_1.0.jar?dl=1
| source_link    = http://www.example.com (optional)
 
 
| isOpenSource    = true
 
| isOpenSource    = true
 
| isMelee        = false
 
| isMelee        = false

Revision as of 22:38, 10 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.