StepCost function: Take state, action, and the result from that action (s') to return the cost of that action, which is number n
StepCost(s, a, s') -> n
Ex: In the route-finding example, the cost might be the number of miles traveled or the number of minutes it takes to get to the destination