Difference between revisions of "Flex"

From Robowiki
Jump to navigation Jump to search
(Created page with "This MicroBot is result of the experiment with Grammatical Swarm based evolution and inspirations from Yatagan 1.0.5. {{Infobox Robot | author = [[User:hlavko|hlavk...")
 
Line 1: Line 1:
This MicroBot is result of the experiment with Grammatical Swarm based evolution and inspirations from [[Yatagan]] 1.0.5.
+
This MicroBot is result of the experiment with [[GSwarm Robot Evolution]] and control strategies inspirations based on [[Yatagan]] 1.0.5.
  
 
{{Infobox Robot
 
{{Infobox Robot
 
| author          = [[User:hlavko|hlavko]]
 
| author          = [[User:hlavko|hlavko]]
 
| extends        = [[AdvancedRobot]]
 
| extends        = [[AdvancedRobot]]
| targeting      = [[Virtual_Guns]]
+
| targeting      = [[Virtual Guns]]
 
| movement        = [[Multi-Mode]]
 
| movement        = [[Multi-Mode]]
 
| current_version = 1.5
 
| current_version = 1.5
Line 19: Line 19:
 
|
 
|
 
* Using set of full control strategies (movement+targeting) which are selected in the beginning of the round. Selection is based on quality of these strategies.
 
* Using set of full control strategies (movement+targeting) which are selected in the beginning of the round. Selection is based on quality of these strategies.
* One of the control strategies is evolved by [[GSwarm_Robot_Evolution]].
+
* One of the control strategies is evolved by [[GSwarm Robot Evolution]].
  
 
|}
 
|}
Line 32: Line 32:
  
 
;How does it [[:Category:Targeting|fire]]?
 
;How does it [[:Category:Targeting|fire]]?
: Using [[Virtual_Guns]] which are defined by control strategies.
+
: Using [[Virtual Guns]] which are defined by control strategies.
  
 
;How does it [[Dodging Bullets|dodge bullets]]?
 
;How does it [[Dodging Bullets|dodge bullets]]?

Revision as of 18:18, 5 May 2013

This MicroBot is result of the experiment with GSwarm Robot Evolution and control strategies inspirations based on Yatagan 1.0.5.

Flex
Author(s) hlavko
Extends AdvancedRobot
Targeting Virtual Guns
Movement Multi-Mode
Current Version 1.5
Download

Background Information

What's special about it?
   
  • Using set of full control strategies (movement+targeting) which are selected in the beginning of the round. Selection is based on quality of these strategies.
  • One of the control strategies is evolved by GSwarm Robot Evolution.
How competitive is it?
17th place in MicroBots.

Strategy

How does it move?
Multi-Mode movement idea from Yatagan 1.0.5.
How does it fire?
Using Virtual Guns which are defined by control strategies.
How does it dodge bullets?
There is no implemented prediction.