Skip to content

Releases: phil-holland/csgo-impact-rating

v0.9.0

15 Jun 15:22
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • Added "currently defusing" feature to the game state to help the model to distinguish between instances where the bomb is nearly exploding during a save vs. during a defuse
  • Evaluation output now shows the two team names

v0.8.1

07 Jun 22:43
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Combined "defuse" and "defused on" actions into a single "retake" action - now all living players on the CT team are rewarded for successfully retaking a site and defusing the bomb
  • Better usage instructions/details in the README

v0.8.0

07 Jun 13:42
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Added "alive" rating, to punish saving players when either the bomb has exploded, or the time has ran out

v0.7.1

06 Jun 13:20
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Fixed how Impact Rating is shared on damage whilst team flashed - the player who threw the team flash now shares (negative) rating with the player getting damaged, rather than the attacker
  • Team scores at each round are now saved into the evaluation output

v0.7.0

05 Jun 21:55
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Lots of work done on model training - scripts used to train models are now included in the source code
  • New model in this distribution is now trained to be probability calibrated, giving more reliable predictions
  • bombPlanted as a boolean feature has been replaced with bombTime - the time elapsed since the bomb was planted

v0.5.2

02 Jun 15:28
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • Updated demoinfocs-golang to version 2.2.0
  • Changed demo parsing mechanism - now parses tick-by-tick rather than using ParseToEnd(). This prevents tagging from stopping early if an unexpected issue occurs whilst parsing the demo file.

v0.5.1

02 Jun 12:59
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Added application version to a new "metadata" field in both JSON output files

v0.5.0

02 Jun 11:53
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • The current LightGBM_model.txt file is now included in each compressed distribution, removing the need to download separately
  • Tagging now tags bomb explode ticks
  • Added 32 bit release distributions for both Windows and Linux

v0.4.0

02 Jun 11:54
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Entirely removed the requirement to have LightGBM installed on the system - model inference is now achieved through the leaves library
  • Added new "defused on" action, to punish T-side players who are still alive when the bomb is defused
  • Linux build added to release binaries

v0.3.0

02 Jun 11:54
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Large changes to CLI
  • Updated model - less overfitted so Impact Rating values are "smaller"