Workshop for Poznej FI 2018 about standard search algorithms for artificial intelligence: DFS, BFS, UCS and A*.
-
Prerequisites: Python 3, (optional: git).
-
Clone or download the project repository:
$ git clone https://github.com/effa/ai-search-workshop.git
-
Create a virtual environment and install needed Python packages:
$ cd ai-search-workshop $ make install
-
Open prepared notebook:
$ make run