Applying the following algorithms on UC Berkeley Pacman Framework
- Hill Climber Algorithm in the class HillClimberAgent,
- Genetic Algorithm in the class GeneticAgent,
- Monte Carlo Tree Search (MCTS) in the class MCTSAgent, within the in pacmanAgents.py file, using scoreEvaluation as a heuristic function.