Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 245 Bytes

File metadata and controls

5 lines (4 loc) · 245 Bytes

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*