Difference between revisions of "Wallaby"
m (wallaby page update) |
m (uptate - i found the rumblestats extension :)) |
||
Line 6: | Line 6: | ||
| movement = Minimum Risk <br> Antigrav <br> Oscillating | | movement = Minimum Risk <br> Antigrav <br> Oscillating | ||
| released = May 2012 | | released = May 2012 | ||
− | |||
| current_version = 3.1 | | current_version = 3.1 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
Line 24: | Line 23: | ||
; How competitive is it? | ; How competitive is it? | ||
− | + | ||
+ | :{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=micromeleerumble&name=wompi.Wallaby+3.1|rumble=MicroMeleeRumble|scorelabel=APS|score=68.26|rank=1st|win=129|loss=1|plrank=1st|glicko2=614.4|score2label=Survival|score2=91.22}} | ||
+ | :{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=minimeleerumble&name=wompi.Wallaby+3.1|rumble=MiniMeleeRumble|scorelabel=APS|score=67.63|rank=2nd|win=165|loss=4|plrank=4th|glicko2=590.3|score2label=Survival|score2=89.91}} | ||
+ | :{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=meleerumble&name=wompi.Wallaby+3.1|rumble=MeleeRumble|scorelabel=APS|score=64.6|rank=17th|win=309|loss=22|plrank=22nd|glicko2=30.2|score2label=Survival|score2=82.92}} | ||
== Strategy == | == Strategy == | ||
Line 37: | Line 39: | ||
; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
− | + | just melee | |
; How does it select a target to attack in [[melee]]? | ; How does it select a target to attack in [[melee]]? | ||
− | + | closest | |
; What does it save between rounds and matches? | ; What does it save between rounds and matches? | ||
− | + | matches - nothing<br> | |
− | <br> | + | rounds - average velocity, static variables for code size |
== Additional Information == | == Additional Information == | ||
Line 63: | Line 65: | ||
; Does it have any [[White Whale]]s? | ; Does it have any [[White Whale]]s? | ||
− | Of course the mighty [[Capulet|Capulet]] a bot of [[User:CrazyBassoonist|CrazyBassoonist]]. | + | Of course the mighty [[Capulet|Capulet]] a bot of [[User:CrazyBassoonist|CrazyBassoonist]]. <br> |
− | + | My next step would be beating [[GlowBlowMelee]] a bot of [[User:rozu|rozu]]. | |
− | |||
; What other robot(s) is it based on? | ; What other robot(s) is it based on? |
Revision as of 12:42, 10 June 2012
Wallaby | |
Author(s) | Wompi |
Extends | AdvancedRobot |
Targeting | Circular Targeting |
Movement | Minimum Risk Antigrav Oscillating |
Released | May 2012 |
Current Version | 3.1 |
Code License | RWPCL |
Download |
Sub-Pages: Version History | Challenges
Background Information
- What's special about it?
Nothing really special. It is designed as close combat bot but over the time it changed to middle distance. I think the combination of movement and gun makes it working
- How competitive is it?
- MicroMeleeRumble ‒ APS: 68.26% (1st), PL: 129-1 (1st), Survival: 91.22%
- MiniMeleeRumble ‒ APS: 67.63% (2nd), PL: 165-4 (4th), Survival: 89.91%
- MeleeRumble ‒ APS: 64.6% (17th), PL: 309-22 (22nd), Survival: 82.92%
Strategy
- How does it move?
The movement is a combination of Minimum Risk, Antigrav and Oscillation. All three movements are combined together but the weight changes as the battle progresses. At battle start the antigrav is a major factor to stay out of the initial heat. After the herd is thinned the oscilation kicks in and wallaby goes oscillating to mid combat distance.
Wallaby Movement
- How does it fire?
The gun is designed for close to mid combat distance and is a precise circular gun with wall handling and wall backtracking. The target is averaged by velocity and heading.
Wallaby Targeting
- How does the melee strategy differ from One-on-one strategy?
just melee
- How does it select a target to attack in melee?
closest
- What does it save between rounds and matches?
matches - nothing
rounds - average velocity, static variables for code size
Additional Information
- Can I use your code?
Sure, its open source.
- What's next for your robot?
There are alot of things i don't like and want to be fixed.
- to much wall hitting
- hmm maybe this isn't so bad at all, at least it stays very close to the edge
- engaging stronger opponent (more energy)
- be prepared for v3.2
- of course hitrate (never enough)
- yes still true
- would be nice to bring it in top 10 general
- well top 15 is reached and Wallaby starts to win against top 9 bots (of course by a very small margin).
- Does it have any White Whales?
Of course the mighty Capulet a bot of CrazyBassoonist.
My next step would be beating GlowBlowMelee a bot of rozu.
- What other robot(s) is it based on?
It combines the basic concepts from robowiki and is not based on a particular bot.
Credits
Credit for inspiration goes to CrazyBassoonist. I learned alot just by watching his bots.
Credit for code size goes to alot of nano bot authors. Mainly the top ranking melee nano bots.
And of course Credit to all robowiki contributors for making it easy to learn robocode from the scratch.