Difference between revisions of "LambdaBot"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | under | + | == Background Information == |
+ | |||
+ | |||
+ | {{Infobox Robot | ||
+ | | bgcolour = red | ||
+ | | name = LightningBug | ||
+ | | author = [[User:Jaara]] | ||
+ | | targeting = [[GuessFactor]] | ||
+ | | movement = StateSearch - new approach | ||
+ | | released = April, 2009 | ||
+ | | current_version = 1.1 | ||
+ | | license = [[RWPCL]] | ||
+ | | download_link = http://robocoderepository.com/BotDetail.jsp?id=3514 | ||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | ; Bot Name | ||
+ | : LambdaBot | ||
+ | |||
+ | ; Author | ||
+ | : [[User:Jaara]] | ||
+ | |||
+ | ; Extends | ||
+ | : [[AdvancedRobot]] | ||
+ | |||
+ | ; What's special about it? | ||
+ | : Completely new approach to robocoding. Defined actions (steer, accelerate, ...) and engine, which choose which action should be executed (through state-tree building and searching with Best First Search algortihm) with given goal (evaluate function). Only movement is executed this way, firing is separated, due to lack of time. | ||
+ | |||
+ | ; Great, I want to try it. Where can I download it? | ||
+ | : http://robocoderepository.com/BotDetail.jsp?id=3514 | ||
+ | |||
+ | ; How competitive is it? | ||
+ | : I guess somewhere between 100. - 200. place in [[RoboRumble]] | ||
+ | |||
+ | == Strategy == | ||
+ | |||
+ | ; How does it [[Movement|move]]? | ||
+ | : Special, see above. | ||
+ | |||
+ | ; How does it fire? | ||
+ | : [[GuessFactor]] with precise escape angle computement and no segmentation (just with angle) | ||
+ | |||
+ | ; How does it [[Dodging Bullets|dodge bullets]]? | ||
+ | : It use [[Waves]] for determining, which zones are dangerous and the StateSearch engine decides, how to avoid them. | ||
+ | |||
+ | ; How does the [[melee]] strategy differ from [[One-on-one]] strategy? | ||
+ | : It's now only a [[one-on-one]] bot. | ||
+ | |||
+ | ; What does it save between rounds and matches? | ||
+ | : Nothing now. | ||
+ | |||
+ | == Additional Information == | ||
+ | |||
+ | ; Can I use your code? | ||
+ | : [[RWPCL]] | ||
+ | |||
+ | ; What's next for your robot? | ||
+ | : Put firing under StateSearch algorithm. | ||
+ | |||
+ | ; Does it have any [[White Whale]]s? | ||
+ | : I don't know | ||
+ | |||
+ | ; What other robot(s) is it based on? | ||
+ | : No one. | ||
[[Category:Bots|LambdaBot]] | [[Category:Bots|LambdaBot]] |
Revision as of 19:52, 24 April 2009
Background Information
LightningBug | |
Author(s) | User:Jaara |
Targeting | GuessFactor |
Movement | StateSearch - new approach |
Released | April, 2009 |
Current Version | 1.1 |
Code License | RWPCL |
Download |
- Bot Name
- LambdaBot
- Author
- User:Jaara
- Extends
- AdvancedRobot
- What's special about it?
- Completely new approach to robocoding. Defined actions (steer, accelerate, ...) and engine, which choose which action should be executed (through state-tree building and searching with Best First Search algortihm) with given goal (evaluate function). Only movement is executed this way, firing is separated, due to lack of time.
- Great, I want to try it. Where can I download it?
- http://robocoderepository.com/BotDetail.jsp?id=3514
- How competitive is it?
- I guess somewhere between 100. - 200. place in RoboRumble
Strategy
- How does it move?
- Special, see above.
- How does it fire?
- GuessFactor with precise escape angle computement and no segmentation (just with angle)
- How does it dodge bullets?
- It use Waves for determining, which zones are dangerous and the StateSearch engine decides, how to avoid them.
- How does the melee strategy differ from One-on-one strategy?
- It's now only a one-on-one bot.
- What does it save between rounds and matches?
- Nothing now.
Additional Information
- Can I use your code?
- RWPCL
- What's next for your robot?
- Put firing under StateSearch algorithm.
- Does it have any White Whales?
- I don't know
- What other robot(s) is it based on?
- No one.