use-colorwheel#


Description#

Use a color wheel.

Example utterances#

  • Select black with the color picker and hit Submit.

  • Select blue with the color picker and hit Submit.

  • Select gold with the color picker and hit Submit.

  • Select maroon with the color picker and hit Submit.

  • Select yellow with the color picker and hit Submit.

Utterance fields#

  • target

Additional notes#

  • Partial reward: The reward is how far the chosen color is from the specified color.

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