Difference between revisions of "ScalarN/Version History"

From Robowiki
Jump to navigation Jump to search
m (Vote 14.06 (2nd) after ShieldNext!)
m (d.78)
Line 3: Line 3:
 
** '''{{subst:rumblestats:meleerumble|aaa.n.ScalarN xxx|RumbleStatsDefault}}'''
 
** '''{{subst:rumblestats:meleerumble|aaa.n.ScalarN xxx|RumbleStatsDefault}}'''
 
-->
 
-->
 +
* {{ScalarNVersion|version=0.011d.78|date={{date|2018|09|09}}}}
 +
** '''{{RumbleStatsDefault|link=http://literumble.appspot.com/BotDetails?game=roborumble&name=aaa.n.ScalarN%200.011d.78|rumble=RoboRumble|scorelabel=APS|score=87.18|rank=11th|win=1132|loss=23|plrank=22nd|glicko2=N/A|pwin=98.01|vote=0|anpp=0|score2label=Survival|score2=92.16}}'''
 +
** add a duel gun
 +
** tune mc2k7
 +
 
* {{ScalarNVersion|version=0.011c.32|date={{date|2018|09|06}}}}
 
* {{ScalarNVersion|version=0.011c.32|date={{date|2018|09|06}}}}
 
** '''{{RumbleStatsDefault|link=http://literumble.appspot.com/BotDetails?game=roborumble&name=aaa.n.ScalarN%200.011c.32|rumble=RoboRumble|scorelabel=APS|score=86.55|rank=13th|win=1125|loss=30|plrank=26th|glicko2=N/A|pwin=97.4|vote=14.06|anpp=90.98|score2label=Survival|score2=91.37}}'''
 
** '''{{RumbleStatsDefault|link=http://literumble.appspot.com/BotDetails?game=roborumble&name=aaa.n.ScalarN%200.011c.32|rumble=RoboRumble|scorelabel=APS|score=86.55|rank=13th|win=1125|loss=30|plrank=26th|glicko2=N/A|pwin=97.4|vote=14.06|anpp=90.98|score2label=Survival|score2=91.37}}'''

Revision as of 16:57, 9 September 2018

  • 0.011d.78 (September 09, 2018)
    • RoboRumble ‒ APS: 87.18% (11th), PL: 1132-23 (22nd), Survival: 92.16%
    • add a duel gun
    • tune mc2k7
  • 0.011c.32 (September 06, 2018)
    • RoboRumble ‒ APS: 86.55% (13th), PL: 1125-30 (26th), Survival: 91.37%
    • Tune for MC2k7
      • Surf multiple trees like ScalarBot!
    • Vote 14.06 (2nd) after ShieldNext
  • 0.011c (September 02, 2018)
    • RoboRumble ‒ APS: 84.71% (25th), PL: 1117-38 (35th), Survival: 89.7%
    • 1v1 release
      • Delay pif waves until hit
      • Update waves on new bullet recorded
      • Detect wall damage in 1v1 and melee
      • Very simple surf tree
  • 0.011a (August 29, 2018)
    • MeleeRumble ‒ APS: 71.36% (3rd), PL: 400-4 (5th), Survival: 64.98%
    • Use Manhattan distance in gun
  • 0.011 (August 28, 2018)
    • MeleeRumble ‒ APS: 71.23% (3rd), PL: 400-4 (5th), Survival: 64.06%
    • State-of-the-art wall hit avoidance (best used together with wall smoothing)
    • Use intersect distance instead of current distance in melee surfing
    • Wave Surfing in 1v1
  • 0.01 (August 26, 2018)
    • MeleeRumble ‒ APS: 70.29% (3rd), PL: 395-9 (10th), Survival: 45.97%
    • Initial release
  • 0.01 phase 4 (August 26, 2018 – August 26, 2018)
  • 0.01 phase 3 (August 20, 2018 – August 26, 2018)
    • State-of-the-art swarm knn pif melee gun
      • Very simple but very effective now
  • 0.01 phase 2 (August 03, 2018 – August 05, 2018)
    • Simple minimal risk movement influenced by Neuromancer, Firestarter, Diamond and HawkOnFire and more bots.
  • 0.01 phase 1 (July 20, 2018 – August 03, 2018)
    • State-of-the-art melee radar that maximizes scan rate
      • Unified design for melee and duel
      • Graceful handling of out-ranged robot, supporting even 5000x5000 battle field!
  • 0.01 phase 0 (July 09, 2018 – August 19, 2018)
    • Bot Development Framework
      • Lightweight Log4j style logging for robot and corresponding Intellij plugin
      • BaseRobot — AdvancedRobot alternative, decoupling bot implementation from robocode
      • Subject/Listener style component communication, and bind together automatically via ListenerRegister module!
      • Fully redesigned Unit module that provides a unified model for all robots in battlefield
    • Math and Data Structures
      • 2D vector library V inspired by PyTorch; Math library U that unifies math/geom API.
      • Primitive Collections Framework that feels the same as JCF but much faster and compact for primitives.
      • Brand new Xor's KdTree.