Difference between revisions of "Hydra"
Jump to navigation
Jump to search
(migrating from old wiki) |
(Fix broken link and update) |
||
Line 6: | Line 6: | ||
| current_version = 0.21 | | current_version = 0.21 | ||
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
− | | download_link = http:// | + | | download_link = http://robocode-archive.strangeautomata.com/robots/kc.serpent.Hydra_0.21.jar |
| isOpenSource = yes | | isOpenSource = yes | ||
| isOneOnOne = yes | | isOneOnOne = yes | ||
Line 20: | Line 20: | ||
; How competitive is it? | ; How competitive is it? | ||
− | : Quite - as of | + | : Quite - as of August 2017, #14 in [[RoboRumble]] General 1v1. |
== Strategy == | == Strategy == |
Latest revision as of 22:43, 2 August 2017
Hydra | |
Author(s) | Kev |
Extends | AdvancedRobot |
Targeting | Dynamic Clustering, GuessFactors |
Movement | DC/GF-Wave Surfing |
Current Version | 0.21 |
Code License | RWPCL |
Download |
- Sub-pages:
- Version History
Background Information
- What's special about it?
- The movement's pretty unique.
- How competitive is it?
- Quite - as of August 2017, #14 in RoboRumble General 1v1.
Strategy
- How does it move?
- Wave Surfing with Dynamic Clustering. I added some pretty interesting features to it such as multiple weighting systems and rolling averages. Besides the danger calculation, it is identical to WaveSerpent's movement.
- How does it fire?
- The same as WaveSerpent (v1): a dynamic clustering gun with scans segmented on velocity and acceleration.
- What does it save between rounds and matches?
- It saves gun and surfing data between rounds, nothing between matches.
Additional Information
- Where did you get the name?
- The Hydra is an almost unkillable beast from Greek mythology.
- Can I use your code?
- Sure, it's released under the terms of the RWPCL.
- What's next for your robot?
-
- Improve its behavior against simple targeters.
- Eventually rewrite it completely.
- Does it have any White Whales?
- Wave Surfers I guess...
- What other robot(s) is it based on?
- WaveSerpent