Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 846 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 846 Bytes

AI Course Materials

Welcome to the AI Course Materials repository! This repository was created for the Artificial Intelligence course instructed by Dr.Abdoos, held in spring 2023 at Shahid Beheshti University. The repository includes the computer assignments and final project for the course.

Contents

The repository is organized as follows:

  • Computer-assignments/: This folder contains the computer assignments for the course.

    • Each CA is in a separate subfolder.
  • Final-project/: This folder contains the final project for the course.

    • it's a Connect4 game implemented with both the minimax algorithm and Q-learning.
  • README.md: This file that you're reading right now. It provides an overview of the repository and instructions for getting started.