Difference between revisions of "DrussGT"

From Robowiki
Jump to navigation Jump to search
(Adding robot infobox)
m (update details)
Line 13: Line 13:
 
| best_rating    =  
 
| best_rating    =  
 
| rating          =  
 
| rating          =  
| current_version =  
+
| current_version = 1.3.0
 
| license        =  
 
| license        =  
 
| download_link  = http://minifly.rchomepage.com/robocode/
 
| download_link  = http://minifly.rchomepage.com/robocode/
Line 23: Line 23:
  
 
==== How competitive is it? ====
 
==== How competitive is it? ====
Very. No. 3 in the main rumble.
+
Very. No. 1 in the main rumble.
  
 
==== How does it [[Dodging Bullets|dodge bullets]]? ====
 
==== How does it [[Dodging Bullets|dodge bullets]]? ====
By keeping tabs on which angles the enemy is most likely to shoot at in different circumstances, and avoiding them
+
By keeping tabs on which angles (actually [[Guess Factors]]) the enemy is most likely to shoot at in different circumstances, and avoiding them
  
 
====  What does it save between rounds and matches? ====
 
====  What does it save between rounds and matches? ====
Line 32: Line 32:
  
 
==== Where did you get the name? ====
 
==== Where did you get the name? ====
Druss The Legend was an axe warrior, the protagonist in several books by David Gemmell. The 'GT' is because it uses goto style [[Wave Surfing]].
+
Druss The Legend was an axe warrior, the hero in several books by David Gemmell. The 'GT' is because it uses GoTo style [[Wave Surfing]].
  
 
==== Can I use your code? ====
 
==== Can I use your code? ====
Line 41: Line 41:
  
 
==== What's next for your robot? ====
 
==== What's next for your robot? ====
A flattener, an [[Antisurfer Gun]], speeding it up, and a major refactor!
+
An [[Antisurfer Gun]], speeding it up, and a refactor!
  
 
==== Does it have any [[WhiteWhale]]s? ====
 
==== Does it have any [[WhiteWhale]]s? ====
Pretty much all of the top 10
+
Shadow, WaveSerpent, Hydra
  
 
==== What other robot(s) is it based on? ====
 
==== What other robot(s) is it based on? ====
[[BasicSurfer]], [[GFTargetingBot]] (for the gun structure, although very little of the original code), [[User:Simonton]]'s [[Kd-Tree]]
+
[[BasicSurfer]], [[GFTargetingBot]] (for the gun structure, although very little of the original code), [[User:Simonton|Simonton]]'s [[Kd-Tree]]
  
 
[[Category:Bots|DrussGT]]
 
[[Category:Bots|DrussGT]]

Revision as of 12:47, 27 November 2008

DrussGT
Author(s) User:Skilgannon
Extends AdvancedRobot
Targeting Dynamic Clustering, using Guess Factors
Movement Wave Surfing/Go To with Visit Count Stats
Current Version 1.3.0
Download

What's special about it?

It uses a unique method of storing the Visit Count Stats. I set up a bunch of different dimensions and slices, and randomly generated 100 buffers, which should cover all the attributes quite well.

How competitive is it?

Very. No. 1 in the main rumble.

How does it dodge bullets?

By keeping tabs on which angles (actually Guess Factors) the enemy is most likely to shoot at in different circumstances, and avoiding them

What does it save between rounds and matches?

Between rounds it saves all the targeting and movement data, between matches nothing

Where did you get the name?

Druss The Legend was an axe warrior, the hero in several books by David Gemmell. The 'GT' is because it uses GoTo style Wave Surfing.

Can I use your code?

Sure, but under the following terms:

  • Your bot MUST be OpenSource.
  • You give credit in your code, and in any documentation of your bot.
  • Pleeaase don't just take my bot, tweak it and release it under another name. Rather tell me about the changes, and I'll give you credit. =)

What's next for your robot?

An Antisurfer Gun, speeding it up, and a refactor!

Does it have any WhiteWhales?

Shadow, WaveSerpent, Hydra

What other robot(s) is it based on?

BasicSurfer, GFTargetingBot (for the gun structure, although very little of the original code), Simonton's Kd-Tree