Difference between revisions of "NP"

From Robowiki
Jump to navigation Jump to search
m (update 1.0)
(update info)
 
Line 7: Line 7:
 
| movement        = Statistical Bullet Dodging
 
| movement        = Statistical Bullet Dodging
 
| released        = June 17, 2009
 
| released        = June 17, 2009
| best_rating    = 1775.1 (#36)
+
| best_rating    = 1820.2 (70.314%) 23th
| current_version = 1.0
+
| current_version = 1.34
| codesize        = 747
+
| codesize        = 718
 
| license        = [[RWPCL]]
 
| license        = [[RWPCL]]
| download_link  = http://nat.robothai.net/robots/nat.micro.NP_1.0.jar
+
| download_link  = http://nat.robothai.net/robots/
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 33: Line 33:
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: I call it "Statistical Bullet Dodging". It base loosely on {{OldWiki|WaveSnake}}. Using the exactly same segment as [[Komarious]], which segment on lateral velocity and distance.
+
: I call it "Statistical Bullet Dodging". <s>It base loosely on {{OldWiki|WaveSnake}}. Using the exactly same segment as [[Komarious]], which segment on lateral velocity and distance.</s> Currently it uses unmodified version of WaveSnake movement, still experimenting with this, though.
  
 
; How does it fire?
 
; How does it fire?
: [[GuessFactor Targeting (traditional)|GuessFactor Targeting]]. Base loosely on {{OldWiki|Falcon}}. Segment on lateral velocity and wall distance. Code from [[Komarious]].
+
: [[GuessFactor Targeting (traditional)|GuessFactor Targeting]]. Base loosely on {{OldWiki|Falcon}}. Segment on lateral velocity and wall distance code from [[Komarious]].
  
 
; What does it save between rounds and matches?
 
; What does it save between rounds and matches?
Line 48: Line 48:
 
; Does it have any White Whales?  
 
; Does it have any White Whales?  
 
: Mostly all PM and GF bot out there.
 
: Mostly all PM and GF bot out there.
 +
: Especially [[Ocnirp]] =)
  
 
; What's the next for this robot?
 
; What's the next for this robot?

Latest revision as of 14:27, 5 November 2009

NP
Author(s) Nat
Extends AdvancedRobot
Targeting GF Targeting
Movement Statistical Bullet Dodging
Released June 17, 2009
Best Rating 1820.2 (70.314%) 23th
Current Version 1.34
Code Size 718
Code License RWPCL
Download
Sub-pages:
Version History - Source Code

Background Information

What's special about it?
Well, I think it is quite special, at least for me.
How competitive is it?
Fair. Not much, but not too less.

Strategy

How does it move?
I call it "Statistical Bullet Dodging". It base loosely on WaveSnake. Using the exactly same segment as Komarious, which segment on lateral velocity and distance. Currently it uses unmodified version of WaveSnake movement, still experimenting with this, though.
How does it fire?
GuessFactor Targeting. Base loosely on Falcon. Segment on lateral velocity and wall distance code from Komarious.
What does it save between rounds and matches?
It saves everything between rounds, nothing between matches.

Additional Information

Can I use your code?
RWPCL At least make sure you understand which part do what before you use. That the way I'll use other people code. (The exception is the lateral velocity chooser, from Voidious, which I can't understand =))
Does it have any White Whales?
Mostly all PM and GF bot out there.
Especially Ocnirp =)
What's the next for this robot?
  • Squeeze!
What other robot(s) is it based on?