Class material offered in the course "Artificial Intelligence (2019 Spring) of NTU"
- Depth First Search (DFS)
- Breadth First Search (BFS)
- Uniform Cost Search (UCS)
- A Star Search (ASS)
- multiAgents.py
- Please refer to this README for more information.
- Rule Base Reflex
- Minimax Search
- Alpha-Beta Pruning
- Expectiminimax Search