Difference between revisions of "Lukious"
Jump to navigation
Jump to search
(migrating from old wiki) |
m (cleanup) |
||
Line 22: | Line 22: | ||
; What's special about it? | ; What's special about it? | ||
: | : | ||
− | :* It uses log based stats ([[Dynamic Clustering]], a la [[ | + | :* It uses log based stats ([[Dynamic Clustering]], a la [[Tron's Gun]]) for both movement and targeting. Ok, that's not so special now, but it was slightly more special when it was released. |
− | :* The discussions | + | :* The [[Talk:Lukious|discussions pages]] are probably more valuable than the bot itself ever was. |
; How competitive is it? | ; How competitive is it? |
Revision as of 08:18, 22 May 2009
- Sub-pages:
- Version History - RRGC - Rewrite - Archived Talk 20090521
Lukious | |
Author(s) | Voidious |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering |
Movement | DC-Wave Surfing |
Current Version | RETIRED |
Code License | RWPCL |
Download |
Background Information
- What's special about it?
-
- It uses log based stats (Dynamic Clustering, a la Tron's Gun) for both movement and targeting. Ok, that's not so special now, but it was slightly more special when it was released.
- The discussions pages are probably more valuable than the bot itself ever was.
- How competitive is it?
- It was top-10 with its first version, but it never really improved much after that.
Strategy
- How does it move and/or dodge bullets?
- Wave Surfing with Dynamic Clustering style data analysis.
- How does it fire?
- Uses Dynamic Clustering to find a commonly used GuessFactor among a bunch of similar previous situations.
- What does it save between rounds and matches?
- Everything between rounds, nothing between matches.
Additional Information
- Where did you get the name?
- It's named after Luke Skywalker.
- Can I use your code?
- Yes, it's released under the RWPCL.
- What's next for your robot?
- Move to Florida?
- Does it have any White Whales?
- Not really...
- What other robot(s) is it based on?
-
- It uses Dookious as a skeleton, with the data storage and analysis replaced to use Dynamic Clustering instead of traditional (Visit Count Stats) stats arrays.
- I learned a lot from studying the source code of Chalk, by Corbos.
- I also perused DCBot, by ABC.
- Major credits to both ABC and Albert for posting detailed information about Dynamic Clustering and kernel density on the wiki.