NVlabs / FPSci

Aim Training Experiments
Other
67 stars 23 forks source link

Add alternate scoring models #381

Closed bboudaoud-nv closed 2 years ago

bboudaoud-nv commented 2 years ago

This branch adds support for some additional scoring models for FPSci. Specifically it adds support for a scoreModel and scoreMultiplier parameter that allow more customization of scoring. Valid scoreModels include time remaining (historical), targets destroyed, shots hit, accuracy, and trial successes.

We can add more scoring modes in the future if we would like using this model.

bboudaoud-nv commented 2 years ago

If we'd like we could also add any/none of these metrics to the Sessions table in the results file.

jspjutNV commented 2 years ago

I like the idea of logging these scoring models, but don't want that implementation to hold back this PR. Tracking the outstanding issue in #393 .