Difference between revisions of "User:BenHorner"

From Robowiki
Jump to navigation Jump to search
m (One more try...)
 
(questions answered...)
Line 1: Line 1:
A few questions, if anyone checks this:
+
I did some Robocoding about a year ago...  didn't want to get into anything too complex, so I wrote a rammer called PureAgression.  It uses linear projection for firing, and and just drives straight at (and into) the opponent.  That was enough to get half way up the rankings in the rumble.
  
Does the rumble still run?  I checked the current rankings, and my bot is still in there..but I can't download it from the Robocode RepositoryIn fact I was going to download the top few 1-v-1 bots, but they weren't available there either (at least not current versions)Has the method of entering a bot changed?
+
This time around I'd like to try some more complex things.  I'm currently working on an AdvancedRobot (HistoryBot) that will capture and store all information received from eventsWhen that is done, I will probably build a couple simple analysis components, and try some graphical debuggingI thought I might just try the targeting challenges first, to see if I can use the historical data to hit robots better.

Revision as of 21:05, 9 May 2009

I did some Robocoding about a year ago... didn't want to get into anything too complex, so I wrote a rammer called PureAgression. It uses linear projection for firing, and and just drives straight at (and into) the opponent. That was enough to get half way up the rankings in the rumble.

This time around I'd like to try some more complex things. I'm currently working on an AdvancedRobot (HistoryBot) that will capture and store all information received from events. When that is done, I will probably build a couple simple analysis components, and try some graphical debugging. I thought I might just try the targeting challenges first, to see if I can use the historical data to hit robots better.