Hi authors, thanks for the great work and releasing the benchmark!
I noticed an inconsistency in the reward calculation on the webshop. While task_score is computed continuously (as described in the paper), the final reward is forcefully binarized before being multiplied by the scale factor.
This turns a fine-grained feedback signal into a sparse binary reward (0 or 1), which seems contradictory to the continuous evaluation metric and might negatively impact RL training.
Could you clarify if this binarization is intentional, or a bug in the published code?
Thanks for your time!
Hi authors, thanks for the great work and releasing the benchmark!
I noticed an inconsistency in the reward calculation on the webshop. While task_score is computed continuously (as described in the paper), the final reward is forcefully binarized before being multiplied by the scale factor.
This turns a fine-grained feedback signal into a sparse binary reward (0 or 1), which seems contradictory to the continuous evaluation metric and might negatively impact RL training.
Could you clarify if this binarization is intentional, or a bug in the published code?
Thanks for your time!