Planning
6 Maio 2022, 16:30 • Luis Manuel Ferreira Fernandes Moniz
Use of a planner "Planner" in several planning problems (python 3).
Objective
Using the planner, define several domains and build some planning problems.
Exercises
- Run the zenotravel example with several scheduling issues.
- Run the sokoban example with several scheduling issues.
- Define the planning problem corresponding to the sokoban example from the class slides and find the plan to solve it.
- Modify the planning domain to have a bot that can push two blocks.