#halp

4 messages · Page 1 of 1 (latest)

lunar crest
#

Interest Function:
I(s) = w_obj * R_objective(s) - w_threat * R_threat(s) + w_intrinsic

Threat Function:
T(s) = w_proximity * D_proximity(s) * w_severity * D_severity(s)

Objective Function:
O(s) = w_distance * D_goal(s) + w_progress * R_progress(s) - w_obstacle * R_obstacle(s)

Reward Function:
R(s,a) = R_objective(s) + R_threat(s) + R_interest(s)

Transition Probabilities:
P(s' | s,a) = P_objective(s' | s,a) * P_threat(s' | s,a) * P_interest(s' | s,a)

???

lime forgeBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
lunar crest
#

what would the computation be right of this?