bisect-angle¶
Description¶
Find the line that bisects an angle evenly in two.
Example utterances¶
Create a line that bisects the angle evenly in two, then press submit.
Utterance fields¶
(none)
Additional notes¶
Partial reward: If the line is inside the angle, the partial reward is how close it is to the bisector (from 0 to 1).
Since the reward is a continuous value, use the
get_thresholded_rewardreward preprocessor to binarize the reward instead ofget_binary_reward.