find-midpoint


Description

Find the shortest mid-point of two points.

Example utterances

  • Find and click on the shortest mid-point between the two points, then press submit.

Utterance fields

(none)

Additional notes

  • Partial reward: If the point is at most 30px away from the midpoint, the partial reward is how close it is to the midpoint (from 0 to 1).

  • Since the reward is a continuous value, use the get_thresholded_reward reward preprocessor to binarize the reward instead of get_binary_reward.