Difference between revisions of "Lynx"
Jump to navigation
Jump to search
m |
(more info on bot's page) |
||
Line 3: | Line 3: | ||
| targeting = [[Dynamic Clustering]] | | targeting = [[Dynamic Clustering]] | ||
| movement = [[Wave Surfing|Wave Surfing]] | | movement = [[Wave Surfing|Wave Surfing]] | ||
− | | current_version = 1. | + | | current_version = 1.05 |
− | | best_rating = | + | | best_rating = 65th (Oct '10) |
| license = [[RWPCL]] | | license = [[RWPCL]] | ||
| download_link = http://www.cs.helsinki.fi/u/hzpaloma/lancel.Lynx_1.02.jar | | download_link = http://www.cs.helsinki.fi/u/hzpaloma/lancel.Lynx_1.02.jar | ||
Line 12: | Line 12: | ||
== Background Information == | == Background Information == | ||
− | Lynx is an open source bot that is based on many existing techniques. It is a result of going through many | + | Lynx is an open source bot that is based on many existing techniques. It is a result of going through many [[Tutorials]] and [[Open_Source_Bots|Open Source Bots]] available on RoboWiki. |
;What's special about it? | ;What's special about it? | ||
Line 19: | Line 19: | ||
;How competitive is it? | ;How competitive is it? | ||
:It is quite early to say that. Probably some things will change in the near future. At the time of writing this it was ranked as 87th but I think it will oscillate depending on how good or bad next updates will be. | :It is quite early to say that. Probably some things will change in the near future. At the time of writing this it was ranked as 87th but I think it will oscillate depending on how good or bad next updates will be. | ||
+ | |||
+ | ==== What other robot(s) is it based on? ==== | ||
+ | : Lynx uses ideas from various sources. At least following bots have had influence on it: [[Apollon]], [[DrussGT]], [[Komarious]], BasicGFSurfer and [[Raiko]]. See the source code for details. Initially Lynx was built using wiki.BasicGFSurfer as a basic structure. Its implementation of WaveSurfing was taken from it and modified a bit to fit to Lynx's structure. Later I replaced its segmentation with segmentation used in [[Komarious]] (after that Lynx was ranked 65th being 87th before it). | ||
== Additional Information == | == Additional Information == | ||
;Can I use your code? | ;Can I use your code? | ||
− | :Sure. One of my goals was and is to focus on reusing existing techniques and components and attempting to make them even more reusable. However, all functions or code pieces may not yet have credits to original authors | + | :Sure. One of my goals was and is to focus on reusing existing techniques and components and attempting to make them even more reusable. However, all functions or code pieces may not yet have credits to original authors. |
− | [[Category:Bots| | + | [[Category:Bots|Lynx]] |
[[Category:MegaBots|Lynx]] | [[Category:MegaBots|Lynx]] | ||
− | [[Category:1-vs-1 Bots| | + | [[Category:1-vs-1 Bots|Lynx]] |
− | [[Category:Open Source Bots| | + | [[Category:Open Source Bots|Lynx]] |
Revision as of 16:21, 31 October 2010
Lynx | |
Author(s) | lancel |
Targeting | Dynamic Clustering |
Movement | Wave Surfing |
Best Rating | 65th (Oct '10) |
Current Version | 1.05 |
Code License | RWPCL |
Download |
Background Information
Lynx is an open source bot that is based on many existing techniques. It is a result of going through many Tutorials and Open Source Bots available on RoboWiki.
- What's special about it?
- A minor special feature at the moment may be its distancing. It keeps distance by doing Wall Smoothing on a virtual circle surrounding an opponent. It's likely that this is going to change to more common way.
- How competitive is it?
- It is quite early to say that. Probably some things will change in the near future. At the time of writing this it was ranked as 87th but I think it will oscillate depending on how good or bad next updates will be.
What other robot(s) is it based on?
- Lynx uses ideas from various sources. At least following bots have had influence on it: Apollon, DrussGT, Komarious, BasicGFSurfer and Raiko. See the source code for details. Initially Lynx was built using wiki.BasicGFSurfer as a basic structure. Its implementation of WaveSurfing was taken from it and modified a bit to fit to Lynx's structure. Later I replaced its segmentation with segmentation used in Komarious (after that Lynx was ranked 65th being 87th before it).
Additional Information
- Can I use your code?
- Sure. One of my goals was and is to focus on reusing existing techniques and components and attempting to make them even more reusable. However, all functions or code pieces may not yet have credits to original authors.