Difference between revisions of "User:Xor"

From Robowiki
Jump to navigation Jump to search
m (Fix grammar mistake)
(Rewrite)
Line 1: Line 1:
I'm a robocoder who discovered robocode in early 2012.  
+
 
However, even with 5 years of research, I still didn't release any robot to public. Partly it may because I don't use any code from others at all ;) I wrote kd-trees, deep neural networks and more only on myself ;) and I really enjoy it.
+
== 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.  
 +
 
 +
== Bots in [[RoboRumble]] ==
 +
 
 +
* '''[[SimpleBot]]'''. I have a lot of heavy robots over-engineering, which is tiresome. One day, I was inspired and decided to rewrite everything, while keeping it simple. Then comes [[SimpleBot]].
 +
 
 +
[[Category:Bot Authors|Xor]]
 +
 
 +
__NOTOC__

Revision as of 11:43, 20 August 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.

Bots in RoboRumble

  • SimpleBot. I have a lot of heavy robots over-engineering, which is tiresome. One day, I was inspired and decided to rewrite everything, while keeping it simple. Then comes SimpleBot.