-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How clear the UP envrionment before each planning task? #478
Comments
@MFaisalZaki can you attach the PDDL files? |
Sure, here are the files. |
Try with this code:
|
@MFaisalZaki Does it solve your problem? |
@alvalentini sorry I did not have time to check it, but I plan to check your suggestion this week, and I'll keep you posted. |
@alvalentini, sorry for the late reply. Yeah, this flag works. |
Hi @alvalentini, I'm sorry for reopening this issue again. But I still get this error even after setting the flag to False.
Here are the files to reproduce: bug.zip Thanks. |
Hi @MFaisalZaki! In this case you have the name With the flag set to |
How to clear the environment after each loop to avoid having this error:
All that I do is iterate on a dictionary containing planning problems:
I tried disabling the flag using the following:
and the script stopped running.
The text was updated successfully, but these errors were encountered: