Difference between revisions of "SleepSiphon/Version History"
Jump to navigation
Jump to search
m (Removed Incorrect Link) |
m (→1.7: Stats update) |
||
Line 5: | Line 5: | ||
;:Stats | ;:Stats | ||
− | :: | + | :::<table bgcolor=#808080><tr bgcolor=#bfbfbf><th>Type</th><th>MeleeRumble</th><th>RoboRumble</th></tr><tr bgcolor=#fcfcfc><th>Name</th><th colspan="2">origin.SleepSiphon 1.7b</th></tr><tr bgcolor=#e6e6e6><th>Rank</th><td>57</td><td>57</td></tr><tr bgcolor=#fcfcfc><th>APS</th><td>65.5541584926</td><td>61.360280084</td></tr><tr bgcolor=#e6e6e6><th>PWIN</th><td>84.6153846154</td><td>70.7678883072</td></tr><tr bgcolor=#fcfcfc><th>ANPP</th><td>81.3156776716</td><td>68.1446343789</td></tr><tr bgcolor=#e6e6e6><th>Vote</th><td>0.0</td><td>0.174520069808</td></tr><tr bgcolor=#fcfcfc><th>Survival</th><td>30.4305758455</td><td>69.709548741</td></tr><tr bgcolor=#e6e6e6><th>Pairings</th><td>403</td><td>1146</td></tr><tr bgcolor=#fcfcfc><th>Battles</th><td>16981</td><td>2072</td></tr><tr bgcolor=#e6e6e6><th>Latest Battle</th><td>2018-06-22 16:20:41 UTC</td><td>2018-06-22 16:28:05 UTC</td></tr><tr> |
+ | :::</tr></table> | ||
− | : | + | ;:Features |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ::*'''Movement:''' (Min Risk) Tries to avoid enemy bullets fired using HOT or linear/const turn rate prediction, avoids walls, avoids being close to enemies. | |
− | :*''' | + | ::*'''Aim:''' (4 VirtualGuns) HOT, linear, circular, avg(velocity & turn rate). Chooses the best gun for each enemy. |
+ | :::*Falls back to a (naive) [[Displacement Vector]] gun if the virtual hit rate against an enemy is below a threshold. | ||
− | : | + | ::*'''Bullet power''' scales down with distance from the enemy. If our energy is low, fire at lower power. Will not fire if doing so would lead to becoming disabled. |
− | |||
− | |||
− | :*'''Bullet power''' scales down with distance from the enemy. If our energy is low, fire at lower power. Will not fire if doing so would lead to becoming disabled. | ||
::*'''Radar:''' Attempt at "optimal radar". Pretty good, but has some bugs. Could be improved. | ::*'''Radar:''' Attempt at "optimal radar". Pretty good, but has some bugs. Could be improved. | ||
− | ;'''Download this release''' | + | ;:'''Download this release''' |
− | :* | + | ::*Source and Jar File: [https://github.com/John-Paul-R/SleepSiphon/releases/tag/1.7b GitHub Release] |
---- | ---- |
Revision as of 18:03, 22 June 2018
1.7
- 1.7b
- First version of SleepSiphon to be submitted to the RoboRumble
- Stats
Type MeleeRumble RoboRumble Name origin.SleepSiphon 1.7b Rank 57 57 APS 65.5541584926 61.360280084 PWIN 84.6153846154 70.7678883072 ANPP 81.3156776716 68.1446343789 Vote 0.0 0.174520069808 Survival 30.4305758455 69.709548741 Pairings 403 1146 Battles 16981 2072 Latest Battle 2018-06-22 16:20:41 UTC 2018-06-22 16:28:05 UTC
- Features
- Movement: (Min Risk) Tries to avoid enemy bullets fired using HOT or linear/const turn rate prediction, avoids walls, avoids being close to enemies.
- Aim: (4 VirtualGuns) HOT, linear, circular, avg(velocity & turn rate). Chooses the best gun for each enemy.
- Falls back to a (naive) Displacement Vector gun if the virtual hit rate against an enemy is below a threshold.
- Bullet power scales down with distance from the enemy. If our energy is low, fire at lower power. Will not fire if doing so would lead to becoming disabled.
- Radar: Attempt at "optimal radar". Pretty good, but has some bugs. Could be improved.
- Download this release
- Source and Jar File: GitHub Release