Difference between revisions of "LittleBlackBook"
Jump to navigation
Jump to search
m (release date is the date of first release) |
(Quick updates with new info.) |
||
Line 35: | Line 35: | ||
: From studies of its opponents (offline), it can do a number of things - or combine them based on distance from opponent: | : From studies of its opponents (offline), it can do a number of things - or combine them based on distance from opponent: | ||
* Straight orbit - good for bots that never use full linear aim, head on aim, or for getting away from an edge or rammer. | * Straight orbit - good for bots that never use full linear aim, head on aim, or for getting away from an edge or rammer. | ||
− | * | + | * Good but not perfect stop and go in one direction. Scoot forward a bit on every energy drop. Good for average linear aimers, combined linear/head on aim bots at medium and long range, and some PM bots when mixed with other modes. |
− | * | + | * Near perfect oscollation - good for full or nearly full linear aim bots. Tends to stick on walls if the attacking bot is aggresive due to wall reversing velocity code and limited space. |
* Psuedo Random - Roughly 50/50 forward and back over mixed random distance. Makes a fairly flat GF and PM profile. Best against advanced bots. | * Psuedo Random - Roughly 50/50 forward and back over mixed random distance. Makes a fairly flat GF and PM profile. Best against advanced bots. | ||
+ | * Ram - if all else fails, I can be a RAM boat :) | ||
* Any mix of the above segmented on distance. Mixing can help with PM bots. | * Any mix of the above segmented on distance. Mixing can help with PM bots. | ||
Line 44: | Line 45: | ||
; How does it [[Dodging Bullets|dodge bullets]]? | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
− | : Watches enemy power levels and moves when it changes at all. | + | : Watches enemy power levels and moves when it changes at all. Wall hits will fool it. |
; How does the [[Melee|melee]] strategy differ from [[One-On-One|one-on-one]] strategy? | ; How does the [[Melee|melee]] strategy differ from [[One-On-One|one-on-one]] strategy? | ||
Line 50: | Line 51: | ||
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | : Nothing. It has all it needs in its string tables. | + | : Nothing real. It has all it needs in its string tables. |
== Additional Information == | == Additional Information == | ||
Line 63: | Line 64: | ||
* Investigate Lateral velocity GF inclusing and better dodging. Check costs against loss of another table. | * Investigate Lateral velocity GF inclusing and better dodging. Check costs against loss of another table. | ||
* Add all other rumble bots for improvements outside of the nano land or at least up to the minis. (Micros 100% complete.) | * Add all other rumble bots for improvements outside of the nano land or at least up to the minis. (Micros 100% complete.) | ||
+ | * Retune with new and improved bullet dodging added. | ||
* <strike>Get above 80% APS in nanos.</strike> | * <strike>Get above 80% APS in nanos.</strike> | ||
* <strike>Improve default parameters.</strike> | * <strike>Improve default parameters.</strike> | ||
Line 73: | Line 75: | ||
* <strike>Investigate other segmentations methods besides distance - which I'm told is one of the weakest.</strike> Next major version, perhaps in a micro. | * <strike>Investigate other segmentations methods besides distance - which I'm told is one of the weakest.</strike> Next major version, perhaps in a micro. | ||
* <strike>Partial string matches on names. Need 6 bytes or so more.</strike> | * <strike>Partial string matches on names. Need 6 bytes or so more.</strike> | ||
− | |||
; Does it have any [[White Whale|White Whales]]? | ; Does it have any [[White Whale|White Whales]]? | ||
Line 82: | Line 83: | ||
* [[Fuatisha]] - Very strong new bot. | * [[Fuatisha]] - Very strong new bot. | ||
* [[Assertive]] - Good, strong bot. | * [[Assertive]] - Good, strong bot. | ||
+ | * [[NeophytePRAL]] - Gotta figure out how to dodge him consistantly. | ||
* The top 10 Micros. | * The top 10 Micros. | ||
*<Strike>DosEXE 0.9a - Two bots with same name but different versions entered. My tables cannot cope with this.</Strike> Optimized a solution for both. | *<Strike>DosEXE 0.9a - Two bots with same name but different versions entered. My tables cannot cope with this.</Strike> Optimized a solution for both. | ||
Line 94: | Line 96: | ||
== Current Ranks == | == Current Ranks == | ||
#1 in Nano Rumble | #1 in Nano Rumble | ||
− | # | + | #10 in Micro Rumble |
Mini and overall aren't real yet. | Mini and overall aren't real yet. | ||
[[Category:NanoBots]] | [[Category:NanoBots]] | ||
[[Category:Bots]] | [[Category:Bots]] |
Revision as of 02:27, 16 January 2010
Background Information
LittleBlackBook | |
Author(s) | Miked0801 |
Extends | AdvancedRobot |
Targeting | Guess Factor |
Movement | Stop and go, Dodge oscalate, & random |
Released | June 14, 2009 |
Current Version | 1.59 |
[Robot Repository Download] |
- Bot Name
- LittleBlackBook
- Author
- Miked0801
- Extends
- AdvancedRobot
- What's special about it?
- This is a table driven bot. It uses canned guess factors, desired engage distances, fire power, movement type, and movement length all segmented upon distance from its enemy. It also has a default table it uses for unknown bots and ignores the bot's version number for behavior so that bot upgrades don't confuse it much.
- How competitive is it?
- #1 in 1v1 ranking - way #1. #11 in Micros. Still improving as well.
Strategy
- How does it move?
- From studies of its opponents (offline), it can do a number of things - or combine them based on distance from opponent:
- Straight orbit - good for bots that never use full linear aim, head on aim, or for getting away from an edge or rammer.
- Good but not perfect stop and go in one direction. Scoot forward a bit on every energy drop. Good for average linear aimers, combined linear/head on aim bots at medium and long range, and some PM bots when mixed with other modes.
- Near perfect oscollation - good for full or nearly full linear aim bots. Tends to stick on walls if the attacking bot is aggresive due to wall reversing velocity code and limited space.
- Psuedo Random - Roughly 50/50 forward and back over mixed random distance. Makes a fairly flat GF and PM profile. Best against advanced bots.
- Ram - if all else fails, I can be a RAM boat :)
- Any mix of the above segmented on distance. Mixing can help with PM bots.
- How does it fire?
- String based Guess Factor segmented heavily by distance, modified by direction of average velocity (stop'n'go defeater) and a little lateral velocity.
- How does it dodge bullets?
- Watches enemy power levels and moves when it changes at all. Wall hits will fool it.
- How does the melee strategy differ from one-on-one strategy?
- No melee strategy, but it would probably be ok. Radar is not good enough for strong melee though.
- What does it save between rounds and matches?
- Nothing real. It has all it needs in its string tables.
Additional Information
- Where did you get the name?
- It has a little black book on every bot it competes against.
- Can I use your code?
- Go for it, though give credit as this is a new concept that has yet to be fully fleshed out by me. I'd like to see how far I can push this idea before fighting the next generation of SGF gun bots :)
- What's next for your robot?
- Investigate Lateral velocity GF inclusing and better dodging. Check costs against loss of another table.
- Add all other rumble bots for improvements outside of the nano land or at least up to the minis. (Micros 100% complete.)
- Retune with new and improved bullet dodging added.
Get above 80% APS in nanos.Improve default parameters.One last tune pass for current bots.Create a seperate bot to generate my tables for me - man that was tedious to do by hand.Improved dodging and flatter random movement.Address 0 velocity aiming issues via averaging or something.Codesize reduction. Found 50+ bytes thus far.Dynamic distancing per opponent -Investigate other segmentations methods besides distance - which I'm told is one of the weakest.Next major version, perhaps in a micro.Partial string matches on names. Need 6 bytes or so more.
- Does it have any White Whales?
- Multi-mode bots hurt its aim, the more modes, the worse I do. Bots that dynamically change their lead values and keep them constant over the life of the match(surfers) give him a very, very tough time. Surprisingly, PM bots are handled well by the its movement code. Basically, a flat GF profile bot with mulit-modes is a big problem.
Here's the current, updated list:
- Neophyte Pattern and PRAL - Strong movement. Ditto on Weaknesses. (Improved a bit last version.)
- Fuatisha - Very strong new bot.
- Assertive - Good, strong bot.
- NeophytePRAL - Gotta figure out how to dodge him consistantly.
- The top 10 Micros.
DosEXE 0.9a - Two bots with same name but different versions entered. My tables cannot cope with this.Optimized a solution for both.Moebius - strong movement and an excellent gun.Close in I can beat him with care.Ram BotsVariable Fire Power kills them dead. Variable distance make the slaughter worse.
- What other robot(s) is it based on?
- Pretty much unique, though its movement started out somewhat close to Moebius's before being improved.
I keep a running blob about this bot on the discussion page.
Current Ranks
- 1 in Nano Rumble
- 10 in Micro Rumble
Mini and overall aren't real yet.