Difference between revisions of "DrussGT"

From Robowiki
Jump to navigation Jump to search
m (added categories)
m (Update version and link)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==== Bot Name ====
+
{{Infobox Robot
DrussGT
+
| name            = DrussGT
 +
| author          = [[User:Skilgannon]]
 +
| extends        = [[AdvancedRobot]]
 +
| targeting      = [[Dynamic Clustering]], using [[Guess Factor]]s
 +
| movement        = [[Wave Surfing/Go To]] with segmented logs simulating [[Visit Count Stats]]
 +
| best_rating    = #1 in RoboRumble
 +
| current_version = 3.1.4159
 +
| download_link  = http://robocode-archive.strangeautomata.com/robots/jk.mega.DrussGT_3.1.4159.jar
 +
| isOpenSource    = yes
 +
| isMelee        = no
 +
| isOneOnOne      = yes
 +
}}
 +
{{Navbox small
 +
| title = Sub-pages
 +
| page1 = Version History
 +
| page2 = Understanding DrussGT
 +
}}
  
==== Author ====
+
==== Most Recent Updates ====
[[User:Skilgannon]]
+
Check out the [[/Version History]].
 
 
==== Extends ====
 
[[AdvancedRobot]]
 
  
 
==== What's special about it? ====
 
==== 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.
+
DrussGT is, as of 2017, state of the art and ranked first in the general 1v1 rumble. The techniques that I used to get there are covered in more detail at [[/Understanding DrussGT]].
 
 
==== Great, I want to try it. Where can I download it? ====
 
http://minifly.rchomepage.com/robocode/
 
  
 
==== How competitive is it? ====
 
==== How competitive is it? ====
Very. No. 3 in the main rumble.
+
Very. No. 1 in the main rumble since 2008.  
 
 
==== How does it [[Movement|move]]? ====
 
[[Wave Surfing/Go To]] with [[Visit Count Stats]]
 
 
 
==== How does it fire? ====
 
[[Dynamic Clustering]], using [[Guess Factor]]s
 
  
 
==== 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 Factor]]s) 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? ====
Between rounds it saves all the targeting and movement data, between matches nothing
+
Between rounds it saves all the targeting and movement data, between matches nothing.
  
 
==== 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.
+
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 37: Line 41:
 
*You give credit in your code, and in any documentation of your bot.
 
*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. =)
 
*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. =)
 +
*Use of this code without my personal permission in ANY competition WHATSOEVER is strictly prohibited (an exception being the Roborumble)
  
 
==== What's next for your robot? ====
 
==== What's next for your robot? ====
A flattener, an [[Antisurfer Gun]], speeding it up, and a major refactor!
+
Speeding it up and reducing RAM usage, as always. Improving the gun. Improving the movement. Perhaps, just perhaps, make a truesurfing variant...
  
 
==== Does it have any [[WhiteWhale]]s? ====
 
==== Does it have any [[WhiteWhale]]s? ====
Pretty much all of the top 10
+
[[Tomcat]] and [[Diamond]] cause the occasional hiccough...
  
 
==== 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:Rednaxela|Rednaxela]]'s [[Kd-Tree]].
 
 
[[Category:Bots|DrussGT]]
 
[[Category:1-vs-1 Bots|DrussGT]]
 
[[Category:Open Source Bots|DrussGT]]
 
 
[[Category:MegaBots|DrussGT]]
 
[[Category:MegaBots|DrussGT]]
 +
__NOTOC__ __NOEDITSECTION__

Latest revision as of 01:37, 15 September 2017

DrussGT
Author(s) User:Skilgannon
Extends AdvancedRobot
Targeting Dynamic Clustering, using Guess Factors
Movement Wave Surfing/Go To with segmented logs simulating Visit Count Stats
Best Rating #1 in RoboRumble
Current Version 3.1.4159
Download
Sub-pages:
Version History - Understanding DrussGT

Most Recent Updates

Check out the /Version History.

What's special about it?

DrussGT is, as of 2017, state of the art and ranked first in the general 1v1 rumble. The techniques that I used to get there are covered in more detail at /Understanding DrussGT.

How competitive is it?

Very. No. 1 in the main rumble since 2008.

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. =)
  • Use of this code without my personal permission in ANY competition WHATSOEVER is strictly prohibited (an exception being the Roborumble)

What's next for your robot?

Speeding it up and reducing RAM usage, as always. Improving the gun. Improving the movement. Perhaps, just perhaps, make a truesurfing variant...

Does it have any WhiteWhales?

Tomcat and Diamond cause the occasional hiccough...

What other robot(s) is it based on?

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