Difference between revisions of "SimpleBot/Understanding SimpleBot"
m (Add Understanding SimpleBot subpage.) |
(First paragraph) |
||
Line 6: | Line 6: | ||
}} | }} | ||
− | + | 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 16:36, 28 August 2017
- SimpleBot Sub-pages:
- SimpleBot - Version 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.