Difference between revisions of "Pallas"
(the not yet release robot) |
(change a whole structure of page) |
||
Line 1: | Line 1: | ||
{{Infobox Robot | {{Infobox Robot | ||
+ | | name = <span style="color: white">Pallas</span> | ||
| bgcolour = #000000 | | bgcolour = #000000 | ||
| image = Pallas.jpg | | image = Pallas.jpg | ||
− | | caption = Pallas, the asteroid | + | | caption = Pallas, the asteroid. |
− | |||
| author = [[Nat]] | | author = [[Nat]] | ||
| extends = [[AdvancedRobot]] | | extends = [[AdvancedRobot]] | ||
| targeting = [[Dynamic Clustering]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] | | targeting = [[Dynamic Clustering]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] | ||
| movement = [[Dynamic Clustering]] [[Wave Surfing]] | | movement = [[Dynamic Clustering]] [[Wave Surfing]] | ||
− | | best_rating = | + | | best_rating = N/A |
− | | current_version = | + | | current_version = N/A |
+ | | released = in March'09 | ||
| license = [[NPL]] | | license = [[NPL]] | ||
− | | download_link = | + | | download_link = Unavailable |
+ | | source_link = Unavailable | ||
| isOneOnOne = true | | isOneOnOne = true | ||
| isMelee = false | | isMelee = false | ||
Line 20: | Line 22: | ||
My active development robot. Properly finished before MilkyWay or Galaxy so I create this page before... | My active development robot. Properly finished before MilkyWay or Galaxy so I create this page before... | ||
+ | Current development goals is to defeat Shadow! Just kidding, The main goals is to enter TopTenDCParty. I think I shall make a first bot that do more 'dynamic' in dynamic clustering than other bot! (mean dynamic cluster size and dynamic weighting) | ||
− | + | Current development trunk contains 3 guns: | |
− | + | * [[Dynamic Clustering]] Forward [[Pattern Matching]] Gun (AKA [[TronsGun]]): The same gun of Shadow, Chalk and X2. | |
− | + | * [[Dynamic Clustering]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun. | |
− | + | * [[Dynamic Clustering]] [[Anti Surfer]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Also with [[Dynamic Clustering]] [[Wave Surfing]] [[Wave Surfing/Go-To Style|Go-To Style]] (WS-GT/DC). | |
− | |||
− | + | Currently, there are 3 KDTree in this robot: the one for TronsGun, another one for Wave and last one for Surfing. These are large KDTree, contains last 400,000 scans/non-firing-waves of enemy. | |
− | : | ||
− | + | I design the Movement and Targeting separately so it are fully plugable. Only the util and KDTree are sheared. | |
− | |||
− | + | I inspired this bot by Horizon. That was a time when I developing BlackHole. My BlackHoleg grew larger for it's messy structure. I am adding the VCS buffers to BlackHole when I look at Horizon code. It is short, clean yet powerful code! IN fact, that time I think of Galaxy, but only VCS nearly get me killed so what about DC! Then, I create this bot to learn DC :) I understand many parts of DC from Horizon and DrussGT. Thanks, AaronR and Skilgannon! | |
− | |||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ | ||
[[Category:MegaBots]] | [[Category:MegaBots]] |
Revision as of 14:59, 28 February 2009
Pallas | |
Pallas, the asteroid. | |
Author(s) | Nat |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering GuessFactor Targeting |
Movement | Dynamic Clustering Wave Surfing |
Released | in March'09 |
Best Rating | N/A |
Current Version | N/A |
Code License | NPL |
[Unavailable Download] | |
[Unavailable Source] |
My active development robot. Properly finished before MilkyWay or Galaxy so I create this page before...
Current development goals is to defeat Shadow! Just kidding, The main goals is to enter TopTenDCParty. I think I shall make a first bot that do more 'dynamic' in dynamic clustering than other bot! (mean dynamic cluster size and dynamic weighting)
Current development trunk contains 3 guns:
- Dynamic Clustering Forward Pattern Matching Gun (AKA TronsGun): The same gun of Shadow, Chalk and X2.
- Dynamic Clustering GuessFactor Targeting Gun.
- Dynamic Clustering Anti Surfer GuessFactor Targeting Gun.
Also with Dynamic Clustering Wave Surfing Go-To Style (WS-GT/DC).
Currently, there are 3 KDTree in this robot: the one for TronsGun, another one for Wave and last one for Surfing. These are large KDTree, contains last 400,000 scans/non-firing-waves of enemy.
I design the Movement and Targeting separately so it are fully plugable. Only the util and KDTree are sheared.
I inspired this bot by Horizon. That was a time when I developing BlackHole. My BlackHoleg grew larger for it's messy structure. I am adding the VCS buffers to BlackHole when I look at Horizon code. It is short, clean yet powerful code! IN fact, that time I think of Galaxy, but only VCS nearly get me killed so what about DC! Then, I create this bot to learn DC :) I understand many parts of DC from Horizon and DrussGT. Thanks, AaronR and Skilgannon!