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

Increased Usability in Planner Selection #462

Open
3 tasks
fwollatz opened this issue Jul 26, 2023 · 0 comments
Open
3 tasks

Increased Usability in Planner Selection #462

fwollatz opened this issue Jul 26, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed user story

Comments

@fwollatz
Copy link

fwollatz commented Jul 26, 2023

User Story

As a new Developer, who is experimenting, I want to figure out which planner (tamer, pyperplane, etc.) is best for me, and which features of my problem could be removed to find a working planner.

But with many engines, it becomes quite hard to follow, which ones are nearly working, and which ones are not at all.

Therefore I suggest a few changes in the following screen (I made the True and False-Values up, just wanted to give a comprehensive example. My own table is 16x9 Cells, that's where this comes in handy.):

Engine FINAL_VALUE NUMERIC_FLUENTS CONTINUOUS_TIME ACTION_BASED
fast-downward False False False True
fast-downward-opt False False True True
pyperplan True True False True

I suggest a column, that shows how many of the existing Features, the planner has to offer and a highlight of the fitting falses in rows, with at least 70% fit. Don't do it for all, because, that might be too cluttery. Do the same with the highest fit values.:

Engine FINAL_VALUE NUMERIC_FLUENTS CONTINUOUS_TIME ACTION_BASED FIT
fast-downward False False False True 1/4
fast-downward-opt False False True True 2/4
pyperplan True True False True 3/4

You could also have one lookup file for all the integrated Engines in your Documentation (sorry if I overlooked that).

Acceptance Criteria

  • Show Amount of fitting criteria
  • Highlight the rare Falses (maybe with color) and the highest fit-values.
  • Have a Lookup table about features of engines in your Documentation

Attention Points

@alvalentini alvalentini added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed user story
Projects
None yet
Development

No branches or pull requests

2 participants