Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some rescoring issues with negative radar values in eval
score usually never returns negative numbers and this hack ensures that if that happens we take from the pss numbers which are right slightly more often but the better solution would instead be to assign the correct radar values instead of -1/-1 in multiplayer because thats the entire reason this change is being made and this makes us depend on pss again in eval which we dont but now we do again
- Loading branch information