circle-center#
Description#
Find the center of a circle.
Example utterances#
Find and click on the center of the circle, then press submit.
Utterance fields#
(none)
Additional notes#
Partial reward: If the point is inside the circle, the partial reward is how close it is to the center (from 0 to 1).
Since the reward is a continuous value, use the
get_thresholded_reward
reward preprocessor to binarize the reward instead ofget_binary_reward
.