Difference between revisions of "NP"

From Robowiki
Jump to navigation Jump to search
(prototype2 - bug fixed)
m (update 1.0)
Line 6: Line 6:
 
| targeting      = [[GuessFactor Targeting (traditional)|GF Targeting]]
 
| targeting      = [[GuessFactor Targeting (traditional)|GF Targeting]]
 
| movement        = Statistical Bullet Dodging
 
| movement        = Statistical Bullet Dodging
| best_rating    =  
+
| released        = June 17, 2009
| current_version = prototype2
+
| best_rating    = 1775.1 (#36)
| codesize        = 539
+
| current_version = 1.0
 +
| codesize        = 747
 
| license        = [[RWPCL]]
 
| license        = [[RWPCL]]
| download_link  = http://nat.robothai.net/robots/nat.micro.NP_prototype2.jar
+
| download_link  = http://nat.robothai.net/robots/nat.micro.NP_1.0.jar
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 27: Line 28:
  
 
; How competitive is it?
 
; How competitive is it?
: We will see later.
+
: Fair. Not much, but not too less.
  
 
== Strategy ==
 
== Strategy ==
  
 
; How does it [[Movement|move]]?
 
; How does it [[Movement|move]]?
: I call it "Statistical Bullet Dodging". It base loosely on {{OldWiki|WaveSnake}}. Now the stats is not segmented. I just want to experiment with non-segment vs segment version.
+
: 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.
  
 
; How does it fire?
 
; How does it fire?
: [[GuessFactor Targeting (traditional)|GuessFactor Targeting]]. Base loosely on {{OldWiki|Falcon}}. Has only lateral velocity segment, for now.
+
: [[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 46: Line 47:
  
 
; Does it have any White Whales?  
 
; Does it have any White Whales?  
: Not know, maybe it has.
+
: Mostly all PM and GF bot out there.
  
 
; What's the next for this robot?
 
; What's the next for this robot?
 
:
 
:
:* More segmentation.
 
:* Try to dodge more than one bullet.
 
 
:* Squeeze!
 
:* Squeeze!
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
 
:
 
:
:* Movement is base loosely on {{OldWiki|WaveSnake}} and the Gun is base loosely on {{OldWiki|Falcon}}. The lateral velocity segmentation part is from [[Komarious]].
+
:* Movement is base loosely on {{OldWiki|WaveSnake}} and the Gun is base loosely on {{OldWiki|Falcon}}. The segmentation part is from [[Komarious]].
  
 
__NOTOC__  
 
__NOTOC__  

Revision as of 16:46, 20 June 2009

NP
Author(s) Nat
Extends AdvancedRobot
Targeting GF Targeting
Movement Statistical Bullet Dodging
Released June 17, 2009
Best Rating 1775.1 (#36)
Current Version 1.0
Code Size 747
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.
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.
What's the next for this robot?
  • Squeeze!
What other robot(s) is it based on?