项目作者: Heartbeat143

项目描述 :
Python codes for A* algo, RBFS algo and IDS algo on 8_PUZZLES problem.
高级语言: Jupyter Notebook
项目地址: git://github.com/Heartbeat143/Artificial-Intelligence-AI.git
创建时间: 2020-02-21T20:25:16Z
项目社区:https://github.com/Heartbeat143/Artificial-Intelligence-AI

开源协议:

下载


Codes for some algos in basic AI

Python codes for A* algo, Recursive-best-first-search(RBFS) algo and iterative-deepening-search(IDS) algo.

NOTE: There are comments for almost every line and functions for better understanding. And almost every new action is completed in a different function with related name for which it’s designed.