Skip to content
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

More options for FD #12

Open
TheEimer opened this issue Dec 10, 2020 · 3 comments
Open

More options for FD #12

TheEimer opened this issue Dec 10, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request fast-downward good first issue Good for newcomers

Comments

@TheEimer
Copy link
Contributor

FastDownward has a few hardcoded elements right now that should be optional.
This includes:

  • State Features
  • Heuristics
  • FD output location (currently logs are discarded)
@TheEimer TheEimer self-assigned this Dec 10, 2020
@TheEimer TheEimer added enhancement New feature or request good first issue Good for newcomers labels Dec 10, 2020
@TheEimer
Copy link
Contributor Author

Heuristics and output are covered, state feature selection should be done after progress with cross-domain features

@TheEimer
Copy link
Contributor Author

Also useful: memory limit and overall runtime for fd planner.

@TheEimer
Copy link
Contributor Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fast-downward good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants