This repository contains code for the Ben Gurion University "Search in Artificial Intelligence (372.2.5513)" course project. This code was created with Python(3.9.15), pandas, numpy and more libraries.
- Report - Report.
- Clone this repository.
- Open cmd/shell/terminal and go to project folder:
cd AI-Rush-Hour
- Create conda environment:
conda create --name <env> -f requirements.txt
- Run main code
python .\main.py
.
Please let me know if you find bugs or something that needs to be fixed.
Hope you enjoy.