Difference between revisions of "Pallas"

From Robowiki
Jump to navigation Jump to search
(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.
| name            = <span style="color: white">Pallas</span>
 
 
| 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)
  
Let's see classic template:
+
Current development trunk contains 3 guns:
 
+
* [[Dynamic Clustering]] Forward [[Pattern Matching]] Gun (AKA [[TronsGun]]): The same gun of Shadow, Chalk and X2.
== Background Information ==
+
* [[Dynamic Clustering]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun.
 
+
* [[Dynamic Clustering]] [[Anti Surfer]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun.
; What's special about it?
 
: My first attempt on Dynamic Clustering
 
 
 
; How competitive is it?
 
: Not know!
 
 
 
== Strategy ==
 
 
 
; How does it [[Movement|move]]?
 
: [[Wave Surfing]]: Code: WS-GT/DC
 
 
 
; How does it fire?
 
: [[Virtual Guns|Virtual Guns Array]]:
 
:* [[Forward Pattern Matching]]: AKA TronsGun.
 
:* A Dynamic Clustering [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun.
 
:* A Dynamic Clustering [[Anti Surfer]] [[GuessFactor Targeting (traditional)|GuessFactor Targeting]] Gun.
 
 
 
; What does it save between rounds and matches?
 
: Not sure.
 
 
 
== Additional Information ==
 
  
; Can I use your code?
+
Also with [[Dynamic Clustering]] [[Wave Surfing]] [[Wave Surfing/Go-To Style|Go-To Style]] (WS-GT/DC).
: No, until I get this into top 10 =D
 
  
; Does it have any White Whales?
+
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.
: Shadow, of cause! The main objective of this bot is to beat Shadow!
 
  
; What the next for your robot.
+
I design the Movement and Targeting separately so it are fully plugable. Only the util and KDTree are sheared.
: I haven't finish the first one yet.
 
  
; What other robot(s) is it based on?
+
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!
: Not directly based on any robot, but a lot of ideas are from [[BasicGTSurfer]], [[DrussGT|Druss]]GunDC and [[Horizon]]. This robot use modified version on Simonton's KDTree.
 
  
 
__NOTOC__  __NOEDITSECTION__
 
__NOTOC__  __NOEDITSECTION__
 
[[Category:MegaBots]]
 
[[Category:MegaBots]]

Revision as of 15:59, 28 February 2009

Pallas
Pallas.jpg
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:

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!