Difference between revisions of "Domogled/Version History"
< Domogled
Jump to navigation
Jump to search
(Domogled v1.2) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Version history of Domogled == | == Version history of Domogled == | ||
− | * '''1.0''' - | + | * '''1.2''' - 30.03.2019 |
− | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled% | + | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.2 RoboRumble] - APS: ? (#?)''' |
+ | ** add features for targeting: time since last deceleration & forward+backward walls | ||
+ | * '''1.1''' - 30.03.2019 | ||
+ | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.1 RoboRumble] - APS: 84.69 (#26)''' | ||
+ | ** refactor and clean code, add targeting evaluation, add some test data, set initial guess factor to 0, aim according to angle for next time step, disable writing data | ||
+ | * '''1.0''' - 23.03.2019 | ||
+ | ** '''[http://literumble.appspot.com/BotDetails?game=roborumble&name=cb.Domogled%201.0 RoboRumble] - APS: 84.75 (#25)''' | ||
** Based to a large extent on code snippets from [[Firestarter]]. | ** Based to a large extent on code snippets from [[Firestarter]]. | ||
** This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power. | ** This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power. |
Latest revision as of 19:51, 6 April 2019
Version history of Domogled
- 1.2 - 30.03.2019
- RoboRumble - APS: ? (#?)
- add features for targeting: time since last deceleration & forward+backward walls
- 1.1 - 30.03.2019
- RoboRumble - APS: 84.69 (#26)
- refactor and clean code, add targeting evaluation, add some test data, set initial guess factor to 0, aim according to angle for next time step, disable writing data
- 1.0 - 23.03.2019
- RoboRumble - APS: 84.75 (#25)
- Based to a large extent on code snippets from Firestarter.
- This version performs surprisingly well with merely 4 features for targeting and movement: lateral velocity, advancing velocity, distance and bullet power.