Difference between revisions of "Talk:Precise Prediction"

From Robowiki
Jump to navigation Jump to search
(Robobot 0.1 : correcting user page links)
Line 1: Line 1:
{{CreditForOldWikiArticle|oldpage=WaveSurfing/PrecisePrediction|author=[[PEZ]]}}
+
{{CreditForOldWikiArticle|oldpage=WaveSurfing/PrecisePrediction|author=[[User:PEZ|PEZ]]}}
  
 
==Old Wiki==
 
==Old Wiki==
  
A technique used by I think all expert wave surfers. Using Robocode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the descision mechanism to move accordingly. Look at the pages FuturePosition and [[Apollon]] for ways to implement this. Also try [[PPP]] and check its source code for an implementation of the [[Apollon]] published code. PPP also has RobocodeGLV014 debug output code which might make it easier to experiment with this. -- [[PEZ]]
+
A technique used by I think all expert wave surfers. Using Robocode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the descision mechanism to move accordingly. Look at the pages FuturePosition and [[Apollon]] for ways to implement this. Also try [[PPP]] and check its source code for an implementation of the [[Apollon]] published code. PPP also has RobocodeGLV014 debug output code which might make it easier to experiment with this. -- [[User:PEZ|PEZ]]
  
 
==== Bots using: ====
 
==== Bots using: ====
Line 36: Line 36:
 
==== Comments anyone? ====
 
==== Comments anyone? ====
  
You are right about Shadow, PEZ. In it's first WaveSurfing versions (2.31) it didn't acount for wallSmoothing, though. -- [[ABC]]
+
You are right about Shadow, PEZ. In it's first WaveSurfing versions (2.31) it didn't acount for wallSmoothing, though. -- [[User:ABC|ABC]]
  
Added a few bots, but I'm sure plenty are still missing. I'm just guessing about [[Ascendant]]... hehe. =) -- [[Voidious]]
+
Added a few bots, but I'm sure plenty are still missing. I'm just guessing about [[Ascendant]]... hehe. =) -- [[User:Voidious|Voidious]]

Revision as of 09:47, 22 May 2009

Credits - Precise Prediction
Old wiki page: WaveSurfing/PrecisePrediction
Original author(s): PEZ

Old Wiki

A technique used by I think all expert wave surfers. Using Robocode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the descision mechanism to move accordingly. Look at the pages FuturePosition and Apollon for ways to implement this. Also try PPP and check its source code for an implementation of the Apollon published code. PPP also has RobocodeGLV014 debug output code which might make it easier to experiment with this. -- PEZ

Bots using:


Comments anyone?

You are right about Shadow, PEZ. In it's first WaveSurfing versions (2.31) it didn't acount for wallSmoothing, though. -- ABC

Added a few bots, but I'm sure plenty are still missing. I'm just guessing about Ascendant... hehe. =) -- Voidious