Difference between revisions of "Non-explicit Dive Protection"

From Robowiki
Jump to navigation Jump to search
(Initial commit.)
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
'''Non-explicit Dive Protection''' is a way to protect a bot from getting too close to the opponent(s), without any special case. It is first implemented in [[Dookious]] by [[Voidious]], then adapted by a lot of other bots.  
 
'''Non-explicit Dive Protection''' is a way to protect a bot from getting too close to the opponent(s), without any special case. It is first implemented in [[Dookious]] by [[Voidious]], then adapted by a lot of other bots.  
 +
 +
The most popular way to implement this is to multiply a predicted-distance factor into the danger of each movement option.
  
 
== See also ==
 
== See also ==
  
 
* [[Dive Protection]]
 
* [[Dive Protection]]
 +
* [[Innovations since 2005]]

Latest revision as of 08:03, 10 October 2017

This article is a stub. You can help RoboWiki by expanding it.

Non-explicit Dive Protection is a way to protect a bot from getting too close to the opponent(s), without any special case. It is first implemented in Dookious by Voidious, then adapted by a lot of other bots.

The most popular way to implement this is to multiply a predicted-distance factor into the danger of each movement option.

See also