Difference between revisions of "SimpleBot/Understanding SimpleBot"

From Robowiki
Jump to navigation Jump to search
m (Add Understanding SimpleBot subpage.)
(First paragraph)
Line 6: Line 6:
 
}}
 
}}
  
This page is dedicated to describe the techniques used in SimpleBot.  
+
SimpleBot is originally a bot created to test other bots, therefore everything is made as simple as possible. But soon I found myself in love with SimpleBot for its cleanness and simplicity. Then I decided to stay with SimpleBot, and always keep everything simple.  
  
----
+
==Gun==
 +
 
 +
SimpleBot is using only one gun, which is a traditional kNN gun with gaussian kernel density. The attributes I use are BulletFlightTime, LateralVelocity, Acceleration, ForwardPreciseMEA, ReversePreciseMEA, TimeSinceDeceleration, and CurrentGuessFactor. Those attributes are the most useful attributes I've found in the past years, and they are also used by a lot of bots, etc. DrussGT, Gaff. Credit will give to [User:Skilgannon|Skilgannon] in his great [DrussGT/Understanding DrussGT], where I first see those attributes a few years ago.

Revision as of 17:36, 28 August 2017

SimpleBot Sub-pages:
SimpleBotVersion History - Understanding SimpleBot

SimpleBot is originally a bot created to test other bots, therefore everything is made as simple as possible. But soon I found myself in love with SimpleBot for its cleanness and simplicity. Then I decided to stay with SimpleBot, and always keep everything simple.

Gun

SimpleBot is using only one gun, which is a traditional kNN gun with gaussian kernel density. The attributes I use are BulletFlightTime, LateralVelocity, Acceleration, ForwardPreciseMEA, ReversePreciseMEA, TimeSinceDeceleration, and CurrentGuessFactor. Those attributes are the most useful attributes I've found in the past years, and they are also used by a lot of bots, etc. DrussGT, Gaff. Credit will give to [User:Skilgannon|Skilgannon] in his great [DrussGT/Understanding DrussGT], where I first see those attributes a few years ago.