We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FastDownward has a few hardcoded elements right now that should be optional. This includes:
The text was updated successfully, but these errors were encountered:
Heuristics and output are covered, state feature selection should be done after progress with cross-domain features
Sorry, something went wrong.
Also useful: memory limit and overall runtime for fd planner.
Example:
333 self.fd = subprocess.Popen( 334 [ 335 "python3", 336 f"{self.fd_path}", 337 "--overall-time-limit", 338 "300", 339 "--overall-memory-limit", 340 "4G", 341 self.domain_file, 342 self.instance, 343 "--search", 344 self.argstring, 345 ], 346 stdout=fp,
TheEimer
AndreBiedenkapp
No branches or pull requests
FastDownward has a few hardcoded elements right now that should be optional.
This includes:
The text was updated successfully, but these errors were encountered: