User:Dsekercioglu
Revision as of 18:50, 2 October 2017 by Dsekercioglu (talk | contribs)
Contents
Me
- I am a Turkish student in high school, probably the smallest one here. When I first saw robocode it was very interesting. I looked at Diamond and Shadow, they were moving without hitting walls, staying perpendicularly and firing. Robocode was super. Only problem was java which I didn't know anything about. My first robot was just moving in squares(Would be a perfect sample bot: SquareBot). I slowly improved from that day to today.
Bots
- I will only write my current bots here because I can't write about 45 bots.
- ColdBreath:
- My first competitive NN bot. Uses Roboneural. Reached a ranking of 55 with only 1 predictor for both movement and gun.
- Oculus:
- Very clean code so I won't leave this bot for a long time. My best NN bot. I try new things here.
- Hammer:
- Tried to do pattern matching but it resulted in something like segmented PIF gun.
- OculusNano:
- Single-tick segmented PIF gun. random direction stop'n go movement. Fights very close.
Thoughts
- See /Thoughts on targeting for Targeting.
- See /Thoughts on neural networks for NNs.
Formulas
- See /MEA
==Wow==(October 2nd 2017)
- I realised that I was calculation lateral velocity, advancing velocity, time since decel, distance last 10, lateral acceleration wrong in my robots.
- I am coming top 10!