I am looking for a method to create a categorical distribution from a set of possible options with an associated known score.
Example:
In a game where there are 4 options each rewarding the following a scores
Option 1: 1000 points
Option 2: 675 points
Option 3: 2 points
Option 4: 230 points
I want to create a categorical probability distribution where the likelihood of an option to be chosen is proportional to how good it is. That is, option 1 should have the highest probability and option 3 should have the lowest.