Skip to content

Why concat the Final Solutions and Rollout Solutions lists in do_discriminate.py? #19

Description

@BaixuanLi

Hi, I noticed a section of code in do_discriminate.py:

trace_js = read_json(answer_js_file.replace("Answer", "Final Solutions")) + read_json( answer_js_file.replace("Answer", "Rollout Solutions") )

Could you please clarify why the Final Solutions and Rollout Solutions lists are concatenated? Based on my understanding, the Final Solutions list should be a subset of the Rollout Solutions list. Wouldn’t this design introduce redundancy in the evaluation or lead to duplicate judgments? I would greatly appreciate any insights into the reasoning behind this implementation.

Thank you for your time and assistance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions