Skip to content

Raymond112514/CS188-Artificial-Intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS188: Introduction to Artificial Intelligence (Fall 2023)

This repository contains all work for my Artificial Intelligence course. The projects include:

  1. Search:

    • Implemented uninformed and informed search algorithms such as DFS, BFS, A* search for the Pacman agent to find paths through the maze world, both to reach a particular location and to collect food efficiently.
  2. Multi-Agent Search:

    • Implement both minimax and expectimax search to perform adversarial search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages