Difference between revisions of "Combat"

From Robowiki
Jump to navigation Jump to search
(Updates (finally put a picture))
Line 1: Line 1:
 +
{{Infobox Robot
 +
| name            = Combat
 +
| image = Atari2600Combat.png
 +
| imagesize      = 200px
 +
| author          = [[User:MN|MN]]
 +
| extends        = TeamRobot
 +
| targeting      = [[Dynamic Clustering|DC]]/[[GuessFactor]] [[Random Targeting|RandomTargeting]]
 +
| movement        = [[Dynamic Clustering|DC]]/[[Wave Surfing|WaveSurfing]] [[Dynamic Clustering|DC]]/[http://old.robowiki.net/cgi-bin/robowiki?action=browse&id=SandboxFlattener&oldid=FlatMovement FlatMovement]
 +
| released        = 2011
 +
| current_version = 3.8.2
 +
| codesize        = 24397
 +
| download_link  = http://sites.google.com/site/mnrobocode/robots/mn.Combat_3.8.2.jar
 +
| isOneOnOne      = true
 +
| isMelee        = true
 +
| isOpenSource    = false
 +
}}
 +
 
== Background Information ==
 
== Background Information ==
  
 
; How competitive it is?
 
; How competitive it is?
  
1v1 - #43 APS, #15 PL
+
1v1 - #43 APS, #13 PL
  
meleerumble - #10 APS, #10 PL
+
meleerumble - #11 APS, #11 PL
  
 
teamrumble - #3 APS, #3 PL
 
teamrumble - #3 APS, #3 PL
  
neoroborumble - #2 APS, #2 PL
+
neoroborumble - #1 APS, #1 PL
  
 
== Strategy ==
 
== Strategy ==
Line 75: Line 92:
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
:[[Shadow]] ([[Shadow/Melee_Gun|swarm targeting]]), [[DrussGT]] (energy management, DC classifiers), [[Diamond]] (gaussian kernel function).
+
:[[Shadow]] ([[Shadow/Melee_Gun|swarm targeting]]), [[DrussGT]] (energy management, DC classifiers, [[User:Simonton|Simonton]] wall distance), [[Diamond]] (gaussian kernel function).
:The code is 99% original. But I took most of the ideas from RoboWiki.
+
:[[User:Rednaxela/FastTrig|Rednaxela´s FastTrig]]
  
 
[[Category:Bots|Combat]]
 
[[Category:Bots|Combat]]

Revision as of 06:27, 20 May 2012

Combat
Atari2600Combat.png
Author(s) MN
Extends TeamRobot
Targeting DC/GuessFactor RandomTargeting
Movement DC/WaveSurfing DC/FlatMovement
Released 2011
Current Version 3.8.2
Code Size 24397
Download

Background Information

How competitive it is?

1v1 - #43 APS, #13 PL

meleerumble - #11 APS, #11 PL

teamrumble - #3 APS, #3 PL

neoroborumble - #1 APS, #1 PL

Strategy

How does it move?
Multi-mode
How does it fire?
Guess factor targeting with dynamic clustering segmented data.
Using dynamic clustering/kernel density to estimate hit rate and choose bullet power. Working well in melee/team thanks to swarm targeting, shooting power 3 bullets against tight packs of bots, and owning rammers :) . Working acceptably against intermediate/weak bots in 1v1, but it is a waste of energy against surfers :( .
How does it dodge bullets?
Old Skool shrapnel dodging.
Wave Surfing/Curve flattening.
Enemy virtual bullets generated with dynamic clustering segmented data in both modes.
How does the melee strategy differ from one-on-one strategy?
Anti-gravity in melee/team.
Multi-mode in 1v1
How does it select a target to attack/avoid in melee ?
Swarm targeting.
What does it save between rounds and matches?
Between matches: Nothing.
Between rounds: Wave data.

Additional Information

Where did you get the name?
From the Atari 2600 game Combat.
Can I use your code?
Not open-source.
What's next for your robot?
  • Cool algorithms
  • Rating improvement
What other robot(s) is it based on?
Shadow (swarm targeting), DrussGT (energy management, DC classifiers, Simonton wall distance), Diamond (gaussian kernel function).
Rednaxela´s FastTrig