Competition
Your agent quite enjoys hurdling and so in addition to being able to visit any adjacent cell, if the destination cell has a wall next to it, the agent can take a run and jump to this cell (in one go). The agent can bounce and jump over another wall (or bounce back over the wall) in the same step.
Download Task File: Prolog, ASP |
Output
INVALID(0)
INVALID(1)
VALID(2)
VALID(3)
INVALID(4)
VALID(5)
INVALID(6)
VALID(7)