Two implementations of a DFS-based reflex agent to explore search mazes (Recursive vs. Iterative/Stack-Based) within the UC Berkeley Pacman framework. Optimized for Python 2.7.
artificial-intelligence recursion python2 dfs-algorithm search-strategies reflex-agent pacman-ai stack-based-dfs
-
Updated
May 16, 2026 - Python