Difference between revisions of "NP"
Jump to navigation
Jump to search
(new robot page) |
(prototype2 - bug fixed) |
||
Line 7: | Line 7: | ||
| movement = Statistical Bullet Dodging | | movement = Statistical Bullet Dodging | ||
| best_rating = | | best_rating = | ||
− | | current_version = | + | | current_version = prototype2 |
− | | codesize = | + | | codesize = 539 |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http://nat.robothai.net/robots/nat.micro. | + | | download_link = http://nat.robothai.net/robots/nat.micro.NP_prototype2.jar |
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false |
Revision as of 17:22, 19 June 2009
NP | |
Author(s) | Nat |
Extends | AdvancedRobot |
Targeting | GF Targeting |
Movement | Statistical Bullet Dodging |
Current Version | prototype2 |
Code Size | 539 |
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?
- We will see later.
Strategy
- How does it move?
- I call it "Statistical Bullet Dodging". It base loosely on WaveSnake. Now the stats is not segmented. I just want to experiment with non-segment vs segment version.
- How does it fire?
- GuessFactor Targeting. Base loosely on Falcon. Has only lateral velocity segment, for now.
- 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?
- Not know, maybe it has.
- What's the next for this robot?
-
- More segmentation.
- Try to dodge more than one bullet.
- Squeeze!