You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mapping of problem index to problem files is not visible without diving into the code. Either we establish an explicit mapping of indices to pddl problem files, e.g., a yaml with a list of pddl file names or a dict of index and file names, or we keep the problem index private and remove it from the public API, e.g., replace PDDLEnv.fix_problem_index(index) with something like PDDLEnv.fix_problem(problem_filepath).
The text was updated successfully, but these errors were encountered:
The mapping of problem index to problem files is not visible without diving into the code. Either we establish an explicit mapping of indices to pddl problem files, e.g., a yaml with a list of pddl file names or a dict of index and file names, or we keep the problem index private and remove it from the public API, e.g., replace
PDDLEnv.fix_problem_index(index)
with something likePDDLEnv.fix_problem(problem_filepath)
.The text was updated successfully, but these errors were encountered: