Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 641 Bytes

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