Skip to content

Binary reward calculation overrides continuous task_score #1

Description

@gjx0422

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions