RedTachyon / cpr_reputation

0 stars 0 forks source link

Replace softmax with identity #63

Closed bengreenberg5 closed 3 years ago

bengreenberg5 commented 3 years ago

Instead of computing the softmax of reputation, just feed in the plain reputation values.

After this, we can find a normalization strategy that makes sense.