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

V2 - Better Route #27

Closed
Tracked by #33
HenryQuan opened this issue Jan 11, 2021 · 4 comments
Closed
Tracked by #33

V2 - Better Route #27

HenryQuan opened this issue Jan 11, 2021 · 4 comments
Assignees
Milestone

Comments

@HenryQuan
Copy link
Member

HenryQuan commented Jan 11, 2021

Pazusoba is good in certain areas but in terms of the raw combo count, it still needs some major improvements.

  • Solve RHLBDGDRHDRJDJRHHJGRDRHLGLDHBB in less than 50 steps, 10 combo
    • For this board, light, jammer and green are not erased. It feels like they were ignored somehow

The algorithm is really weak at doing max combo now. Especially, when it is a 10 combo board. This is understandable because it doesn't know about the board. It should scan through the board first before finding the best route.

The algorithm knows too large about the board. Every step should have a deeper meaning. I shouldn't only use combo as the only indication of a good move. The heuristic can still be improved. It should consider the meaning and what does it matter. Maybe I should also look ahead. For example, a quick simulation can be run. It will move towards the end randomly and get the store of that board. By taking the average, it can know roughly how well this path will perform. This will help to avoid local maxima.

Think out of the box and you might find better solutions.

@HenryQuan HenryQuan self-assigned this Jan 11, 2021
@HenryQuan HenryQuan pinned this issue Jan 11, 2021
@HenryQuan HenryQuan unpinned this issue Apr 14, 2021
@HenryQuan HenryQuan reopened this Jun 7, 2021
@HenryQuan
Copy link
Member Author

This board will be used to test for accuracy.

@HenryQuan
Copy link
Member Author

This might be a bug with the program. When there are more types of orbs (5 colours + heal + jammer + poison), the performance drops quite a lot. Usually, it can get max combo without much trouble.

@HenryQuan HenryQuan mentioned this issue Jun 30, 2021
20 tasks
@HenryQuan HenryQuan changed the title Better Route V2 - Better Route Jul 4, 2021
@HenryQuan HenryQuan added this to the V2 Rework milestone Jul 4, 2021
@HenryQuan
Copy link
Member Author

The performance is extremely bad now. Not sure that's why reason behind this.

@HenryQuan
Copy link
Member Author

In the new dev branch, routes are much better now. 10 combos are still quite challenging but it can be found with in 100 steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant