Skip to content

task-level reward and spec_score #2

@jisenlin

Description

@jisenlin

Hi and thanks for your great work on this project — it's an impressive integration of Robot manipulation!

While going through the codebase, I had a couple of questions regarding the implementation in plan/callback.py:
1.
In the update() function, there's a line:
spec_score = self.spec(traj_tensor)
However, I couldn't find where self.spec is explicitly initialized in the Updater class. Could you clarify where this attribute is set, or whether it's assumed to be passed from a higher-level module?
2.
Is spec_score intended to represent the task-level reward  as described in the paper, used to optimize the planning module according to LTL specifications?

Thanks again for the open-source release — it’s been very helpful for my research.

Best regards,

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