Difference between revisions of "Wallaby"

From Robowiki
Jump to navigation Jump to search
m (update)
m (update)
Line 27: Line 27:
 
<!-- {{subst:rumblestats:meleerumble|wompi.Wallaby 4.1}}-->
 
<!-- {{subst:rumblestats:meleerumble|wompi.Wallaby 4.1}}-->
  
:{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=micromeleerumble&name=wompi.Wallaby+4.9|rumble=MicroMeleeRumble|scorelabel=APS|score=69|rank=1st|win=134|loss=0|plrank=1st|glicko2=-225.7|score2label=Survival|score2=94}}
+
{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=micromeleerumble&name=wompi.Wallaby+4.9|rumble=MicroMeleeRumble|scorelabel=APS|score=68.77|rank=1st|win=134|loss=0|plrank=1st|glicko2=-237|score2label=Survival|score2=93.89}}-->
:{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=minimeleerumble&name=wompi.Wallaby+4.9|rumble=MiniMeleeRumble|scorelabel=APS|score=68.38|rank=1st|win=173|loss=0|plrank=1st|glicko2=-420.3|score2label=Survival|score2=92.85}}
+
{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=minimeleerumble&name=wompi.Wallaby+4.9|rumble=MiniMeleeRumble|scorelabel=APS|score=68.18|rank=2nd|win=173|loss=0|plrank=1st|glicko2=-431.8|score2label=Survival|score2=92.73}}-->
:{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=meleerumble&name=wompi.Wallaby+4.9|rumble=MeleeRumble|scorelabel=APS|score=65.26|rank=13th|win=333|loss=13|plrank=12th|glicko2=-1590.8|score2label=Survival|score2=87.15}}
+
{{RumbleStatsDefault|link=http://darkcanuck.net/rumble/RatingsDetails?game=meleerumble&name=wompi.Wallaby+4.9|rumble=MeleeRumble|scorelabel=APS|score=65.15|rank=13th|win=332|loss=14|plrank=13th|glicko2=-1606.1|score2label=Survival|score2=87.03}}
  
  
Line 81: Line 81:
 
** v4.4 is very close -0.15% (mini), and 0.01% (general)
 
** v4.4 is very close -0.15% (mini), and 0.01% (general)
 
** v4.9 took the crown from GlowBlowMelee and i'm walking on clouds right now - maybe its a little to early to say but its 0.05% ahead after 5k battles
 
** v4.9 took the crown from GlowBlowMelee and i'm walking on clouds right now - maybe its a little to early to say but its 0.05% ahead after 5k battles
 +
** sheesh 1k battles later and i lost 0.3% score - something went really wrong i guess - i wait next time till 30k battles
 +
** GlowBlowMelee is back on the Whale list
 
*Would be nice to beat [[SandboxDT]] a bot of [[User:Paul_Evans|Paul Evans]] (0.1% to go) -
 
*Would be nice to beat [[SandboxDT]] a bot of [[User:Paul_Evans|Paul Evans]] (0.1% to go) -
 
**yes, left him behind with 0.4%  
 
**yes, left him behind with 0.4%  

Revision as of 18:32, 4 September 2012

Wallaby
Author(s) Wompi
Extends AdvancedRobot
Targeting Circular Targeting
Movement Minimum Risk
Antigrav
Oscillating
Released August 2012
Current Version 4.9
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.77% (1st), PL: 134-0 (1st), Survival: 93.89%--> MiniMeleeRumble ‒ APS: 68.18% (2nd), PL: 173-0 (1st), Survival: 92.73%--> MeleeRumble ‒ APS: 65.15% (13th), PL: 332-14 (13th), Survival: 87.03%


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. The movement has a fixed travel width of 185 pixel once the minimum risk angle is found, but can under certain circumstances, like near bots, switch to 'free' movement. Which leads to very nice avoid moves in crowded battle situations.
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. All scanned velocities of the target are averaged and used to feat the circular gun. The radar locks dependent on gun heat and while the target is locked the gun collects all heading difference of the target. If the fire angle has to be calculated, the circular gun projects the guessed target position with the overall average velocity and the average of the last heading differences.
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 until two opponents left, after this the one with the least energy

What does it save between rounds and matches?

matches - nothing
rounds - nothing, 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
    • with implementing of the 'free' movement the wall hits are decreased by a huge margin
  • engaging stronger opponent (more energy)
    • still an issue but not as bad as i first thought
    • the main flaw is with 2-3 opponents left, the movement brings Wallaby mostly between the other bots and therefor they all together shoot at me. Luckily, Wallaby can kill bots very quickly and the time where everyone can shoot at me is very short. Especially with the last two enemies rule - shoot the one with the least energy
  • of course hitrate (never enough)
    • yes still true
    • i had to define hit rate new - it should say 'increased hit rate for the same bullet power profile'. You can easily increase the hit rate by using a lesser bullet power, but this has to be weighted to score vs survival and vice versa
  • would be nice to bring it in top 10 general
    • well top 19 is reached and Wallaby starts to win against top 9 bots (of course by a very small margin).
    • now on top 16 and the win margin against top 10 bots is increased
    • after fiddling in a little randomisation for the movement - now top 15-14
    • version 4.4 reached top 13 after 10k battles but it is still very tight because the difference is 0.04% to top 15
    • 4.9 made a huge jump and should now be able to hold top 13 very well
Does it have any White Whales?
  • Of course the mighty Capulet a bot of CrazyBassoonist
    • only micro bot where my survival is under 60%.
    • solved - even capulet is now on a 64% survival rate
  • My next step would be beating GlowBlowMelee a bot of rozu
    • v4.4 is very close -0.15% (mini), and 0.01% (general)
    • v4.9 took the crown from GlowBlowMelee and i'm walking on clouds right now - maybe its a little to early to say but its 0.05% ahead after 5k battles
    • sheesh 1k battles later and i lost 0.3% score - something went really wrong i guess - i wait next time till 30k battles
    • GlowBlowMelee is back on the Whale list
  • Would be nice to beat SandboxDT a bot of Paul Evans (0.1% to go) -
    • yes, left him behind with 0.4%
    • solved - he is 0.6% behind now
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.
Credit to Voidious for making his RoboRunner and providing a very nice melee test environment.