Difference between revisions of "User:Dsekercioglu"

From Robowiki
Jump to navigation Jump to search
(Update user page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Me==
 
==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. I'm not releasing 10 new versions of my bot per day but I'm still active and checking the wiki every day.
+
:I am a Turkish student currently in high school. My teacher introduced me to Robocode and it probably is the only reason I do programming today.  
 +
:Over the time, I've come to realize what a complicated optimization problem robocode was.
 +
 
 +
:Since the July of 2020, I have spent more time learning other languages, most of them being lower level and I realized how inefficient most of my code was. Although I don't really feel like using Java anymore, I don't think I can possibly give up on robocode just yet. At least not before I give a final shot with Neural Networks ;)
  
 
==Bots==
 
==Bots==
:I will only write my current bots here because I can't write about 45 bots.
+
:I have made many robots, mostly experimental and most of them are retired.
  
  
 
:[[ColdBreath]]:
 
:[[ColdBreath]]:
 
:My first competitive NN bot. Uses [[Roboneural]]. Reached a ranking of 55 with only 1 predictor for both movement and gun.
 
:My first competitive NN bot. Uses [[Roboneural]]. Reached a ranking of 55 with only 1 predictor for both movement and gun.
 +
 
:[[Oculus]]:
 
:[[Oculus]]:
:Very clean code so I won't leave this bot for a long time. My best NN bot. I try new things here.  
+
:[[Oculus]] reached a ranking of 35 but was later removed temporarily since it was too slow.  
:[[Hammer]]:
+
 
:Tried to do pattern matching but it resulted in something like segmented PIF gun.
+
:[[WhiteFang]]:
:[[OculusNano]]:
+
:[[WhiteFang]] is my third robot to be released. It's now in top 10 after tons of work and tuning.
:Single-tick segmented PIF gun. random direction stop'n go movement. Fights very close.
+
 
 +
:[[Raven]]:
 +
:[[Raven]] is my most competitive 1on1 robot. It currently holds the 7th place in roborumble.
  
 
==Thoughts==
 
==Thoughts==
 
:See [[/Thoughts on targeting]] for [[Targeting]].
 
:See [[/Thoughts on targeting]] for [[Targeting]].
:See [[/Thoughts on neural networks]] for NNs.
 
  
 
==Formulas==
 
==Formulas==
 
:See [[/MEA]]
 
:See [[/MEA]]
  
==Robot Names==
+
==Projects I am Working On==
*Stibnite MINE
+
:A garbage free Neural Network library for future robots. I'd really like to set the standards Skilgannon and Rednaxela set with their kd-trees :)
 +
 
 +
 
 +
==Robot Names That You Can Use==
 
*Parallax
 
*Parallax
 
*Tempus
 
*Tempus

Latest revision as of 09:52, 12 April 2021

Me

I am a Turkish student currently in high school. My teacher introduced me to Robocode and it probably is the only reason I do programming today.
Over the time, I've come to realize what a complicated optimization problem robocode was.
Since the July of 2020, I have spent more time learning other languages, most of them being lower level and I realized how inefficient most of my code was. Although I don't really feel like using Java anymore, I don't think I can possibly give up on robocode just yet. At least not before I give a final shot with Neural Networks ;)

Bots

I have made many robots, mostly experimental and most of them are retired.


ColdBreath:
My first competitive NN bot. Uses Roboneural. Reached a ranking of 55 with only 1 predictor for both movement and gun.
Oculus:
Oculus reached a ranking of 35 but was later removed temporarily since it was too slow.
WhiteFang:
WhiteFang is my third robot to be released. It's now in top 10 after tons of work and tuning.
Raven:
Raven is my most competitive 1on1 robot. It currently holds the 7th place in roborumble.

Thoughts

See /Thoughts on targeting for Targeting.

Formulas

See /MEA

Projects I am Working On

A garbage free Neural Network library for future robots. I'd really like to set the standards Skilgannon and Rednaxela set with their kd-trees :)


Robot Names That You Can Use

  • Parallax
  • Tempus
  • Inferno

For Fun

Idioms
Being SittingDuck against: Enemy's gun is very strong.
Usage: Walls is SittingDuck against Tomcat.