Questions tagged [sokoban-puzzle]

For questions related to the Sokoban puzzle in the context of artificial intelligence.

1 questions
2
votes
0 answers

How can I define the relations, preconditions and effects of each operator for the Sokoban puzzle?

I would like to solve the Sokoban puzzle, which consists in moving a character in a 2D map to push boulders into target cells. Each turn, the player can move to an adjacent cell (no diagonals) if it is empty, or push a boulder one step further. To…
Peyton
  • 21
  • 1