Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 664 Bytes

AI-Rush-Hour

Repository Contents

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.

Project Setup and Run:

  1. Clone this repository.
  2. Open cmd/shell/terminal and go to project folder: cd AI-Rush-Hour
  3. Create conda environment: conda create --name <env> -f requirements.txt
  4. Run main code python .\main.py.

Please let me know if you find bugs or something that needs to be fixed.

Hope you enjoy.