User:Skilgannon

From Robowiki
Jump to navigation Jump to search

I'm a student of life, having lived in the US, South Africa, Switzerland and now Germany. Robocode was the first thing to get me interested in software development at the age of 16, and now 10+ years later I do similar work (computer vision and machine learning) professionally, although in C++ not Java. Somewhere along the way I got a B.Sc.Eng in Electro-mechanical Engineering, and a M.Sc.Eng in Robotics, both from the University of Cape Town.

I currently have a range of competitive bots: 1v1:

  • Nano:
    • Yatagan, which I wrote together with User:Sheldor, the top nano which does actual learning (ie. no offline generated tables which are matched by names to enemies)
  • Mega:
    • DrussGT - A Wave Surfer using Visit Count Stats for the movement, and Dynamic Clustering for the gun. Currently No. 1 in the 1v1 unrestricted section.
    • Stormrider ( Wave Surfer based off of DrussGT, but using Dynamic Clustering for the movement. It shares DrussGT's gun. While in the rumble it was No. 5 overall. - (RETIRED)
    • EnergyDome - A bullet shielding bot with precise prediction, and a bunch of virtual enemy guns to handle common configs. One day I would love to add a learning gun, just to see if it would work. I think there is actually a bunch of potential still left in the bullet shielding idea.

Melee:

  • Mega:
    • Neuromancer - So far, the only bot to attempt to simultaneously surf all melee waves, including the ones not fired at it. Uses a Dynamic Clustering Play It Forward gun. Super strong in Melee (#1 for a few years), and slowly closing the gap with DrussGT in 1v1. Still a bunch of missing features that I'd love to add, both for melee and 1v1. I'd also like to make it work for teams!
  • Mini:

Teams:

  • Twin Duel:
    • NightAndDay - Two bots, Night and Day, working together. They use a segmented GF gun with a careful choice of attributes to enable hitting non-perpendicular movement. They use Minimum Risk Movement. The only difference between them is the color.

Utilities:

  • A really high performance Kd-Tree that is used in a number of bots including DrussGT and Neuromancer, check it out here