linqs / pacman

Undergraduate AI assignments disguised as Pac-Man!
https://linqs.github.io/pacman/
Other
11 stars 44 forks source link

Removed util.RaiseNotDefined #36

Closed tsalh closed 5 years ago

tsalh commented 5 years ago

In removing util.RaiseNotDefined, I've made the search methods and the agents to students have to implement throw a NotImplementedError and the heuristic and evaluation functions to return default values. Heuristic functions by default return a NULL heuristic and evaluation function return the game state score.