Skip to content

How are the clauses in threefish generated? #2

@Jaraxxus-Me

Description

@Jaraxxus-Me

Hi, thanks for this work.
I wonder how are the clauses in the threefish env (nsfr/nsfr/data/lang/bigfish/bigfish_bs_rf1/clauses.txt) generated?
I tried to use the provided ppo model (src/models/bigfish/ppo/ppo_.pth) and the file collect_data.py to generate the data.json.
I used scoring to beam_search the clauses, while the search ones are different from your provided clauses and are very reasonable, e.g.,:
down_to_eat(X):-high_level(02,01),low_level(01,02),type(01,agent),type(02,fish).
How can I get the correct clauses?

Thanks.

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