5 ms·
The solution is 26 steps and that should be the optimal solution.
by hakank 4y ago
The solution is 26 steps and that should be the optimal solution.
- 7thaccount 4y agoAwesome! Thanks for popping up and clarifying. For those of us that are not experts, how is this sort of problem generally classified? I've seen others on here say classical planning, but I wasn't sure if that is correct.
- hakank 4y agoI would (also) say that this is a classic planning problem. It's deterministic, observable, static, and discrete.
- 7thaccount 4y agoI appreciate the clarification here. It helps. Thanks!