pabnas/IA_tarea2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To run the program just use the command phyton lab.py If you want to change the type of Agent just change the line 136 of the lab.py file visitados, acciones , costos = uniformCostSearch(problem) For UCS visitados, acciones , costos = depthFirstSearch(problem) For DFS visitados, acciones , costos = breadthFirstSearch(problem) For BFS NOTE: The maze.txt and maze_cost.txt must be in the same path that lab.py Made by Santiago Barragan Carolina Gomez