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.
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.