Difference between revisions of "User:Xor"

From Robowiki
Jump to navigation Jump to search
Line 31: Line 31:
 
* '''[[SimpleBot]]'''. I have a lot of heavy robots over-engineering, which was tiresome. One day, I was inspired and decided to rewrite everything, while keeping it simple. Then came [[SimpleBot]]. SimpleBot is also my first bot in rumble. Now it has been replaced by [[ScalarBot]].  
 
* '''[[SimpleBot]]'''. I have a lot of heavy robots over-engineering, which was tiresome. One day, I was inspired and decided to rewrite everything, while keeping it simple. Then came [[SimpleBot]]. SimpleBot is also my first bot in rumble. Now it has been replaced by [[ScalarBot]].  
  
* '''[[Carbon]]'''. A [[Wave Surfing/Go-to Surfing | Go-to]] varient of SimpleBot. Suffers from heavy usages of immutable data structures, which pushed me to have a new framework.  
+
* '''[[Carbon]]'''. A [[Wave Surfing/GoTo Surfing | GoTo]] varient of SimpleBot. Suffers from heavy usages of immutable data structures, which pushed me to have a new framework.  
  
 
[[Category:Bot Authors|Xor]]
 
[[Category:Bot Authors|Xor]]
  
 
__NOTOC__
 
__NOTOC__

Revision as of 03:14, 21 September 2017

Background

I'm a robocoder who discovered robocode in early 2012, and I discovered robowiki in the same year. Then, I spent a lot of time browsing robowiki and tried a varieties of targeting & wave surfing strategies, including k-NN, VCS and NeuralNetworks. I was really hooked meanwhile by machine learning in robocode, spending all day running battles to tune the parameters. However, all my experienments in the past was not mentioned to anyone else, not to mention publishing. Years later, when I went back to robowiki, I've seen something incredible happened that a lot of ancient robot was updated. Soon I decided to join the community and develop my own bots for competition.


Thoughts on 1v1 movement

See /Thoughts on movement


Better Theoretical MEA formula

See /Better MEA formula


Bots in RoboRumble


Bots in MeleeRumble

  • ScaledBot. Originally a ScalarBot rewrite, but it soon became my first attempt in melee.


Retired bots

  • SimpleBot. I have a lot of heavy robots over-engineering, which was tiresome. One day, I was inspired and decided to rewrite everything, while keeping it simple. Then came SimpleBot. SimpleBot is also my first bot in rumble. Now it has been replaced by ScalarBot.
  • Carbon. A GoTo varient of SimpleBot. Suffers from heavy usages of immutable data structures, which pushed me to have a new framework.