Skip to main content
About the CHRI Certification

(like adding a “teleport” command, logging moves, visualizing the grid, or handling dynamic obstacles), just let me know.

start = (0, 0) goal = (4, 4)

Could you provide a little more context so I can develop the feature accurately for you?

steps = 0 max_steps = len(grid) * len(grid[0]) * 2 # prevent infinite loops