Skip to content

r4hul77/AI_Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEC592

This reposirtory contains all the code written for the course EEC592 at Cleveland State University.It contains the following: 1.Search 2.Multi Agents 3.Reinforcement 4.Classification

Search

The following where coded:

1.BFS(Breath First Search)

2.DFS(Deapth First Search)

3.A star search

4.Best first search

5.Heuristic for A star Search

MultiAgents

The following where coded:

1.Minimax Agent

2.Reflex Agent

3.ExpectiMax Agent

4.Evaluation Functions for expectimax and Minimax

Reinforcement

The following where coded:

1.MDP(Markov decision process)

2.Reinforcement learning agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages