Skip to content

there are some simple projects using artificial intelligence algorithm

Notifications You must be signed in to change notification settings

minailkhani/Some-Artificial-Intelligence-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Some-Artificial-Intelligence-Projects

There are some simple projects using artificial intelligence algorithm in python from scratch.

problem1: maze with blocks solved using q-learning
problem2: 8-puzzle solver using DFS, BFS, IDS, UCS, A*