Difference between revisions of "ManuelGallegus/Version History"

From Robowiki
Jump to navigation Jump to search
(ManuelGallegus Version History)
m (add category)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
= ManuelGallegus 0.6 =
 +
[http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.6.jar Download]
 +
 +
'''Released:''' 8 July 2008
 +
 +
'''Ratings Date:''' 9 July 2008
 +
 +
{| border="1" cellspacing="0" cellpadding="3"
 +
! Position
 +
! Points
 +
! Battles
 +
|-
 +
| 99
 +
| 1834.19
 +
| 2003
 +
|}
 +
 +
== What's new ==
 +
''Radar''
 +
* WideLock Radar working correctly.
 +
 +
''Movement''
 +
* Keep the distance from the enemy at the beginning.
 +
* Increased Wall Smoothing constant.
 +
* When the enemy hits the wall we don't throw waves.
 +
* Remove wave on virtual hit after bulletHitBullet event.
 +
 +
''Targeting''
 +
* Calculate correctly the wave targeting_offset. Bug fixed.
 +
 +
 
= ManuelGallegus 0.5 =
 
= ManuelGallegus 0.5 =
 
[http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.5.jar Download]
 
[http://www.freewebs.com/robocode/bots/Tests/jab.avk.ManuelGallegus_0.5.jar Download]
  
 
'''Released:''' 5 July 2008
 
'''Released:''' 5 July 2008
 +
 +
'''Ratings:''' Not available because of roborumble corrupted results. Position 107
  
 
== What's new ==
 
== What's new ==
Line 148: Line 181:
 
* GuessFactor targeting with distance, lateral velocity and distance from the walls segmentation.
 
* GuessFactor targeting with distance, lateral velocity and distance from the walls segmentation.
 
* Always save the brain.
 
* Always save the brain.
 +
 +
[[Category:Bot Version Histories]]

Latest revision as of 19:03, 25 August 2009

ManuelGallegus 0.6

Download

Released: 8 July 2008

Ratings Date: 9 July 2008

Position Points Battles
99 1834.19 2003

What's new

Radar

  • WideLock Radar working correctly.

Movement

  • Keep the distance from the enemy at the beginning.
  • Increased Wall Smoothing constant.
  • When the enemy hits the wall we don't throw waves.
  • Remove wave on virtual hit after bulletHitBullet event.

Targeting

  • Calculate correctly the wave targeting_offset. Bug fixed.


ManuelGallegus 0.5

Download

Released: 5 July 2008

Ratings: Not available because of roborumble corrupted results. Position 107

What's new

  • Save targeting and movement brain when we don't win the 70% of the battles.
  • Include pre-saved data.

Targeting

  • Remove the maximum limit for the visits (255) because we only save to file the most visited.
  • For each wave add two visits if the offset is repeated.
  • For each wave add one extra visit to the most visited offset, and if each offset is visited once add the extra visit in the middle of the segment.

ManuelGallegus 0.4

Download

Released: 25 June 2008

Ratings Date: 5 July 2008

Position Points Battles
111 1814.41 2082

What's new

  • Save targeting and movement brain when we don't win the 60% of the battles.

Movement

  • Add enemy bullet power segment.
  • Save and restore a small brain with the offset of the maximum risk.

Targeting

  • Use byte instead of int to reduce the size of the brain.


ManuelGallegus 0.3

Download

Released: 22 June 2008

Ratings Date: 25 June 2008

Position Points Battles
107 1815.23 2015

What's new

Movement

  • Take into account BulletHitBullet event and create a nonexistent enemy bullet that could hit us.

Targeting

  • Delete data from old versions of the enemy.
  • Save and restore a small brain with only the maximum offset for each segment.
  • Save brain if the data already exists or if we lose more than the 45 percent of the battles.
  • If there is no visits in the segment use LinearTargeting instead of Head-On.


ManuelGallegus 0.2

Download

Released: 17 June 2008

Ratings Date: 22 June 2008

Position Points Battles
136 1780.78 2029

What's new

Specials

  • RamBot flag

Movement

  • Distance segmentation improvement. Not only add risk in the current distance, also add something at the previous and next segment.
  • AntiRamming movement based on an adaptation of AntiGravity movement.

Targeting

  • Save brain only if we lose more than the 60 percent of the battles.

Comments

Results against the main RamBots out there.

BotName V0.1 %Score V0.2 %Score
jab.micro.Sanguijuela_0.8 51,3 59,4
gh.micro.GrubbmThree_0.9 51 57,7
mz.NanoDeath_2.56 49,3 59,9
demetrix.nano.SledgeHammer_0.22 52,6 60,5


ManuelGallegus 0.1

Download

Released: 13 June 2008

Ratings Date: 17 June 2008

Position Points Battles
147 1765.17 2079

What's new

Movement

  • BasicSurfer with distance segmentation.

Targeting

  • GuessFactor targeting with distance, lateral velocity and distance from the walls segmentation.
  • Always save the brain.